Codebase list libkmlframework-java / upstream/0.0.20110822.r24
Imported Upstream version 0.0.20110822.r24 Andreas Tille 8 years ago
295 changed file(s) with 811 addition(s) and 72759 deletion(s). Raw diff Collapse all Expand all
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
1 "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>Readme</title>
5 </head>
6 <body>
7
8 <h1>Readme</h1>
9 <p>Thanks for taking a look at the KML framework</p>
10
11 <h2>How to get started</h2>
12 <ul>
13 <li>Take a look at the <a href="javadoc/index.html">javadoc</a></li>
14 <li>Take a look at the examples provided with the source at <a href="../src/org/boehn/kmlframework/examples">src/org/boehn/kmlframework/examples</a></li>
15 <li>Include the org.boehn.kmlframework_[version_number].jar in your classpath and get started</li>
16 <li>Check out the project's [TODO add link] home page for updates and more information, and join the <a href="http://groups.google.com/group/kmlframework">project's Google Group</a></li>
17 </ul>
18
19 <h2>Current TODOs</h2>
20 <p>Classes for Dynamical creation of KML files are not yet updated to match the updated KML 2.2 classes. These will be updated shortly</p>
21 <p>Extend the framework with easy usage of the new &lt;Change&gt; tag in KML</p>
22
23 <h2>Version history</h2>
24
25 <h3>2008-07-18</h3>
26 This version should be fully functional for generating static KML documents.
27 <ul>
28 <li>Major update of KML to version 2.2</li>
29 <li>Clean up in package structure</li>
30 <li>Removed dependencies to 3rd party XML libraries</li>
31 <li>Included source code, examples, javadoc and Readme file in distribution</li>
32 <li>All classes not yet updated contains a "todo" in their package path</li>
33 </ul>
34
35 <h3>2008-07-08</h3>
36 Added original version of source code, unedited.
37
38 <h2>Contact information</h2>
39 <p>Please feel free to contact me at <a href="mailto:eivind@boehn.org">eivind@boehn.org</a>.</p>
40
41 </body>
42 </html>
+0
-212
documentation/javadoc/allclasses-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:11 CEST 2009 -->
5 <TITLE>
6 All Classes (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
11
12
13 </HEAD>
14
15 <BODY BGCOLOR="white">
16 <FONT size="+1" CLASS="FrameHeadingFont">
17 <B>All Classes</B></FONT>
18 <BR>
19
20 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
21 <TR>
22 <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml" target="classFrame">AbstractView</A>
23 <BR>
24 <A HREF="org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Alias</A>
25 <BR>
26 <A HREF="org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">AltitudeModeEnum</A>
27 <BR>
28 <A HREF="org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom" target="classFrame">AtomAuthor</A>
29 <BR>
30 <A HREF="org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom" target="classFrame">AtomLink</A>
31 <BR>
32 <A HREF="org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">BallonStyle</A>
33 <BR>
34 <A HREF="org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo" target="classFrame">BoundingBox</A>
35 <BR>
36 <A HREF="org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo" target="classFrame">Button</A>
37 <BR>
38 <A HREF="org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Camera</A>
39 <BR>
40 <A HREF="org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates" target="classFrame">CartesianCoordinate</A>
41 <BR>
42 <A HREF="org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Change</A>
43 <BR>
44 <A HREF="org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">ColorModeEnum</A>
45 <BR>
46 <A HREF="org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">ColorStyle</A>
47 <BR>
48 <A HREF="org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Container</A>
49 <BR>
50 <A HREF="org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates" target="classFrame"><I>Coordinate</I></A>
51 <BR>
52 <A HREF="org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Create</A>
53 <BR>
54 <A HREF="org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Data</A>
55 <BR>
56 <A HREF="org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Delete</A>
57 <BR>
58 <A HREF="org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">DisplayModeEnum</A>
59 <BR>
60 <A HREF="org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Document</A>
61 <BR>
62 <A HREF="org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates" target="classFrame">EarthCoordinate</A>
63 <BR>
64 <A HREF="org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils" target="classFrame">Ellipsoid</A>
65 <BR>
66 <A HREF="org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml" target="classFrame">ExtendedData</A>
67 <BR>
68 <A HREF="org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Feature</A>
69 <BR>
70 <A HREF="org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Folder</A>
71 <BR>
72 <A HREF="org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Geometry</A>
73 <BR>
74 <A HREF="org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples" target="classFrame">GraphicalMapObjectExample</A>
75 <BR>
76 <A HREF="org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo" target="classFrame">GraphicalModel</A>
77 <BR>
78 <A HREF="org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo" target="classFrame"><I>GraphicalModelElement</I></A>
79 <BR>
80 <A HREF="org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">GridOriginEnum</A>
81 <BR>
82 <A HREF="org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml" target="classFrame">GroundOverlay</A>
83 <BR>
84 <A HREF="org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet" target="classFrame">HttpServletModel</A>
85 <BR>
86 <A HREF="org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet" target="classFrame">HttpServletModel</A>
87 <BR>
88 <A HREF="org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Icon</A>
89 <BR>
90 <A HREF="org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">IconStyle</A>
91 <BR>
92 <A HREF="org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Kml</A>
93 <BR>
94 <A HREF="org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml" target="classFrame">KmlException</A>
95 <BR>
96 <A HREF="org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml" target="classFrame">KmlObject</A>
97 <BR>
98 <A HREF="org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz" target="classFrame">KmzFilter</A>
99 <BR>
100 <A HREF="org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz" target="classFrame">KmzResponseStream</A>
101 <BR>
102 <A HREF="org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz" target="classFrame">KmzResponseWrapper</A>
103 <BR>
104 <A HREF="org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">LabelStyle</A>
105 <BR>
106 <A HREF="org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml" target="classFrame">LinearRing</A>
107 <BR>
108 <A HREF="org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml" target="classFrame">LineString</A>
109 <BR>
110 <A HREF="org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">LineStyle</A>
111 <BR>
112 <A HREF="org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Link</A>
113 <BR>
114 <A HREF="org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">ListItemTypeEnum</A>
115 <BR>
116 <A HREF="org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">ListStyle</A>
117 <BR>
118 <A HREF="org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml" target="classFrame">LookAt</A>
119 <BR>
120 <A HREF="org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo" target="classFrame">MapObject</A>
121 <BR>
122 <A HREF="org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo" target="classFrame">MapObjectClass</A>
123 <BR>
124 <A HREF="org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils" target="classFrame">MathUtils</A>
125 <BR>
126 <A HREF="org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Model</A>
127 <BR>
128 <A HREF="org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo" target="classFrame">ModelObjectFactory</A>
129 <BR>
130 <A HREF="org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples" target="classFrame">ModelObjectFactoryExample</A>
131 <BR>
132 <A HREF="org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml" target="classFrame">MultiGeometry</A>
133 <BR>
134 <A HREF="org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml" target="classFrame">NetworkLink</A>
135 <BR>
136 <A HREF="org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet" target="classFrame">NetworkLink</A>
137 <BR>
138 <A HREF="org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml" target="classFrame">NetworkLinkControl</A>
139 <BR>
140 <A HREF="org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet" target="classFrame">NetworkLinkControl</A>
141 <BR>
142 <A HREF="org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet" target="classFrame">Observer</A>
143 <BR>
144 <A HREF="org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Overlay</A>
145 <BR>
146 <A HREF="org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Pair</A>
147 <BR>
148 <A HREF="org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml" target="classFrame">PhotoOverlay</A>
149 <BR>
150 <A HREF="org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Placemark</A>
151 <BR>
152 <A HREF="org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Point</A>
153 <BR>
154 <A HREF="org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Polygon</A>
155 <BR>
156 <A HREF="org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">PolyStyle</A>
157 <BR>
158 <A HREF="org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">RefreshModeEnum</A>
159 <BR>
160 <A HREF="org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet" target="classFrame">RefreshModes</A>
161 <BR>
162 <A HREF="org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Region</A>
163 <BR>
164 <A HREF="org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Schema</A>
165 <BR>
166 <A HREF="org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml" target="classFrame">ScreenOverlay</A>
167 <BR>
168 <A HREF="org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">ShapeEnum</A>
169 <BR>
170 <A HREF="org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml" target="classFrame">SimpleData</A>
171 <BR>
172 <A HREF="org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples" target="classFrame">SimpleExampleServlet</A>
173 <BR>
174 <A HREF="org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml" target="classFrame">SimpleField</A>
175 <BR>
176 <A HREF="org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">SimpleFieldTypeEnum</A>
177 <BR>
178 <A HREF="org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Style</A>
179 <BR>
180 <A HREF="org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml" target="classFrame">StyleMap</A>
181 <BR>
182 <A HREF="org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml" target="classFrame">StyleSelector</A>
183 <BR>
184 <A HREF="org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">StyleStateEnum</A>
185 <BR>
186 <A HREF="org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates" target="classFrame">TimeAndPlace</A>
187 <BR>
188 <A HREF="org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml" target="classFrame">TimePrimitive</A>
189 <BR>
190 <A HREF="org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml" target="classFrame">TimeSpan</A>
191 <BR>
192 <A HREF="org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml" target="classFrame">TimeStamp</A>
193 <BR>
194 <A HREF="org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">UnitEnum</A>
195 <BR>
196 <A HREF="org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Update</A>
197 <BR>
198 <A HREF="org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml" target="classFrame">UpdateElement</A>
199 <BR>
200 <A HREF="org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml" target="classFrame">ViewFormat</A>
201 <BR>
202 <A HREF="org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">ViewRefreshModeEnum</A>
203 <BR>
204 <A HREF="org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet" target="classFrame">ViewRefreshModes</A>
205 <BR>
206 </FONT></TD>
207 </TR>
208 </TABLE>
209
210 </BODY>
211 </HTML>
+0
-212
documentation/javadoc/allclasses-noframe.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:11 CEST 2009 -->
5 <TITLE>
6 All Classes (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
11
12
13 </HEAD>
14
15 <BODY BGCOLOR="white">
16 <FONT size="+1" CLASS="FrameHeadingFont">
17 <B>All Classes</B></FONT>
18 <BR>
19
20 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
21 <TR>
22 <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
23 <BR>
24 <A HREF="org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>
25 <BR>
26 <A HREF="org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>
27 <BR>
28 <A HREF="org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
29 <BR>
30 <A HREF="org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>
31 <BR>
32 <A HREF="org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
33 <BR>
34 <A HREF="org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
35 <BR>
36 <A HREF="org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
37 <BR>
38 <A HREF="org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A>
39 <BR>
40 <A HREF="org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
41 <BR>
42 <A HREF="org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml">Change</A>
43 <BR>
44 <A HREF="org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>
45 <BR>
46 <A HREF="org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A>
47 <BR>
48 <A HREF="org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A>
49 <BR>
50 <A HREF="org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates"><I>Coordinate</I></A>
51 <BR>
52 <A HREF="org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml">Create</A>
53 <BR>
54 <A HREF="org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
55 <BR>
56 <A HREF="org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml">Delete</A>
57 <BR>
58 <A HREF="org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>
59 <BR>
60 <A HREF="org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A>
61 <BR>
62 <A HREF="org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
63 <BR>
64 <A HREF="org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils">Ellipsoid</A>
65 <BR>
66 <A HREF="org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
67 <BR>
68 <A HREF="org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
69 <BR>
70 <A HREF="org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml">Folder</A>
71 <BR>
72 <A HREF="org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>
73 <BR>
74 <A HREF="org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples">GraphicalMapObjectExample</A>
75 <BR>
76 <A HREF="org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
77 <BR>
78 <A HREF="org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo"><I>GraphicalModelElement</I></A>
79 <BR>
80 <A HREF="org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>
81 <BR>
82 <A HREF="org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
83 <BR>
84 <A HREF="org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A>
85 <BR>
86 <A HREF="org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
87 <BR>
88 <A HREF="org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>
89 <BR>
90 <A HREF="org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
91 <BR>
92 <A HREF="org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
93 <BR>
94 <A HREF="org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>
95 <BR>
96 <A HREF="org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
97 <BR>
98 <A HREF="org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzFilter</A>
99 <BR>
100 <A HREF="org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
101 <BR>
102 <A HREF="org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
103 <BR>
104 <A HREF="org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>
105 <BR>
106 <A HREF="org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
107 <BR>
108 <A HREF="org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
109 <BR>
110 <A HREF="org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>
111 <BR>
112 <A HREF="org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
113 <BR>
114 <A HREF="org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>
115 <BR>
116 <A HREF="org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
117 <BR>
118 <A HREF="org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A>
119 <BR>
120 <A HREF="org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
121 <BR>
122 <A HREF="org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
123 <BR>
124 <A HREF="org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils">MathUtils</A>
125 <BR>
126 <A HREF="org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
127 <BR>
128 <A HREF="org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo">ModelObjectFactory</A>
129 <BR>
130 <A HREF="org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples">ModelObjectFactoryExample</A>
131 <BR>
132 <A HREF="org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A>
133 <BR>
134 <A HREF="org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
135 <BR>
136 <A HREF="org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
137 <BR>
138 <A HREF="org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
139 <BR>
140 <A HREF="org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
141 <BR>
142 <A HREF="org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet">Observer</A>
143 <BR>
144 <A HREF="org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>
145 <BR>
146 <A HREF="org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>
147 <BR>
148 <A HREF="org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
149 <BR>
150 <A HREF="org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A>
151 <BR>
152 <A HREF="org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
153 <BR>
154 <A HREF="org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
155 <BR>
156 <A HREF="org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>
157 <BR>
158 <A HREF="org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>
159 <BR>
160 <A HREF="org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>
161 <BR>
162 <A HREF="org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
163 <BR>
164 <A HREF="org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>
165 <BR>
166 <A HREF="org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
167 <BR>
168 <A HREF="org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>
169 <BR>
170 <A HREF="org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>
171 <BR>
172 <A HREF="org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples">SimpleExampleServlet</A>
173 <BR>
174 <A HREF="org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
175 <BR>
176 <A HREF="org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>
177 <BR>
178 <A HREF="org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
179 <BR>
180 <A HREF="org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml">StyleMap</A>
181 <BR>
182 <A HREF="org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>
183 <BR>
184 <A HREF="org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>
185 <BR>
186 <A HREF="org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>
187 <BR>
188 <A HREF="org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>
189 <BR>
190 <A HREF="org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A>
191 <BR>
192 <A HREF="org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A>
193 <BR>
194 <A HREF="org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>
195 <BR>
196 <A HREF="org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>
197 <BR>
198 <A HREF="org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>
199 <BR>
200 <A HREF="org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>
201 <BR>
202 <A HREF="org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>
203 <BR>
204 <A HREF="org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>
205 <BR>
206 </FONT></TD>
207 </TR>
208 </TABLE>
209
210 </BODY>
211 </HTML>
+0
-142
documentation/javadoc/constant-values.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Constant Field Values (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Constant Field Values (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H1>
79 Constant Field Values</H1>
80 </CENTER>
81 <HR SIZE="4" NOSHADE>
82 <B>Contents</B><UL>
83 </UL>
84
85 <HR>
86
87
88 <!-- ======= START OF BOTTOM NAVBAR ====== -->
89 <A NAME="navbar_bottom"><!-- --></A>
90 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
91 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
92 <TR>
93 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
94 <A NAME="navbar_bottom_firstrow"><!-- --></A>
95 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
96 <TR ALIGN="center" VALIGN="top">
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
103 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
104 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
105 </TR>
106 </TABLE>
107 </TD>
108 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
109 </EM>
110 </TD>
111 </TR>
112
113 <TR>
114 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
115 &nbsp;PREV&nbsp;
116 &nbsp;NEXT</FONT></TD>
117 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
118 <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A> &nbsp;
119 &nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
120 &nbsp;<SCRIPT type="text/javascript">
121 <!--
122 if(window==top) {
123 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
124 }
125 //-->
126 </SCRIPT>
127 <NOSCRIPT>
128 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
129 </NOSCRIPT>
130
131
132 </FONT></TD>
133 </TR>
134 </TABLE>
135 <A NAME="skip-navbar_bottom"></A>
136 <!-- ======== END OF BOTTOM NAVBAR ======= -->
137
138 <HR>
139
140 </BODY>
141 </HTML>
+0
-142
documentation/javadoc/deprecated-list.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:11 CEST 2009 -->
5 <TITLE>
6 Deprecated List (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Deprecated List (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Deprecated API</B></H2>
80 </CENTER>
81 <HR SIZE="4" NOSHADE>
82 <B>Contents</B><UL>
83 </UL>
84
85 <HR>
86
87
88 <!-- ======= START OF BOTTOM NAVBAR ====== -->
89 <A NAME="navbar_bottom"><!-- --></A>
90 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
91 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
92 <TR>
93 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
94 <A NAME="navbar_bottom_firstrow"><!-- --></A>
95 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
96 <TR ALIGN="center" VALIGN="top">
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
103 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
104 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
105 </TR>
106 </TABLE>
107 </TD>
108 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
109 </EM>
110 </TD>
111 </TR>
112
113 <TR>
114 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
115 &nbsp;PREV&nbsp;
116 &nbsp;NEXT</FONT></TD>
117 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
118 <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> &nbsp;
119 &nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
120 &nbsp;<SCRIPT type="text/javascript">
121 <!--
122 if(window==top) {
123 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
124 }
125 //-->
126 </SCRIPT>
127 <NOSCRIPT>
128 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
129 </NOSCRIPT>
130
131
132 </FONT></TD>
133 </TR>
134 </TABLE>
135 <A NAME="skip-navbar_bottom"></A>
136 <!-- ======== END OF BOTTOM NAVBAR ======= -->
137
138 <HR>
139
140 </BODY>
141 </HTML>
+0
-219
documentation/javadoc/help-doc.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:11 CEST 2009 -->
5 <TITLE>
6 API Help (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="API Help (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H1>
79 How This API Document Is Organized</H1>
80 </CENTER>
81 This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3>
82 Overview</H3>
83 <BLOCKQUOTE>
84
85 <P>
86 The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</BLOCKQUOTE>
87 <H3>
88 Package</H3>
89 <BLOCKQUOTE>
90
91 <P>
92 Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
93 <LI>Interfaces (italic)<LI>Classes<LI>Enums<LI>Exceptions<LI>Errors<LI>Annotation Types</UL>
94 </BLOCKQUOTE>
95 <H3>
96 Class/Interface</H3>
97 <BLOCKQUOTE>
98
99 <P>
100 Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
101 <LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
102 <P>
103 <LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary
104 <P>
105 <LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
106 Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
107 </BLOCKQUOTE>
108 <H3>
109 Annotation Type</H3>
110 <BLOCKQUOTE>
111
112 <P>
113 Each annotation type has its own separate page with the following sections:<UL>
114 <LI>Annotation Type declaration<LI>Annotation Type description<LI>Required Element Summary<LI>Optional Element Summary<LI>Element Detail</UL>
115 </BLOCKQUOTE>
116 </BLOCKQUOTE>
117 <H3>
118 Enum</H3>
119 <BLOCKQUOTE>
120
121 <P>
122 Each enum has its own separate page with the following sections:<UL>
123 <LI>Enum declaration<LI>Enum description<LI>Enum Constant Summary<LI>Enum Constant Detail</UL>
124 </BLOCKQUOTE>
125 <H3>
126 Use</H3>
127 <BLOCKQUOTE>
128 Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</BLOCKQUOTE>
129 <H3>
130 Tree (Class Hierarchy)</H3>
131 <BLOCKQUOTE>
132 There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL>
133 <LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL>
134 </BLOCKQUOTE>
135 <H3>
136 Deprecated API</H3>
137 <BLOCKQUOTE>
138 The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE>
139 <H3>
140 Index</H3>
141 <BLOCKQUOTE>
142 The <A HREF="index-all.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE>
143 <H3>
144 Prev/Next</H3>
145 These links take you to the next or previous class, interface, package, or related page.<H3>
146 Frames/No Frames</H3>
147 These links show and hide the HTML frames. All pages are available with or without frames.
148 <P>
149 <H3>
150 Serialized Form</H3>
151 Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
152 <P>
153 <H3>
154 Constant Field Values</H3>
155 The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
156 <P>
157 <FONT SIZE="-1">
158 <EM>
159 This help file applies to API documentation generated using the standard doclet.</EM>
160 </FONT>
161 <BR>
162 <HR>
163
164
165 <!-- ======= START OF BOTTOM NAVBAR ====== -->
166 <A NAME="navbar_bottom"><!-- --></A>
167 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
168 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
169 <TR>
170 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
171 <A NAME="navbar_bottom_firstrow"><!-- --></A>
172 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
173 <TR ALIGN="center" VALIGN="top">
174 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
175 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
177 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
178 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
179 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
181 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
182 </TR>
183 </TABLE>
184 </TD>
185 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
186 </EM>
187 </TD>
188 </TR>
189
190 <TR>
191 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
192 &nbsp;PREV&nbsp;
193 &nbsp;NEXT</FONT></TD>
194 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
195 <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A> &nbsp;
196 &nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
197 &nbsp;<SCRIPT type="text/javascript">
198 <!--
199 if(window==top) {
200 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
201 }
202 //-->
203 </SCRIPT>
204 <NOSCRIPT>
205 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
206 </NOSCRIPT>
207
208
209 </FONT></TD>
210 </TR>
211 </TABLE>
212 <A NAME="skip-navbar_bottom"></A>
213 <!-- ======== END OF BOTTOM NAVBAR ======= -->
214
215 <HR>
216
217 </BODY>
218 </HTML>
+0
-2878
documentation/javadoc/index-all.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Index (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Index (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_Z_">Z</A> <HR>
77 <A NAME="_A_"><!-- --></A><H2>
78 <B>A</B></H2>
79 <DL>
80 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml"><B>AbstractView</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#AbstractView()"><B>AbstractView()</B></A> -
81 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
82 <DD>&nbsp;
83 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#AbstractView(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum)"><B>AbstractView(Double, Double, Double, Double, Double, AltitudeModeEnum)</B></A> -
84 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
85 <DD>&nbsp;
86 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#add(org.boehn.kmlframework.coordinates.CartesianCoordinate)"><B>add(CartesianCoordinate)</B></A> -
87 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
88 <DD>&nbsp;
89 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#addButton(org.boehn.kmlframework.todo.Button)"><B>addButton(Button)</B></A> -
90 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
91 <DD>&nbsp;
92 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#addButtons(java.util.List)"><B>addButtons(List&lt;Button&gt;)</B></A> -
93 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
94 <DD>&nbsp;
95 <DT><A HREF="./org/boehn/kmlframework/kml/Container.html#addFeature(org.boehn.kmlframework.kml.Feature)"><B>addFeature(Feature)</B></A> -
96 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A>
97 <DD>&nbsp;
98 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#addGraphicalModelElement(org.boehn.kmlframework.todo.GraphicalModelElement)"><B>addGraphicalModelElement(GraphicalModelElement)</B></A> -
99 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
100 <DD>&nbsp;
101 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)"><B>addKml(Element, Kml, Document, EarthCoordinate, Double, CartesianCoordinate, CartesianCoordinate)</B></A> -
102 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
103 <DD>&nbsp;
104 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModelElement.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)"><B>addKml(Element, Kml, Document, EarthCoordinate, Double, CartesianCoordinate, CartesianCoordinate)</B></A> -
105 Method in interface org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>
106 <DD>&nbsp;
107 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#addKml(org.boehn.kmlframework.kml.Kml, java.io.PrintWriter)"><B>addKml(Kml, PrintWriter)</B></A> -
108 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
109 <DD>&nbsp;
110 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)"><B>addKml(Element, Kml, Document)</B></A> -
111 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
112 <DD>&nbsp;
113 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#addKml(org.boehn.kmlframework.todo.MapObject, org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate, java.lang.String)"><B>addKml(MapObject, Element, Kml, Document, EarthCoordinate, Double, CartesianCoordinate, CartesianCoordinate, String)</B></A> -
114 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
115 <DD>&nbsp;
116 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)"><B>addKml(Element, Kml, Document)</B></A> -
117 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
118 <DD>&nbsp;
119 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)"><B>addKml(Element, Kml, Document)</B></A> -
120 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
121 <DD>&nbsp;
122 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#addModel(org.boehn.kmlframework.todo.GraphicalModel)"><B>addModel(GraphicalModel)</B></A> -
123 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
124 <DD>&nbsp;
125 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#addModels(java.util.List)"><B>addModels(List&lt;GraphicalModel&gt;)</B></A> -
126 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
127 <DD>&nbsp;
128 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#addMovement(org.boehn.kmlframework.coordinates.TimeAndPlace)"><B>addMovement(TimeAndPlace)</B></A> -
129 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
130 <DD>&nbsp;
131 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#addParameter(java.lang.String, java.lang.String)"><B>addParameter(String, String)</B></A> -
132 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
133 <DD>&nbsp;
134 <DT><A HREF="./org/boehn/kmlframework/kml/Document.html#addSchema(org.boehn.kmlframework.kml.Schema)"><B>addSchema(Schema)</B></A> -
135 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A>
136 <DD>&nbsp;
137 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)"><B>addStyleSelector(StyleSelector)</B></A> -
138 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
139 <DD>&nbsp;
140 <DT><A HREF="./org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml"><B>Alias</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Alias.html#Alias()"><B>Alias()</B></A> -
141 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>
142 <DD>&nbsp;
143 <DT><A HREF="./org/boehn/kmlframework/kml/Alias.html#Alias(java.lang.String, java.lang.String)"><B>Alias(String, String)</B></A> -
144 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>
145 <DD>&nbsp;
146 <DT><A HREF="./org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>AltitudeModeEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom"><B>AtomAuthor</B></A> - Class in <A HREF="./org/boehn/kmlframework/atom/package-summary.html">org.boehn.kmlframework.atom</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html#AtomAuthor()"><B>AtomAuthor()</B></A> -
147 Constructor for class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
148 <DD>&nbsp;
149 <DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html#AtomAuthor(java.lang.String, java.lang.String, java.lang.String)"><B>AtomAuthor(String, String, String)</B></A> -
150 Constructor for class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
151 <DD>&nbsp;
152 <DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html#AtomAuthor(java.lang.String)"><B>AtomAuthor(String)</B></A> -
153 Constructor for class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
154 <DD>&nbsp;
155 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#atomElementsIncluded"><B>atomElementsIncluded</B></A> -
156 Variable in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
157 <DD>&nbsp;
158 <DT><A HREF="./org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom"><B>AtomLink</B></A> - Class in <A HREF="./org/boehn/kmlframework/atom/package-summary.html">org.boehn.kmlframework.atom</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/atom/AtomLink.html#AtomLink()"><B>AtomLink()</B></A> -
159 Constructor for class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>
160 <DD>&nbsp;
161 <DT><A HREF="./org/boehn/kmlframework/atom/AtomLink.html#AtomLink(java.lang.String)"><B>AtomLink(String)</B></A> -
162 Constructor for class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>
163 <DD>&nbsp;
164 </DL>
165 <HR>
166 <A NAME="_B_"><!-- --></A><H2>
167 <B>B</B></H2>
168 <DL>
169 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml"><B>BallonStyle</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#BallonStyle()"><B>BallonStyle()</B></A> -
170 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
171 <DD>&nbsp;
172 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#BallonStyle(java.lang.String, java.lang.String, java.lang.String, org.boehn.kmlframework.kml.DisplayModeEnum)"><B>BallonStyle(String, String, String, DisplayModeEnum)</B></A> -
173 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
174 <DD>&nbsp;
175 <DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)"><B>booleanToInt(boolean)</B></A> -
176 Static method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
177 <DD>&nbsp;
178 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo"><B>BoundingBox</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#BoundingBox()"><B>BoundingBox()</B></A> -
179 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
180 <DD>&nbsp;
181 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#BoundingBox(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)"><B>BoundingBox(Double, Double, Double, Double)</B></A> -
182 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
183 <DD>&nbsp;
184 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#buffer"><B>buffer</B></A> -
185 Variable in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
186 <DD>&nbsp;
187 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#bufferCount"><B>bufferCount</B></A> -
188 Variable in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
189 <DD>&nbsp;
190 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo"><B>Button</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/Button.html#Button()"><B>Button()</B></A> -
191 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
192 <DD>&nbsp;
193 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#Button(java.lang.String, java.lang.String)"><B>Button(String, String)</B></A> -
194 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
195 <DD>&nbsp;
196 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#Button(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>Button(String, String, String, String)</B></A> -
197 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
198 <DD>&nbsp;
199 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#Button(java.lang.String, java.lang.String, java.util.Map)"><B>Button(String, String, Map&lt;String, String&gt;)</B></A> -
200 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
201 <DD>&nbsp;
202 </DL>
203 <HR>
204 <A NAME="_C_"><!-- --></A><H2>
205 <B>C</B></H2>
206 <DL>
207 <DT><A HREF="./org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml"><B>Camera</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Camera.html#Camera()"><B>Camera()</B></A> -
208 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A>
209 <DD>&nbsp;
210 <DT><A HREF="./org/boehn/kmlframework/kml/Camera.html#Camera(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double)"><B>Camera(Double, Double, Double, Double, Double, AltitudeModeEnum, Double)</B></A> -
211 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A>
212 <DD>&nbsp;
213 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>CartesianCoordinate</B></A> - Class in <A HREF="./org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#CartesianCoordinate()"><B>CartesianCoordinate()</B></A> -
214 Constructor for class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
215 <DD>&nbsp;
216 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#CartesianCoordinate(double, double, double)"><B>CartesianCoordinate(double, double, double)</B></A> -
217 Constructor for class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
218 <DD>&nbsp;
219 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#celestialData"><B>celestialData</B></A> -
220 Variable in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
221 <DD>&nbsp;
222 <DT><A HREF="./org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml"><B>Change</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Change.html#Change()"><B>Change()</B></A> -
223 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml">Change</A>
224 <DD>&nbsp;
225 <DT><A HREF="./org/boehn/kmlframework/kml/Change.html#Change(org.boehn.kmlframework.kml.KmlObject)"><B>Change(KmlObject)</B></A> -
226 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml">Change</A>
227 <DD>&nbsp;
228 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#close()"><B>close()</B></A> -
229 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
230 <DD>&nbsp;
231 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#closed"><B>closed</B></A> -
232 Variable in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
233 <DD>&nbsp;
234 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#closed()"><B>closed()</B></A> -
235 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
236 <DD>&nbsp;
237 <DT><A HREF="./org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ColorModeEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml"><B>ColorStyle</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/ColorStyle.html#ColorStyle()"><B>ColorStyle()</B></A> -
238 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A>
239 <DD>&nbsp;
240 <DT><A HREF="./org/boehn/kmlframework/kml/ColorStyle.html#ColorStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum)"><B>ColorStyle(String, ColorModeEnum)</B></A> -
241 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A>
242 <DD>&nbsp;
243 <DT><A HREF="./org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml"><B>Container</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Container.html#Container()"><B>Container()</B></A> -
244 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A>
245 <DD>&nbsp;
246 <DT><A HREF="./org/boehn/kmlframework/kml/Container.html#Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)"><B>Container(String, Boolean, Boolean, AtomAuthor, AtomLink, String, String, String, String, Integer, String, AbstractView, TimePrimitive, String, List&lt;StyleSelector&gt;, Region, ExtendedData, List&lt;Feature&gt;)</B></A> -
247 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A>
248 <DD>&nbsp;
249 <DT><A HREF="./org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates"><B>Coordinate</B></A> - Interface in <A HREF="./org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml"><B>Create</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Create.html#Create()"><B>Create()</B></A> -
250 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml">Create</A>
251 <DD>&nbsp;
252 <DT><A HREF="./org/boehn/kmlframework/kml/Create.html#Create(org.boehn.kmlframework.kml.KmlObject)"><B>Create(KmlObject)</B></A> -
253 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml">Create</A>
254 <DD>&nbsp;
255 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#createKml(java.lang.String)"><B>createKml(String)</B></A> -
256 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
257 <DD>&nbsp;
258 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#createKml(java.io.PrintWriter)"><B>createKml(PrintWriter)</B></A> -
259 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
260 <DD>&nbsp;
261 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#createKmz(java.lang.String)"><B>createKmz(String)</B></A> -
262 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
263 <DD>&nbsp;
264 <DT><A HREF="./org/boehn/kmlframework/todo/ModelObjectFactory.html#createMapObject(java.lang.String)"><B>createMapObject(String)</B></A> -
265 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo">ModelObjectFactory</A>
266 <DD>&nbsp;
267 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#createOutputStream()"><B>createOutputStream()</B></A> -
268 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
269 <DD>&nbsp;
270 </DL>
271 <HR>
272 <A NAME="_D_"><!-- --></A><H2>
273 <B>D</B></H2>
274 <DL>
275 <DT><A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml"><B>Data</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Data.html#Data()"><B>Data()</B></A> -
276 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
277 <DD>&nbsp;
278 <DT><A HREF="./org/boehn/kmlframework/kml/Data.html#Data(java.lang.String, java.lang.String, java.lang.String)"><B>Data(String, String, String)</B></A> -
279 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
280 <DD>&nbsp;
281 <DT><A HREF="./org/boehn/kmlframework/utils/MathUtils.html#degreesToDecimal(java.lang.String)"><B>degreesToDecimal(String)</B></A> -
282 Static method in class org.boehn.kmlframework.utils.<A HREF="./org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils">MathUtils</A>
283 <DD>&nbsp;
284 <DT><A HREF="./org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml"><B>Delete</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Delete.html#Delete()"><B>Delete()</B></A> -
285 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml">Delete</A>
286 <DD>&nbsp;
287 <DT><A HREF="./org/boehn/kmlframework/kml/Delete.html#Delete(org.boehn.kmlframework.kml.KmlObject)"><B>Delete(KmlObject)</B></A> -
288 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml">Delete</A>
289 <DD>&nbsp;
290 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html#destroy()"><B>destroy()</B></A> -
291 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzFilter</A>
292 <DD>&nbsp;
293 <DT><A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html#DISABLEHTTPCACHE"><B>DISABLEHTTPCACHE</B></A> -
294 Variable in class org.boehn.kmlframework.servlet.<A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A>
295 <DD>&nbsp;
296 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html#DISABLEHTTPCACHE"><B>DISABLEHTTPCACHE</B></A> -
297 Variable in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
298 <DD>&nbsp;
299 <DT><A HREF="./org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>DisplayModeEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#distanceTo(org.boehn.kmlframework.coordinates.CartesianCoordinate)"><B>distanceTo(CartesianCoordinate)</B></A> -
300 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
301 <DD>&nbsp;
302 <DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html#distanceTo(org.boehn.kmlframework.coordinates.EarthCoordinate)"><B>distanceTo(EarthCoordinate)</B></A> -
303 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
304 <DD>&nbsp;
305 <DT><A HREF="./org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml"><B>Document</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Document.html#Document()"><B>Document()</B></A> -
306 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A>
307 <DD>&nbsp;
308 <DT><A HREF="./org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)"><B>Document(String, Boolean, Boolean, AtomAuthor, AtomLink, String, String, String, String, Integer, String, AbstractView, TimePrimitive, String, List&lt;StyleSelector&gt;, Region, ExtendedData, List&lt;Feature&gt;, List&lt;Schema&gt;)</B></A> -
309 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A>
310 <DD>&nbsp;
311 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>doFilter(ServletRequest, ServletResponse, FilterChain)</B></A> -
312 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzFilter</A>
313 <DD>&nbsp;
314 <DT><A HREF="./org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doGet(HttpServletRequest, HttpServletResponse)</B></A> -
315 Method in class org.boehn.kmlframework.todo.examples.<A HREF="./org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples">SimpleExampleServlet</A>
316 <DD>&nbsp;
317 </DL>
318 <HR>
319 <A NAME="_E_"><!-- --></A><H2>
320 <B>E</B></H2>
321 <DL>
322 <DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>EarthCoordinate</B></A> - Class in <A HREF="./org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html#EarthCoordinate()"><B>EarthCoordinate()</B></A> -
323 Constructor for class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
324 <DD>&nbsp;
325 <DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html#EarthCoordinate(java.lang.Double, java.lang.Double)"><B>EarthCoordinate(Double, Double)</B></A> -
326 Constructor for class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
327 <DD>&nbsp;
328 <DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html#EarthCoordinate(java.lang.Double, java.lang.Double, java.lang.Double)"><B>EarthCoordinate(Double, Double, Double)</B></A> -
329 Constructor for class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
330 <DD>&nbsp;
331 <DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html#EarthCoordinate(java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double)"><B>EarthCoordinate(Boolean, AltitudeModeEnum, Double, Double, Double)</B></A> -
332 Constructor for class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
333 <DD>&nbsp;
334 <DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html#EARTHRADIUS"><B>EARTHRADIUS</B></A> -
335 Static variable in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
336 <DD>&nbsp;
337 <DT><A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils"><B>Ellipsoid</B></A> - Class in <A HREF="./org/boehn/kmlframework/utils/package-summary.html">org.boehn.kmlframework.utils</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html#Ellipsoid()"><B>Ellipsoid()</B></A> -
338 Constructor for class org.boehn.kmlframework.utils.<A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils">Ellipsoid</A>
339 <DD>&nbsp;
340 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#encodeURL(java.lang.String, javax.servlet.http.HttpServletRequest)"><B>encodeURL(String, HttpServletRequest)</B></A> -
341 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
342 <DD>&nbsp;
343 <DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)"><B>enumToString(Enum)</B></A> -
344 Static method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
345 <DD>&nbsp;
346 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml"><B>ExtendedData</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#ExtendedData()"><B>ExtendedData()</B></A> -
347 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
348 <DD>&nbsp;
349 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#ExtendedData(java.util.List, java.lang.String, java.util.List, java.lang.String, java.lang.String)"><B>ExtendedData(List&lt;Data&gt;, String, List&lt;SimpleData&gt;, String, String)</B></A> -
350 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
351 <DD>&nbsp;
352 </DL>
353 <HR>
354 <A NAME="_F_"><!-- --></A><H2>
355 <B>F</B></H2>
356 <DL>
357 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml"><B>Feature</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#Feature()"><B>Feature()</B></A> -
358 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
359 <DD>&nbsp;
360 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#Feature(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData)"><B>Feature(String, Boolean, Boolean, AtomAuthor, AtomLink, String, String, String, String, Integer, String, AbstractView, TimePrimitive, String, List&lt;StyleSelector&gt;, Region, ExtendedData)</B></A> -
361 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
362 <DD>&nbsp;
363 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#feature"><B>feature</B></A> -
364 Variable in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
365 <DD>&nbsp;
366 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#finishResponse()"><B>finishResponse()</B></A> -
367 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
368 <DD>&nbsp;
369 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#flush()"><B>flush()</B></A> -
370 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
371 <DD>&nbsp;
372 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#flushBuffer()"><B>flushBuffer()</B></A> -
373 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
374 <DD>&nbsp;
375 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#flushToZip()"><B>flushToZip()</B></A> -
376 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
377 <DD>&nbsp;
378 <DT><A HREF="./org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml"><B>Folder</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Folder.html#Folder()"><B>Folder()</B></A> -
379 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml">Folder</A>
380 <DD>&nbsp;
381 <DT><A HREF="./org/boehn/kmlframework/kml/Folder.html#Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)"><B>Folder(String, Boolean, Boolean, AtomAuthor, AtomLink, String, String, String, String, Integer, String, AbstractView, TimePrimitive, String, List&lt;StyleSelector&gt;, Region, ExtendedData, List&lt;Feature&gt;)</B></A> -
382 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml">Folder</A>
383 <DD>&nbsp;
384 </DL>
385 <HR>
386 <A NAME="_G_"><!-- --></A><H2>
387 <B>G</B></H2>
388 <DL>
389 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#generateObjectIds"><B>generateObjectIds</B></A> -
390 Variable in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
391 <DD>&nbsp;
392 <DT><A HREF="./org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml"><B>Geometry</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Geometry.html#Geometry()"><B>Geometry()</B></A> -
393 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>
394 <DD>&nbsp;
395 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getAbstractView()"><B>getAbstractView()</B></A> -
396 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
397 <DD>&nbsp;
398 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getAbstractView()"><B>getAbstractView()</B></A> -
399 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
400 <DD>&nbsp;
401 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getAddress()"><B>getAddress()</B></A> -
402 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
403 <DD>&nbsp;
404 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#getAltitude()"><B>getAltitude()</B></A> -
405 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
406 <DD>&nbsp;
407 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#getAltitude()"><B>getAltitude()</B></A> -
408 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
409 <DD>&nbsp;
410 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getAltitude()"><B>getAltitude()</B></A> -
411 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
412 <DD>&nbsp;
413 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#getAltitude()"><B>getAltitude()</B></A> -
414 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
415 <DD>&nbsp;
416 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#getAltitudeMode()"><B>getAltitudeMode()</B></A> -
417 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
418 <DD>&nbsp;
419 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#getAltitudeMode()"><B>getAltitudeMode()</B></A> -
420 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
421 <DD>&nbsp;
422 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#getAltitudeMode()"><B>getAltitudeMode()</B></A> -
423 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
424 <DD>&nbsp;
425 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#getAltitudeMode()"><B>getAltitudeMode()</B></A> -
426 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
427 <DD>&nbsp;
428 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getAltitudeMode()"><B>getAltitudeMode()</B></A> -
429 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
430 <DD>&nbsp;
431 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#getAltitudeMode()"><B>getAltitudeMode()</B></A> -
432 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
433 <DD>&nbsp;
434 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#getAltitudeMode()"><B>getAltitudeMode()</B></A> -
435 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
436 <DD>&nbsp;
437 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getAltitudeMode()"><B>getAltitudeMode()</B></A> -
438 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
439 <DD>&nbsp;
440 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()"><B>getAtomAuthor()</B></A> -
441 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
442 <DD>&nbsp;
443 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getAtomLink()"><B>getAtomLink()</B></A> -
444 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
445 <DD>&nbsp;
446 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#getBallonStyle()"><B>getBallonStyle()</B></A> -
447 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
448 <DD>&nbsp;
449 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html#getBaseUrl()"><B>getBaseUrl()</B></A> -
450 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
451 <DD>&nbsp;
452 <DT><A HREF="./org/boehn/kmlframework/kml/TimeSpan.html#getBegin()"><B>getBegin()</B></A> -
453 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A>
454 <DD>&nbsp;
455 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#getBgColor()"><B>getBgColor()</B></A> -
456 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
457 <DD>&nbsp;
458 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#getBgColor()"><B>getBgColor()</B></A> -
459 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
460 <DD>&nbsp;
461 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getBottomFov()"><B>getBottomFov()</B></A> -
462 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
463 <DD>&nbsp;
464 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#getClassName()"><B>getClassName()</B></A> -
465 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
466 <DD>&nbsp;
467 <DT><A HREF="./org/boehn/kmlframework/kml/ColorStyle.html#getColor()"><B>getColor()</B></A> -
468 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A>
469 <DD>&nbsp;
470 <DT><A HREF="./org/boehn/kmlframework/kml/Overlay.html#getColor()"><B>getColor()</B></A> -
471 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>
472 <DD>&nbsp;
473 <DT><A HREF="./org/boehn/kmlframework/kml/ColorStyle.html#getColorMode()"><B>getColorMode()</B></A> -
474 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A>
475 <DD>&nbsp;
476 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getCookie()"><B>getCookie()</B></A> -
477 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
478 <DD>&nbsp;
479 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#getCookie()"><B>getCookie()</B></A> -
480 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
481 <DD>&nbsp;
482 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#getCoordinates()"><B>getCoordinates()</B></A> -
483 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
484 <DD>&nbsp;
485 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#getCoordinates()"><B>getCoordinates()</B></A> -
486 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
487 <DD>&nbsp;
488 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#getCoordinates()"><B>getCoordinates()</B></A> -
489 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
490 <DD>&nbsp;
491 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModelElement.html#getCoordinates()"><B>getCoordinates()</B></A> -
492 Method in interface org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>
493 <DD>&nbsp;
494 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#getCustomContent()"><B>getCustomContent()</B></A> -
495 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
496 <DD>&nbsp;
497 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#getDataElements()"><B>getDataElements()</B></A> -
498 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
499 <DD>&nbsp;
500 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getDescription()"><B>getDescription()</B></A> -
501 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
502 <DD>&nbsp;
503 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getDescription()"><B>getDescription()</B></A> -
504 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
505 <DD>&nbsp;
506 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getDescriptionTextWithButtons(org.boehn.kmlframework.kml.Kml)"><B>getDescriptionTextWithButtons(Kml)</B></A> -
507 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
508 <DD>&nbsp;
509 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#getDisplayMode()"><B>getDisplayMode()</B></A> -
510 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
511 <DD>&nbsp;
512 <DT><A HREF="./org/boehn/kmlframework/kml/Data.html#getDisplayName()"><B>getDisplayName()</B></A> -
513 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
514 <DD>&nbsp;
515 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html#getDisplayName()"><B>getDisplayName()</B></A> -
516 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
517 <DD>&nbsp;
518 <DT><A HREF="./org/boehn/kmlframework/kml/Overlay.html#getDrawOrder()"><B>getDrawOrder()</B></A> -
519 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>
520 <DD>&nbsp;
521 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#getEast()"><B>getEast()</B></A> -
522 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
523 <DD>&nbsp;
524 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getEast()"><B>getEast()</B></A> -
525 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
526 <DD>&nbsp;
527 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#getEast()"><B>getEast()</B></A> -
528 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
529 <DD>&nbsp;
530 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#getElements()"><B>getElements()</B></A> -
531 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
532 <DD>&nbsp;
533 <DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html#getEmail()"><B>getEmail()</B></A> -
534 Method in class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
535 <DD>&nbsp;
536 <DT><A HREF="./org/boehn/kmlframework/kml/TimeSpan.html#getEnd()"><B>getEnd()</B></A> -
537 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A>
538 <DD>&nbsp;
539 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getExpires()"><B>getExpires()</B></A> -
540 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
541 <DD>&nbsp;
542 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getExtendedData()"><B>getExtendedData()</B></A> -
543 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
544 <DD>&nbsp;
545 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#getExtrude()"><B>getExtrude()</B></A> -
546 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
547 <DD>&nbsp;
548 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#getExtrude()"><B>getExtrude()</B></A> -
549 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
550 <DD>&nbsp;
551 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#getExtrude()"><B>getExtrude()</B></A> -
552 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
553 <DD>&nbsp;
554 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#getExtrude()"><B>getExtrude()</B></A> -
555 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
556 <DD>&nbsp;
557 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#getFeature()"><B>getFeature()</B></A> -
558 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
559 <DD>&nbsp;
560 <DT><A HREF="./org/boehn/kmlframework/kml/Container.html#getFeatures()"><B>getFeatures()</B></A> -
561 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A>
562 <DD>&nbsp;
563 <DT><A HREF="./org/boehn/kmlframework/kml/PolyStyle.html#getFill()"><B>getFill()</B></A> -
564 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>
565 <DD>&nbsp;
566 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#getFlyToView()"><B>getFlyToView()</B></A> -
567 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
568 <DD>&nbsp;
569 <DT><A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html#getGeometries()"><B>getGeometries()</B></A> -
570 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A>
571 <DD>&nbsp;
572 <DT><A HREF="./org/boehn/kmlframework/kml/Placemark.html#getGeometry()"><B>getGeometry()</B></A> -
573 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A>
574 <DD>&nbsp;
575 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getGridOrigin()"><B>getGridOrigin()</B></A> -
576 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
577 <DD>&nbsp;
578 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#getHeading()"><B>getHeading()</B></A> -
579 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
580 <DD>&nbsp;
581 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#getHeading()"><B>getHeading()</B></A> -
582 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
583 <DD>&nbsp;
584 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getHeading()"><B>getHeading()</B></A> -
585 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
586 <DD>&nbsp;
587 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#getHotSpotX()"><B>getHotSpotX()</B></A> -
588 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
589 <DD>&nbsp;
590 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#getHotSpotXunits()"><B>getHotSpotXunits()</B></A> -
591 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
592 <DD>&nbsp;
593 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#getHotSpotY()"><B>getHotSpotY()</B></A> -
594 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
595 <DD>&nbsp;
596 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#getHotSpotYunits()"><B>getHotSpotYunits()</B></A> -
597 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
598 <DD>&nbsp;
599 <DT><A HREF="./org/boehn/kmlframework/atom/AtomLink.html#getHref()"><B>getHref()</B></A> -
600 Method in class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>
601 <DD>&nbsp;
602 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#getHref()"><B>getHref()</B></A> -
603 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
604 <DD>&nbsp;
605 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#getHref()"><B>getHref()</B></A> -
606 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
607 <DD>&nbsp;
608 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#getHttpQuery()"><B>getHttpQuery()</B></A> -
609 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
610 <DD>&nbsp;
611 <DT><A HREF="./org/boehn/kmlframework/kml/Overlay.html#getIcon()"><B>getIcon()</B></A> -
612 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>
613 <DD>&nbsp;
614 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#getIconHref()"><B>getIconHref()</B></A> -
615 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
616 <DD>&nbsp;
617 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#getIconStyle()"><B>getIconStyle()</B></A> -
618 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
619 <DD>&nbsp;
620 <DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html#getId()"><B>getId()</B></A> -
621 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
622 <DD>&nbsp;
623 <DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)"><B>getIdAndTargetIdFormatted(Kml)</B></A> -
624 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
625 <DD>&nbsp;
626 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#getInnerBoundaries()"><B>getInnerBoundaries()</B></A> -
627 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
628 <DD>&nbsp;
629 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#getItemIconState()"><B>getItemIconState()</B></A> -
630 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
631 <DD>&nbsp;
632 <DT><A HREF="./org/boehn/kmlframework/kml/Pair.html#getKey()"><B>getKey()</B></A> -
633 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>
634 <DD>&nbsp;
635 <DT><A HREF="./org/boehn/kmlframework/kml/UpdateElement.html#getKmlObject()"><B>getKmlObject()</B></A> -
636 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>
637 <DD>&nbsp;
638 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#getLabelStyle()"><B>getLabelStyle()</B></A> -
639 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
640 <DD>&nbsp;
641 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#getLatitude()"><B>getLatitude()</B></A> -
642 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
643 <DD>&nbsp;
644 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getLatitude()"><B>getLatitude()</B></A> -
645 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
646 <DD>&nbsp;
647 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#getLatitude()"><B>getLatitude()</B></A> -
648 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
649 <DD>&nbsp;
650 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getLeftFov()"><B>getLeftFov()</B></A> -
651 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
652 <DD>&nbsp;
653 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#getLineStyle()"><B>getLineStyle()</B></A> -
654 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
655 <DD>&nbsp;
656 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getLink()"><B>getLink()</B></A> -
657 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
658 <DD>&nbsp;
659 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html#getLink()"><B>getLink()</B></A> -
660 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
661 <DD>&nbsp;
662 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getLinkDescription()"><B>getLinkDescription()</B></A> -
663 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
664 <DD>&nbsp;
665 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#getLinkDescription()"><B>getLinkDescription()</B></A> -
666 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
667 <DD>&nbsp;
668 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getLinkName()"><B>getLinkName()</B></A> -
669 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
670 <DD>&nbsp;
671 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#getLinkName()"><B>getLinkName()</B></A> -
672 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
673 <DD>&nbsp;
674 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getLinkSnippet()"><B>getLinkSnippet()</B></A> -
675 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
676 <DD>&nbsp;
677 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getLinkSnippetMaxLines()"><B>getLinkSnippetMaxLines()</B></A> -
678 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
679 <DD>&nbsp;
680 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#getListItemType()"><B>getListItemType()</B></A> -
681 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
682 <DD>&nbsp;
683 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#getListStyle()"><B>getListStyle()</B></A> -
684 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
685 <DD>&nbsp;
686 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getLocalReferenceCoordinate()"><B>getLocalReferenceCoordinate()</B></A> -
687 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
688 <DD>&nbsp;
689 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getLocation()"><B>getLocation()</B></A> -
690 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
691 <DD>&nbsp;
692 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#getLongitude()"><B>getLongitude()</B></A> -
693 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
694 <DD>&nbsp;
695 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getLongitude()"><B>getLongitude()</B></A> -
696 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
697 <DD>&nbsp;
698 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#getLongitude()"><B>getLongitude()</B></A> -
699 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
700 <DD>&nbsp;
701 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#getLongitudeLatitudeAltitudeString()"><B>getLongitudeLatitudeAltitudeString()</B></A> -
702 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
703 <DD>&nbsp;
704 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getMapObjectClass()"><B>getMapObjectClass()</B></A> -
705 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
706 <DD>&nbsp;
707 <DT><A HREF="./org/boehn/kmlframework/todo/ModelObjectFactory.html#getMapObjectClass(java.lang.String)"><B>getMapObjectClass(String)</B></A> -
708 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo">ModelObjectFactory</A>
709 <DD>&nbsp;
710 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getMaxAltitude()"><B>getMaxAltitude()</B></A> -
711 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
712 <DD>&nbsp;
713 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getMaxFadeExtent()"><B>getMaxFadeExtent()</B></A> -
714 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
715 <DD>&nbsp;
716 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getMaxHeight()"><B>getMaxHeight()</B></A> -
717 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
718 <DD>&nbsp;
719 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getMaxLodPixels()"><B>getMaxLodPixels()</B></A> -
720 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
721 <DD>&nbsp;
722 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getMaxSessionLength()"><B>getMaxSessionLength()</B></A> -
723 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
724 <DD>&nbsp;
725 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getMaxWidth()"><B>getMaxWidth()</B></A> -
726 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
727 <DD>&nbsp;
728 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getMessage()"><B>getMessage()</B></A> -
729 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
730 <DD>&nbsp;
731 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#getMessage()"><B>getMessage()</B></A> -
732 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
733 <DD>&nbsp;
734 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getMinAltitude()"><B>getMinAltitude()</B></A> -
735 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
736 <DD>&nbsp;
737 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getMinFadeExtent()"><B>getMinFadeExtent()</B></A> -
738 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
739 <DD>&nbsp;
740 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getMinLodPixels()"><B>getMinLodPixels()</B></A> -
741 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
742 <DD>&nbsp;
743 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getMinRefreshPeriod()"><B>getMinRefreshPeriod()</B></A> -
744 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
745 <DD>&nbsp;
746 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#getMinRefreshPeriod()"><B>getMinRefreshPeriod()</B></A> -
747 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
748 <DD>&nbsp;
749 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#getModels()"><B>getModels()</B></A> -
750 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
751 <DD>&nbsp;
752 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getMovements()"><B>getMovements()</B></A> -
753 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
754 <DD>&nbsp;
755 <DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html#getName()"><B>getName()</B></A> -
756 Method in class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
757 <DD>&nbsp;
758 <DT><A HREF="./org/boehn/kmlframework/kml/Data.html#getName()"><B>getName()</B></A> -
759 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
760 <DD>&nbsp;
761 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getName()"><B>getName()</B></A> -
762 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
763 <DD>&nbsp;
764 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleData.html#getName()"><B>getName()</B></A> -
765 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>
766 <DD>&nbsp;
767 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html#getName()"><B>getName()</B></A> -
768 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
769 <DD>&nbsp;
770 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getName()"><B>getName()</B></A> -
771 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
772 <DD>&nbsp;
773 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#getName()"><B>getName()</B></A> -
774 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
775 <DD>&nbsp;
776 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#getNameSpace()"><B>getNameSpace()</B></A> -
777 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
778 <DD>&nbsp;
779 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getNear()"><B>getNear()</B></A> -
780 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
781 <DD>&nbsp;
782 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#getNetworkLinkControl()"><B>getNetworkLinkControl()</B></A> -
783 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
784 <DD>&nbsp;
785 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#getNorth()"><B>getNorth()</B></A> -
786 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
787 <DD>&nbsp;
788 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getNorth()"><B>getNorth()</B></A> -
789 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
790 <DD>&nbsp;
791 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#getNorth()"><B>getNorth()</B></A> -
792 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
793 <DD>&nbsp;
794 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#getOpen()"><B>getOpen()</B></A> -
795 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
796 <DD>&nbsp;
797 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#getOuterBoundary()"><B>getOuterBoundary()</B></A> -
798 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
799 <DD>&nbsp;
800 <DT><A HREF="./org/boehn/kmlframework/kml/PolyStyle.html#getOutline()"><B>getOutline()</B></A> -
801 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>
802 <DD>&nbsp;
803 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#getOutputStream()"><B>getOutputStream()</B></A> -
804 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
805 <DD>&nbsp;
806 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getOverlayX()"><B>getOverlayX()</B></A> -
807 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
808 <DD>&nbsp;
809 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getOverlayXunits()"><B>getOverlayXunits()</B></A> -
810 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
811 <DD>&nbsp;
812 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getOverlayY()"><B>getOverlayY()</B></A> -
813 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
814 <DD>&nbsp;
815 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getOverlayYunits()"><B>getOverlayYunits()</B></A> -
816 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
817 <DD>&nbsp;
818 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#getParameters()"><B>getParameters()</B></A> -
819 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
820 <DD>&nbsp;
821 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()"><B>getPhoneNumber()</B></A> -
822 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
823 <DD>&nbsp;
824 <DT><A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html#getPlace()"><B>getPlace()</B></A> -
825 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>
826 <DD>&nbsp;
827 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getPoint()"><B>getPoint()</B></A> -
828 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
829 <DD>&nbsp;
830 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#getPolyStyle()"><B>getPolyStyle()</B></A> -
831 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
832 <DD>&nbsp;
833 <DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html#getRadius()"><B>getRadius()</B></A> -
834 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
835 <DD>&nbsp;
836 <DT><A HREF="./org/boehn/kmlframework/kml/LookAt.html#getRange()"><B>getRange()</B></A> -
837 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A>
838 <DD>&nbsp;
839 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#getRefreshInterval()"><B>getRefreshInterval()</B></A> -
840 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
841 <DD>&nbsp;
842 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#getRefreshInterval()"><B>getRefreshInterval()</B></A> -
843 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
844 <DD>&nbsp;
845 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#getRefreshMode()"><B>getRefreshMode()</B></A> -
846 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
847 <DD>&nbsp;
848 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#getRefreshMode()"><B>getRefreshMode()</B></A> -
849 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
850 <DD>&nbsp;
851 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#getRefreshVisibility()"><B>getRefreshVisibility()</B></A> -
852 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
853 <DD>&nbsp;
854 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getRegion()"><B>getRegion()</B></A> -
855 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
856 <DD>&nbsp;
857 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getResourceMap()"><B>getResourceMap()</B></A> -
858 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
859 <DD>&nbsp;
860 <DT><A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html#getResponse()"><B>getResponse()</B></A> -
861 Method in class org.boehn.kmlframework.servlet.<A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A>
862 <DD>&nbsp;
863 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html#getResponse()"><B>getResponse()</B></A> -
864 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
865 <DD>&nbsp;
866 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getRightFov()"><B>getRightFov()</B></A> -
867 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
868 <DD>&nbsp;
869 <DT><A HREF="./org/boehn/kmlframework/kml/Camera.html#getRoll()"><B>getRoll()</B></A> -
870 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A>
871 <DD>&nbsp;
872 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getRoll()"><B>getRoll()</B></A> -
873 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
874 <DD>&nbsp;
875 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#getRotation()"><B>getRotation()</B></A> -
876 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
877 <DD>&nbsp;
878 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getRotation()"><B>getRotation()</B></A> -
879 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
880 <DD>&nbsp;
881 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getRotation()"><B>getRotation()</B></A> -
882 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
883 <DD>&nbsp;
884 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getRotation()"><B>getRotation()</B></A> -
885 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
886 <DD>&nbsp;
887 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getRotationX()"><B>getRotationX()</B></A> -
888 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
889 <DD>&nbsp;
890 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getRotationXunits()"><B>getRotationXunits()</B></A> -
891 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
892 <DD>&nbsp;
893 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getRotationY()"><B>getRotationY()</B></A> -
894 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
895 <DD>&nbsp;
896 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getRotationYunits()"><B>getRotationYunits()</B></A> -
897 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
898 <DD>&nbsp;
899 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#getScale()"><B>getScale()</B></A> -
900 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
901 <DD>&nbsp;
902 <DT><A HREF="./org/boehn/kmlframework/kml/LabelStyle.html#getScale()"><B>getScale()</B></A> -
903 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>
904 <DD>&nbsp;
905 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getScale()"><B>getScale()</B></A> -
906 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
907 <DD>&nbsp;
908 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getScaleX()"><B>getScaleX()</B></A> -
909 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
910 <DD>&nbsp;
911 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getScaleY()"><B>getScaleY()</B></A> -
912 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
913 <DD>&nbsp;
914 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getScaleZ()"><B>getScaleZ()</B></A> -
915 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
916 <DD>&nbsp;
917 <DT><A HREF="./org/boehn/kmlframework/kml/Document.html#getSchemas()"><B>getSchemas()</B></A> -
918 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A>
919 <DD>&nbsp;
920 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#getSchemaUrl()"><B>getSchemaUrl()</B></A> -
921 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
922 <DD>&nbsp;
923 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getScreenX()"><B>getScreenX()</B></A> -
924 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
925 <DD>&nbsp;
926 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getScreenXunits()"><B>getScreenXunits()</B></A> -
927 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
928 <DD>&nbsp;
929 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getScreenY()"><B>getScreenY()</B></A> -
930 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
931 <DD>&nbsp;
932 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getScreenYunits()"><B>getScreenYunits()</B></A> -
933 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
934 <DD>&nbsp;
935 <DT><A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html#getSessionId()"><B>getSessionId()</B></A> -
936 Method in class org.boehn.kmlframework.servlet.<A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A>
937 <DD>&nbsp;
938 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html#getSessionId()"><B>getSessionId()</B></A> -
939 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
940 <DD>&nbsp;
941 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getShape()"><B>getShape()</B></A> -
942 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
943 <DD>&nbsp;
944 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#getShowModels()"><B>getShowModels()</B></A> -
945 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
946 <DD>&nbsp;
947 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#getShowTail()"><B>getShowTail()</B></A> -
948 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
949 <DD>&nbsp;
950 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#getSimpleDataElements()"><B>getSimpleDataElements()</B></A> -
951 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
952 <DD>&nbsp;
953 <DT><A HREF="./org/boehn/kmlframework/kml/Schema.html#getSimpleFields()"><B>getSimpleFields()</B></A> -
954 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>
955 <DD>&nbsp;
956 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html#getSimpleFieldType()"><B>getSimpleFieldType()</B></A> -
957 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
958 <DD>&nbsp;
959 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getSizeX()"><B>getSizeX()</B></A> -
960 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
961 <DD>&nbsp;
962 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getSizeXunits()"><B>getSizeXunits()</B></A> -
963 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
964 <DD>&nbsp;
965 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getSizeY()"><B>getSizeY()</B></A> -
966 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
967 <DD>&nbsp;
968 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#getSizeYunits()"><B>getSizeYunits()</B></A> -
969 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
970 <DD>&nbsp;
971 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getSnippet()"><B>getSnippet()</B></A> -
972 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
973 <DD>&nbsp;
974 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getSnippet()"><B>getSnippet()</B></A> -
975 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
976 <DD>&nbsp;
977 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()"><B>getSnippetMaxLines()</B></A> -
978 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
979 <DD>&nbsp;
980 <DT><A HREF="./org/boehn/kmlframework/kml/Alias.html#getSourceHref()"><B>getSourceHref()</B></A> -
981 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>
982 <DD>&nbsp;
983 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#getSouth()"><B>getSouth()</B></A> -
984 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
985 <DD>&nbsp;
986 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getSouth()"><B>getSouth()</B></A> -
987 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
988 <DD>&nbsp;
989 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#getSouth()"><B>getSouth()</B></A> -
990 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
991 <DD>&nbsp;
992 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()"><B>getStyleSelectors()</B></A> -
993 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
994 <DD>&nbsp;
995 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getStyleUrl()"><B>getStyleUrl()</B></A> -
996 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
997 <DD>&nbsp;
998 <DT><A HREF="./org/boehn/kmlframework/kml/Pair.html#getStyleUrl()"><B>getStyleUrl()</B></A> -
999 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>
1000 <DD>&nbsp;
1001 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#getStyleUrl()"><B>getStyleUrl()</B></A> -
1002 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
1003 <DD>&nbsp;
1004 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#getTailHistoryLimit()"><B>getTailHistoryLimit()</B></A> -
1005 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
1006 <DD>&nbsp;
1007 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#getTailVisibleFrom()"><B>getTailVisibleFrom()</B></A> -
1008 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
1009 <DD>&nbsp;
1010 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#getTailVisibleTo()"><B>getTailVisibleTo()</B></A> -
1011 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
1012 <DD>&nbsp;
1013 <DT><A HREF="./org/boehn/kmlframework/kml/Alias.html#getTargetHref()"><B>getTargetHref()</B></A> -
1014 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>
1015 <DD>&nbsp;
1016 <DT><A HREF="./org/boehn/kmlframework/kml/Update.html#getTargetHref()"><B>getTargetHref()</B></A> -
1017 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>
1018 <DD>&nbsp;
1019 <DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html#getTargetId()"><B>getTargetId()</B></A> -
1020 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
1021 <DD>&nbsp;
1022 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#getTessellate()"><B>getTessellate()</B></A> -
1023 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
1024 <DD>&nbsp;
1025 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#getTessellate()"><B>getTessellate()</B></A> -
1026 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
1027 <DD>&nbsp;
1028 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#getTessellate()"><B>getTessellate()</B></A> -
1029 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
1030 <DD>&nbsp;
1031 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#getText()"><B>getText()</B></A> -
1032 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
1033 <DD>&nbsp;
1034 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#getText()"><B>getText()</B></A> -
1035 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
1036 <DD>&nbsp;
1037 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#getTextColor()"><B>getTextColor()</B></A> -
1038 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
1039 <DD>&nbsp;
1040 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getTileSize()"><B>getTileSize()</B></A> -
1041 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1042 <DD>&nbsp;
1043 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#getTilt()"><B>getTilt()</B></A> -
1044 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
1045 <DD>&nbsp;
1046 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#getTilt()"><B>getTilt()</B></A> -
1047 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
1048 <DD>&nbsp;
1049 <DT><A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html#getTime()"><B>getTime()</B></A> -
1050 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>
1051 <DD>&nbsp;
1052 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()"><B>getTimePrimitive()</B></A> -
1053 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1054 <DD>&nbsp;
1055 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#getTopFov()"><B>getTopFov()</B></A> -
1056 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1057 <DD>&nbsp;
1058 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#getUpdate()"><B>getUpdate()</B></A> -
1059 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1060 <DD>&nbsp;
1061 <DT><A HREF="./org/boehn/kmlframework/kml/Update.html#getUpdateElements()"><B>getUpdateElements()</B></A> -
1062 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>
1063 <DD>&nbsp;
1064 <DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html#getUri()"><B>getUri()</B></A> -
1065 Method in class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
1066 <DD>&nbsp;
1067 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#getUrl()"><B>getUrl()</B></A> -
1068 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
1069 <DD>&nbsp;
1070 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#getUrl()"><B>getUrl()</B></A> -
1071 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
1072 <DD>&nbsp;
1073 <DT><A HREF="./org/boehn/kmlframework/kml/Data.html#getValue()"><B>getValue()</B></A> -
1074 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
1075 <DD>&nbsp;
1076 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleData.html#getValue()"><B>getValue()</B></A> -
1077 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>
1078 <DD>&nbsp;
1079 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#getViewBoundScale()"><B>getViewBoundScale()</B></A> -
1080 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
1081 <DD>&nbsp;
1082 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#getViewFormat()"><B>getViewFormat()</B></A> -
1083 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
1084 <DD>&nbsp;
1085 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#getViewFormat()"><B>getViewFormat()</B></A> -
1086 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
1087 <DD>&nbsp;
1088 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#getViewRefreshMode()"><B>getViewRefreshMode()</B></A> -
1089 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
1090 <DD>&nbsp;
1091 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#getViewRefreshMode()"><B>getViewRefreshMode()</B></A> -
1092 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
1093 <DD>&nbsp;
1094 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#getViewRefreshTime()"><B>getViewRefreshTime()</B></A> -
1095 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
1096 <DD>&nbsp;
1097 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#getViewRefreshTime()"><B>getViewRefreshTime()</B></A> -
1098 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
1099 <DD>&nbsp;
1100 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#getVisibility()"><B>getVisibility()</B></A> -
1101 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1102 <DD>&nbsp;
1103 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#getVisibleFrom()"><B>getVisibleFrom()</B></A> -
1104 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
1105 <DD>&nbsp;
1106 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#getVisibleFrom()"><B>getVisibleFrom()</B></A> -
1107 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
1108 <DD>&nbsp;
1109 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#getVisibleTo()"><B>getVisibleTo()</B></A> -
1110 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
1111 <DD>&nbsp;
1112 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#getVisibleTo()"><B>getVisibleTo()</B></A> -
1113 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
1114 <DD>&nbsp;
1115 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#getWest()"><B>getWest()</B></A> -
1116 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
1117 <DD>&nbsp;
1118 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#getWest()"><B>getWest()</B></A> -
1119 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1120 <DD>&nbsp;
1121 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#getWest()"><B>getWest()</B></A> -
1122 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
1123 <DD>&nbsp;
1124 <DT><A HREF="./org/boehn/kmlframework/kml/TimeStamp.html#getWhen()"><B>getWhen()</B></A> -
1125 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A>
1126 <DD>&nbsp;
1127 <DT><A HREF="./org/boehn/kmlframework/kml/LineStyle.html#getWidth()"><B>getWidth()</B></A> -
1128 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>
1129 <DD>&nbsp;
1130 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#getWriter()"><B>getWriter()</B></A> -
1131 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
1132 <DD>&nbsp;
1133 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#getX()"><B>getX()</B></A> -
1134 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
1135 <DD>&nbsp;
1136 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()"><B>getXalAddressDeatails()</B></A> -
1137 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1138 <DD>&nbsp;
1139 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#getXmlIndent()"><B>getXmlIndent()</B></A> -
1140 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1141 <DD>&nbsp;
1142 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#getY()"><B>getY()</B></A> -
1143 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
1144 <DD>&nbsp;
1145 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#getZ()"><B>getZ()</B></A> -
1146 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
1147 <DD>&nbsp;
1148 <DT><A HREF="./org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>GraphicalMapObjectExample</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/examples/package-summary.html">org.boehn.kmlframework.todo.examples</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html#GraphicalMapObjectExample()"><B>GraphicalMapObjectExample()</B></A> -
1149 Constructor for class org.boehn.kmlframework.todo.examples.<A HREF="./org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples">GraphicalMapObjectExample</A>
1150 <DD>&nbsp;
1151 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo"><B>GraphicalModel</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#GraphicalModel()"><B>GraphicalModel()</B></A> -
1152 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
1153 <DD>&nbsp;
1154 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo"><B>GraphicalModelElement</B></A> - Interface in <A HREF="./org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml"><B>GridOriginEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml"><B>GroundOverlay</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay()"><B>GroundOverlay()</B></A> -
1155 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
1156 <DD>&nbsp;
1157 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)"><B>GroundOverlay(String, Boolean, Boolean, AtomAuthor, AtomLink, String, String, String, String, Integer, String, AbstractView, TimePrimitive, String, List&lt;StyleSelector&gt;, Region, ExtendedData, String, Integer, Icon, Double, AltitudeModeEnum, Double, Double, Double, Double, Double)</B></A> -
1158 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
1159 <DD>&nbsp;
1160 </DL>
1161 <HR>
1162 <A NAME="_H_"><!-- --></A><H2>
1163 <B>H</B></H2>
1164 <DL>
1165 <DT><A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet"><B>HttpServletModel</B></A> - Class in <A HREF="./org/boehn/kmlframework/servlet/package-summary.html">org.boehn.kmlframework.servlet</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html#HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>HttpServletModel(HttpServletRequest, HttpServletResponse)</B></A> -
1166 Constructor for class org.boehn.kmlframework.servlet.<A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A>
1167 <DD>&nbsp;
1168 <DT><A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html#HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean)"><B>HttpServletModel(HttpServletRequest, HttpServletResponse, boolean)</B></A> -
1169 Constructor for class org.boehn.kmlframework.servlet.<A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A>
1170 <DD>&nbsp;
1171 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet"><B>HttpServletModel</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html#HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>HttpServletModel(HttpServletRequest, HttpServletResponse)</B></A> -
1172 Constructor for class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
1173 <DD>&nbsp;
1174 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html#HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean)"><B>HttpServletModel(HttpServletRequest, HttpServletResponse, boolean)</B></A> -
1175 Constructor for class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
1176 <DD>&nbsp;
1177 </DL>
1178 <HR>
1179 <A NAME="_I_"><!-- --></A><H2>
1180 <B>I</B></H2>
1181 <DL>
1182 <DT><A HREF="./org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml"><B>Icon</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Icon.html#Icon()"><B>Icon()</B></A> -
1183 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>
1184 <DD>&nbsp;
1185 <DT><A HREF="./org/boehn/kmlframework/kml/Icon.html#Icon(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)"><B>Icon(String, RefreshModeEnum, Double, ViewRefreshModeEnum, Double, Double, ViewFormat, String)</B></A> -
1186 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>
1187 <DD>&nbsp;
1188 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml"><B>IconStyle</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#IconStyle()"><B>IconStyle()</B></A> -
1189 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
1190 <DD>&nbsp;
1191 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#IconStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double, java.lang.Double, java.lang.String, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum)"><B>IconStyle(String, ColorModeEnum, Double, Double, String, Double, Double, UnitEnum, UnitEnum)</B></A> -
1192 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
1193 <DD>&nbsp;
1194 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html#init(javax.servlet.FilterConfig)"><B>init(FilterConfig)</B></A> -
1195 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzFilter</A>
1196 <DD>&nbsp;
1197 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#isAtomElementsIncluded()"><B>isAtomElementsIncluded()</B></A> -
1198 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1199 <DD>&nbsp;
1200 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#isCelestialData()"><B>isCelestialData()</B></A> -
1201 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1202 <DD>&nbsp;
1203 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html#isFlyToView()"><B>isFlyToView()</B></A> -
1204 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
1205 <DD>&nbsp;
1206 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#isGenerateObjectIds()"><B>isGenerateObjectIds()</B></A> -
1207 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1208 <DD>&nbsp;
1209 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#isInsideBoundingBox(org.boehn.kmlframework.coordinates.EarthCoordinate)"><B>isInsideBoundingBox(EarthCoordinate)</B></A> -
1210 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
1211 <DD>&nbsp;
1212 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#isOpen()"><B>isOpen()</B></A> -
1213 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1214 <DD>&nbsp;
1215 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html#isRefreshVisibility()"><B>isRefreshVisibility()</B></A> -
1216 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
1217 <DD>&nbsp;
1218 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#isVisible()"><B>isVisible()</B></A> -
1219 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1220 <DD>&nbsp;
1221 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/Observer.html#isVisibleToObserver(org.boehn.kmlframework.coordinates.EarthCoordinate)"><B>isVisibleToObserver(EarthCoordinate)</B></A> -
1222 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet">Observer</A>
1223 <DD>&nbsp;
1224 </DL>
1225 <HR>
1226 <A NAME="_K_"><!-- --></A><H2>
1227 <B>K</B></H2>
1228 <DL>
1229 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><B>Kml</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#Kml()"><B>Kml()</B></A> -
1230 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1231 <DD>&nbsp;
1232 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#Kml(org.boehn.kmlframework.kml.NetworkLinkControl, org.boehn.kmlframework.kml.Feature)"><B>Kml(NetworkLinkControl, Feature)</B></A> -
1233 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1234 <DD>&nbsp;
1235 <DT><A HREF="./org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml"><B>KmlException</B></A> - Exception in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/KmlException.html#KmlException()"><B>KmlException()</B></A> -
1236 Constructor for exception org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>
1237 <DD>&nbsp;
1238 <DT><A HREF="./org/boehn/kmlframework/kml/KmlException.html#KmlException(java.lang.String)"><B>KmlException(String)</B></A> -
1239 Constructor for exception org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>
1240 <DD>&nbsp;
1241 <DT><A HREF="./org/boehn/kmlframework/kml/KmlException.html#KmlException(java.lang.String, java.lang.Throwable)"><B>KmlException(String, Throwable)</B></A> -
1242 Constructor for exception org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>
1243 <DD>&nbsp;
1244 <DT><A HREF="./org/boehn/kmlframework/kml/KmlException.html#KmlException(java.lang.Throwable)"><B>KmlException(Throwable)</B></A> -
1245 Constructor for exception org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>
1246 <DD>&nbsp;
1247 <DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml"><B>KmlObject</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html#KmlObject()"><B>KmlObject()</B></A> -
1248 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
1249 <DD>&nbsp;
1250 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>KmzFilter</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/servlet/kmz/package-summary.html">org.boehn.kmlframework.todo.servlet.kmz</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html#KmzFilter()"><B>KmzFilter()</B></A> -
1251 Constructor for class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzFilter</A>
1252 <DD>&nbsp;
1253 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>KmzResponseStream</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/servlet/kmz/package-summary.html">org.boehn.kmlframework.todo.servlet.kmz</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#KmzResponseStream(javax.servlet.http.HttpServletResponse)"><B>KmzResponseStream(HttpServletResponse)</B></A> -
1254 Constructor for class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
1255 <DD>&nbsp;
1256 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>KmzResponseWrapper</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/servlet/kmz/package-summary.html">org.boehn.kmlframework.todo.servlet.kmz</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#KmzResponseWrapper(javax.servlet.http.HttpServletResponse)"><B>KmzResponseWrapper(HttpServletResponse)</B></A> -
1257 Constructor for class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
1258 <DD>&nbsp;
1259 </DL>
1260 <HR>
1261 <A NAME="_L_"><!-- --></A><H2>
1262 <B>L</B></H2>
1263 <DL>
1264 <DT><A HREF="./org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml"><B>LabelStyle</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/LabelStyle.html#LabelStyle()"><B>LabelStyle()</B></A> -
1265 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>
1266 <DD>&nbsp;
1267 <DT><A HREF="./org/boehn/kmlframework/kml/LabelStyle.html#LabelStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double)"><B>LabelStyle(String, ColorModeEnum, Double)</B></A> -
1268 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>
1269 <DD>&nbsp;
1270 <DT><A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html#latitudeToMeter(double)"><B>latitudeToMeter(double)</B></A> -
1271 Static method in class org.boehn.kmlframework.utils.<A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils">Ellipsoid</A>
1272 <DD>Convert latitude to meter at ref latitude
1273 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#length()"><B>length()</B></A> -
1274 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
1275 <DD>&nbsp;
1276 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#length"><B>length</B></A> -
1277 Variable in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
1278 <DD>&nbsp;
1279 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml"><B>LinearRing</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#LinearRing()"><B>LinearRing()</B></A> -
1280 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
1281 <DD>&nbsp;
1282 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#LinearRing(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.util.List)"><B>LinearRing(Boolean, Boolean, AltitudeModeEnum, List&lt;Point&gt;)</B></A> -
1283 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
1284 <DD>&nbsp;
1285 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml"><B>LineString</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#LineString()"><B>LineString()</B></A> -
1286 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
1287 <DD>&nbsp;
1288 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#LineString(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.util.List)"><B>LineString(Boolean, Boolean, AltitudeModeEnum, List&lt;Point&gt;)</B></A> -
1289 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
1290 <DD>&nbsp;
1291 <DT><A HREF="./org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml"><B>LineStyle</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/LineStyle.html#LineStyle()"><B>LineStyle()</B></A> -
1292 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>
1293 <DD>&nbsp;
1294 <DT><A HREF="./org/boehn/kmlframework/kml/LineStyle.html#LineStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double)"><B>LineStyle(String, ColorModeEnum, Double)</B></A> -
1295 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>
1296 <DD>&nbsp;
1297 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml"><B>Link</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Link.html#Link()"><B>Link()</B></A> -
1298 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
1299 <DD>&nbsp;
1300 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#Link(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)"><B>Link(String, RefreshModeEnum, Double, ViewRefreshModeEnum, Double, Double, ViewFormat, String)</B></A> -
1301 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
1302 <DD>&nbsp;
1303 <DT><A HREF="./org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ListItemTypeEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml"><B>ListStyle</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#ListStyle()"><B>ListStyle()</B></A> -
1304 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
1305 <DD>&nbsp;
1306 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#ListStyle(org.boehn.kmlframework.kml.ListItemTypeEnum, java.lang.String, java.lang.String, java.lang.String)"><B>ListStyle(ListItemTypeEnum, String, String, String)</B></A> -
1307 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
1308 <DD>&nbsp;
1309 <DT><A HREF="./org/boehn/kmlframework/todo/ModelObjectFactory.html#loadFile()"><B>loadFile()</B></A> -
1310 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo">ModelObjectFactory</A>
1311 <DD>&nbsp;
1312 <DT><A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html#longitudeToMeter(double)"><B>longitudeToMeter(double)</B></A> -
1313 Static method in class org.boehn.kmlframework.utils.<A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils">Ellipsoid</A>
1314 <DD>Convert longitude to meter at ref latitude
1315 <DT><A HREF="./org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml"><B>LookAt</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/LookAt.html#LookAt()"><B>LookAt()</B></A> -
1316 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A>
1317 <DD>&nbsp;
1318 <DT><A HREF="./org/boehn/kmlframework/kml/LookAt.html#LookAt(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double)"><B>LookAt(Double, Double, Double, Double, Double, AltitudeModeEnum, Double)</B></A> -
1319 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A>
1320 <DD>&nbsp;
1321 </DL>
1322 <HR>
1323 <A NAME="_M_"><!-- --></A><H2>
1324 <B>M</B></H2>
1325 <DL>
1326 <DT><A HREF="./org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html#main(java.lang.String[])"><B>main(String[])</B></A> -
1327 Static method in class org.boehn.kmlframework.todo.examples.<A HREF="./org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples">GraphicalMapObjectExample</A>
1328 <DD>&nbsp;
1329 <DT><A HREF="./org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html#main(java.lang.String[])"><B>main(String[])</B></A> -
1330 Static method in class org.boehn.kmlframework.todo.examples.<A HREF="./org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples">ModelObjectFactoryExample</A>
1331 <DD>&nbsp;
1332 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo"><B>MapObject</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#MapObject()"><B>MapObject()</B></A> -
1333 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1334 <DD>&nbsp;
1335 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#MapObject(java.lang.String)"><B>MapObject(String)</B></A> -
1336 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1337 <DD>&nbsp;
1338 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#MapObject(org.boehn.kmlframework.todo.MapObjectClass)"><B>MapObject(MapObjectClass)</B></A> -
1339 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1340 <DD>&nbsp;
1341 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#MapObject(java.lang.String, org.boehn.kmlframework.todo.MapObjectClass)"><B>MapObject(String, MapObjectClass)</B></A> -
1342 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1343 <DD>&nbsp;
1344 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo"><B>MapObjectClass</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#MapObjectClass(java.lang.String)"><B>MapObjectClass(String)</B></A> -
1345 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
1346 <DD>&nbsp;
1347 <DT><A HREF="./org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils"><B>MathUtils</B></A> - Class in <A HREF="./org/boehn/kmlframework/utils/package-summary.html">org.boehn.kmlframework.utils</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/utils/MathUtils.html#MathUtils()"><B>MathUtils()</B></A> -
1348 Constructor for class org.boehn.kmlframework.utils.<A HREF="./org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils">MathUtils</A>
1349 <DD>&nbsp;
1350 <DT><A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html#meterToLatitude(double)"><B>meterToLatitude(double)</B></A> -
1351 Static method in class org.boehn.kmlframework.utils.<A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils">Ellipsoid</A>
1352 <DD>Convert meter to latitude at ref latitude
1353 <DT><A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html#meterToLongitude(double)"><B>meterToLongitude(double)</B></A> -
1354 Static method in class org.boehn.kmlframework.utils.<A HREF="./org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils">Ellipsoid</A>
1355 <DD>Convert meter to longitude at ref latitude
1356 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml"><B>Model</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Model.html#Model()"><B>Model()</B></A> -
1357 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
1358 <DD>&nbsp;
1359 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#Model(org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.Link, java.util.List)"><B>Model(AltitudeModeEnum, Double, Double, Double, Double, Double, Double, Double, Double, Double, Link, List&lt;Alias&gt;)</B></A> -
1360 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
1361 <DD>&nbsp;
1362 <DT><A HREF="./org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo"><B>ModelObjectFactory</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/ModelObjectFactory.html#ModelObjectFactory(java.lang.String)"><B>ModelObjectFactory(String)</B></A> -
1363 Constructor for class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo">ModelObjectFactory</A>
1364 <DD>&nbsp;
1365 <DT><A HREF="./org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>ModelObjectFactoryExample</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/examples/package-summary.html">org.boehn.kmlframework.todo.examples</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html#ModelObjectFactoryExample()"><B>ModelObjectFactoryExample()</B></A> -
1366 Constructor for class org.boehn.kmlframework.todo.examples.<A HREF="./org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples">ModelObjectFactoryExample</A>
1367 <DD>&nbsp;
1368 <DT><A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml"><B>MultiGeometry</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html#MultiGeometry()"><B>MultiGeometry()</B></A> -
1369 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A>
1370 <DD>&nbsp;
1371 <DT><A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html#MultiGeometry(java.util.List)"><B>MultiGeometry(List&lt;Geometry&gt;)</B></A> -
1372 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A>
1373 <DD>&nbsp;
1374 </DL>
1375 <HR>
1376 <A NAME="_N_"><!-- --></A><H2>
1377 <B>N</B></H2>
1378 <DL>
1379 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml"><B>NetworkLink</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink()"><B>NetworkLink()</B></A> -
1380 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
1381 <DD>&nbsp;
1382 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)"><B>NetworkLink(String, Boolean, Boolean, AtomAuthor, AtomLink, String, String, String, String, Integer, String, AbstractView, TimePrimitive, String, List&lt;StyleSelector&gt;, Region, ExtendedData, Boolean, Boolean, Link)</B></A> -
1383 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
1384 <DD>&nbsp;
1385 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NetworkLink</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#NetworkLink()"><B>NetworkLink()</B></A> -
1386 Constructor for class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
1387 <DD>&nbsp;
1388 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#NetworkLink(java.lang.String, java.lang.String)"><B>NetworkLink(String, String)</B></A> -
1389 Constructor for class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
1390 <DD>&nbsp;
1391 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#networkLinkControl"><B>networkLinkControl</B></A> -
1392 Variable in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1393 <DD>&nbsp;
1394 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml"><B>NetworkLinkControl</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#NetworkLinkControl()"><B>NetworkLinkControl()</B></A> -
1395 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1396 <DD>&nbsp;
1397 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#NetworkLinkControl(java.lang.Double, java.lang.Double, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.Update, org.boehn.kmlframework.kml.AbstractView)"><B>NetworkLinkControl(Double, Double, String, String, String, String, String, Integer, String, Update, AbstractView)</B></A> -
1398 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1399 <DD>&nbsp;
1400 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NetworkLinkControl</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#NetworkLinkControl()"><B>NetworkLinkControl()</B></A> -
1401 Constructor for class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
1402 <DD>&nbsp;
1403 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#NetworkLinkControl(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer)"><B>NetworkLinkControl(String, String, String, String, Integer)</B></A> -
1404 Constructor for class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
1405 <DD>&nbsp;
1406 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#normalize()"><B>normalize()</B></A> -
1407 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
1408 <DD>&nbsp;
1409 </DL>
1410 <HR>
1411 <A NAME="_O_"><!-- --></A><H2>
1412 <B>O</B></H2>
1413 <DL>
1414 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet"><B>Observer</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/Observer.html#Observer()"><B>Observer()</B></A> -
1415 Constructor for class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet">Observer</A>
1416 <DD>&nbsp;
1417 <DT><A HREF="./org/boehn/kmlframework/atom/package-summary.html"><B>org.boehn.kmlframework.atom</B></A> - package org.boehn.kmlframework.atom<DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/coordinates/package-summary.html"><B>org.boehn.kmlframework.coordinates</B></A> - package org.boehn.kmlframework.coordinates<DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/package-summary.html"><B>org.boehn.kmlframework.kml</B></A> - package org.boehn.kmlframework.kml<DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/servlet/package-summary.html"><B>org.boehn.kmlframework.servlet</B></A> - package org.boehn.kmlframework.servlet<DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/package-summary.html"><B>org.boehn.kmlframework.todo</B></A> - package org.boehn.kmlframework.todo<DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/examples/package-summary.html"><B>org.boehn.kmlframework.todo.examples</B></A> - package org.boehn.kmlframework.todo.examples<DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/package-summary.html"><B>org.boehn.kmlframework.todo.servlet</B></A> - package org.boehn.kmlframework.todo.servlet<DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/package-summary.html"><B>org.boehn.kmlframework.todo.servlet.kmz</B></A> - package org.boehn.kmlframework.todo.servlet.kmz<DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/utils/package-summary.html"><B>org.boehn.kmlframework.utils</B></A> - package org.boehn.kmlframework.utils<DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#origResponse"><B>origResponse</B></A> -
1418 Variable in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
1419 <DD>&nbsp;
1420 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#output"><B>output</B></A> -
1421 Variable in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
1422 <DD>&nbsp;
1423 <DT><A HREF="./org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml"><B>Overlay</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Overlay.html#Overlay()"><B>Overlay()</B></A> -
1424 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>
1425 <DD>&nbsp;
1426 <DT><A HREF="./org/boehn/kmlframework/kml/Overlay.html#Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)"><B>Overlay(String, Boolean, Boolean, AtomAuthor, AtomLink, String, String, String, String, Integer, String, AbstractView, TimePrimitive, String, List&lt;StyleSelector&gt;, Region, ExtendedData, String, Integer, Icon)</B></A> -
1427 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>
1428 <DD>&nbsp;
1429 </DL>
1430 <HR>
1431 <A NAME="_P_"><!-- --></A><H2>
1432 <B>P</B></H2>
1433 <DL>
1434 <DT><A HREF="./org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml"><B>Pair</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Pair.html#Pair()"><B>Pair()</B></A> -
1435 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>
1436 <DD>&nbsp;
1437 <DT><A HREF="./org/boehn/kmlframework/kml/Pair.html#Pair(org.boehn.kmlframework.kml.StyleStateEnum, java.lang.String)"><B>Pair(StyleStateEnum, String)</B></A> -
1438 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>
1439 <DD>&nbsp;
1440 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml"><B>PhotoOverlay</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay()"><B>PhotoOverlay()</B></A> -
1441 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1442 <DD>&nbsp;
1443 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)"><B>PhotoOverlay(String, Boolean, Boolean, AtomAuthor, AtomLink, String, String, String, String, Integer, String, AbstractView, TimePrimitive, String, List&lt;StyleSelector&gt;, Region, ExtendedData, String, Integer, Icon, Double, Double, Double, Double, Double, Double, Integer, Integer, Integer, GridOriginEnum, Point, ShapeEnum)</B></A> -
1444 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1445 <DD>&nbsp;
1446 <DT><A HREF="./org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml"><B>Placemark</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Placemark.html#Placemark()"><B>Placemark()</B></A> -
1447 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A>
1448 <DD>&nbsp;
1449 <DT><A HREF="./org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String)"><B>Placemark(String)</B></A> -
1450 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A>
1451 <DD>&nbsp;
1452 <DT><A HREF="./org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)"><B>Placemark(String, Boolean, Boolean, AtomAuthor, AtomLink, String, String, String, String, Integer, String, AbstractView, TimePrimitive, String, List&lt;StyleSelector&gt;, Region, ExtendedData, Geometry)</B></A> -
1453 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A>
1454 <DD>&nbsp;
1455 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml"><B>Point</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Point.html#Point()"><B>Point()</B></A> -
1456 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
1457 <DD>&nbsp;
1458 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#Point(java.lang.Double, java.lang.Double)"><B>Point(Double, Double)</B></A> -
1459 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
1460 <DD>&nbsp;
1461 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#Point(java.lang.Double, java.lang.Double, java.lang.Double)"><B>Point(Double, Double, Double)</B></A> -
1462 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
1463 <DD>&nbsp;
1464 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#Point(java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double)"><B>Point(Boolean, AltitudeModeEnum, Double, Double, Double)</B></A> -
1465 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
1466 <DD>&nbsp;
1467 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml"><B>Polygon</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#Polygon()"><B>Polygon()</B></A> -
1468 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
1469 <DD>&nbsp;
1470 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#Polygon(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, org.boehn.kmlframework.kml.LinearRing, java.util.List)"><B>Polygon(Boolean, Boolean, AltitudeModeEnum, LinearRing, List&lt;LinearRing&gt;)</B></A> -
1471 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
1472 <DD>&nbsp;
1473 <DT><A HREF="./org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml"><B>PolyStyle</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/PolyStyle.html#PolyStyle()"><B>PolyStyle()</B></A> -
1474 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>
1475 <DD>&nbsp;
1476 <DT><A HREF="./org/boehn/kmlframework/kml/PolyStyle.html#PolyStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Boolean, java.lang.Boolean)"><B>PolyStyle(String, ColorModeEnum, Boolean, Boolean)</B></A> -
1477 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>
1478 <DD>&nbsp;
1479 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#print(java.lang.String)"><B>print(String)</B></A> -
1480 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1481 <DD>&nbsp;
1482 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#print(java.lang.String, int)"><B>print(String, int)</B></A> -
1483 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1484 <DD>&nbsp;
1485 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#print(int, java.lang.String)"><B>print(int, String)</B></A> -
1486 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1487 <DD>&nbsp;
1488 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#println(java.lang.String)"><B>println(String)</B></A> -
1489 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1490 <DD>&nbsp;
1491 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#println(java.lang.String, int)"><B>println(String, int)</B></A> -
1492 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1493 <DD>&nbsp;
1494 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#println(int, java.lang.String)"><B>println(int, String)</B></A> -
1495 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1496 <DD>&nbsp;
1497 </DL>
1498 <HR>
1499 <A NAME="_R_"><!-- --></A><H2>
1500 <B>R</B></H2>
1501 <DL>
1502 <DT><A HREF="./org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>RefreshModeEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>RefreshModes</B></A> - Enum in <A HREF="./org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml"><B>Region</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Region.html#Region()"><B>Region()</B></A> -
1503 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1504 <DD>&nbsp;
1505 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#Region(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)"><B>Region(Double, Double, Double, Double, Double, Double, AltitudeModeEnum, Double, Double, Double, Double)</B></A> -
1506 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1507 <DD>&nbsp;
1508 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#reset()"><B>reset()</B></A> -
1509 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
1510 <DD>&nbsp;
1511 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#response"><B>response</B></A> -
1512 Variable in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
1513 <DD>&nbsp;
1514 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#rotateAroundXAxis(double)"><B>rotateAroundXAxis(double)</B></A> -
1515 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
1516 <DD>&nbsp;
1517 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#rotateAroundYAxis(double)"><B>rotateAroundYAxis(double)</B></A> -
1518 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
1519 <DD>&nbsp;
1520 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#rotateAroundZAxis(double)"><B>rotateAroundZAxis(double)</B></A> -
1521 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
1522 <DD>&nbsp;
1523 </DL>
1524 <HR>
1525 <A NAME="_S_"><!-- --></A><H2>
1526 <B>S</B></H2>
1527 <DL>
1528 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#scale(double)"><B>scale(double)</B></A> -
1529 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
1530 <DD>&nbsp;
1531 <DT><A HREF="./org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml"><B>Schema</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Schema.html#Schema()"><B>Schema()</B></A> -
1532 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>
1533 <DD>&nbsp;
1534 <DT><A HREF="./org/boehn/kmlframework/kml/Schema.html#Schema(java.util.List)"><B>Schema(List&lt;SimpleField&gt;)</B></A> -
1535 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>
1536 <DD>&nbsp;
1537 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml"><B>ScreenOverlay</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay()"><B>ScreenOverlay()</B></A> -
1538 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
1539 <DD>&nbsp;
1540 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)"><B>ScreenOverlay(String, Boolean, Boolean, AtomAuthor, AtomLink, String, String, String, String, Integer, String, AbstractView, TimePrimitive, String, List&lt;StyleSelector&gt;, Region, ExtendedData, String, Integer, Icon, Double, Double, UnitEnum, UnitEnum, Double, Double, UnitEnum, UnitEnum, Double, Double, UnitEnum, UnitEnum, Double, Double, UnitEnum, UnitEnum, Double)</B></A> -
1541 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
1542 <DD>&nbsp;
1543 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)"><B>setAbstractView(AbstractView)</B></A> -
1544 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1545 <DD>&nbsp;
1546 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)"><B>setAbstractView(AbstractView)</B></A> -
1547 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1548 <DD>&nbsp;
1549 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)"><B>setAddress(String)</B></A> -
1550 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1551 <DD>&nbsp;
1552 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#setAltitude(java.lang.Double)"><B>setAltitude(Double)</B></A> -
1553 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
1554 <DD>&nbsp;
1555 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#setAltitude(java.lang.Double)"><B>setAltitude(Double)</B></A> -
1556 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
1557 <DD>&nbsp;
1558 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setAltitude(java.lang.Double)"><B>setAltitude(Double)</B></A> -
1559 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
1560 <DD>&nbsp;
1561 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#setAltitude(java.lang.Double)"><B>setAltitude(Double)</B></A> -
1562 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
1563 <DD>&nbsp;
1564 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><B>setAltitudeMode(AltitudeModeEnum)</B></A> -
1565 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
1566 <DD>&nbsp;
1567 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><B>setAltitudeMode(AltitudeModeEnum)</B></A> -
1568 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
1569 <DD>&nbsp;
1570 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><B>setAltitudeMode(AltitudeModeEnum)</B></A> -
1571 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
1572 <DD>&nbsp;
1573 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><B>setAltitudeMode(AltitudeModeEnum)</B></A> -
1574 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
1575 <DD>&nbsp;
1576 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><B>setAltitudeMode(AltitudeModeEnum)</B></A> -
1577 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
1578 <DD>&nbsp;
1579 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><B>setAltitudeMode(AltitudeModeEnum)</B></A> -
1580 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
1581 <DD>&nbsp;
1582 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><B>setAltitudeMode(AltitudeModeEnum)</B></A> -
1583 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
1584 <DD>&nbsp;
1585 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><B>setAltitudeMode(AltitudeModeEnum)</B></A> -
1586 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1587 <DD>&nbsp;
1588 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)"><B>setAtomAuthor(AtomAuthor)</B></A> -
1589 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1590 <DD>&nbsp;
1591 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#setAtomElementsIncluded(boolean)"><B>setAtomElementsIncluded(boolean)</B></A> -
1592 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1593 <DD>&nbsp;
1594 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)"><B>setAtomLink(AtomLink)</B></A> -
1595 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1596 <DD>&nbsp;
1597 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#setBallonStyle(org.boehn.kmlframework.kml.BallonStyle)"><B>setBallonStyle(BallonStyle)</B></A> -
1598 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
1599 <DD>&nbsp;
1600 <DT><A HREF="./org/boehn/kmlframework/kml/TimeSpan.html#setBegin(java.lang.String)"><B>setBegin(String)</B></A> -
1601 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A>
1602 <DD>&nbsp;
1603 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#setBgColor(java.lang.String)"><B>setBgColor(String)</B></A> -
1604 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
1605 <DD>&nbsp;
1606 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#setBgColor(java.lang.String)"><B>setBgColor(String)</B></A> -
1607 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
1608 <DD>&nbsp;
1609 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setBottomFov(java.lang.Double)"><B>setBottomFov(Double)</B></A> -
1610 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1611 <DD>&nbsp;
1612 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setButtons(java.util.List)"><B>setButtons(List&lt;Button&gt;)</B></A> -
1613 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1614 <DD>&nbsp;
1615 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#setCelestialData(boolean)"><B>setCelestialData(boolean)</B></A> -
1616 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1617 <DD>&nbsp;
1618 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#setClassName(java.lang.String)"><B>setClassName(String)</B></A> -
1619 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
1620 <DD>&nbsp;
1621 <DT><A HREF="./org/boehn/kmlframework/kml/ColorStyle.html#setColor(java.lang.String)"><B>setColor(String)</B></A> -
1622 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A>
1623 <DD>&nbsp;
1624 <DT><A HREF="./org/boehn/kmlframework/kml/Overlay.html#setColor(java.lang.String)"><B>setColor(String)</B></A> -
1625 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>
1626 <DD>&nbsp;
1627 <DT><A HREF="./org/boehn/kmlframework/kml/ColorStyle.html#setColorMode(org.boehn.kmlframework.kml.ColorModeEnum)"><B>setColorMode(ColorModeEnum)</B></A> -
1628 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A>
1629 <DD>&nbsp;
1630 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#setContentLength(int)"><B>setContentLength(int)</B></A> -
1631 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
1632 <DD>&nbsp;
1633 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setCookie(java.lang.String)"><B>setCookie(String)</B></A> -
1634 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1635 <DD>&nbsp;
1636 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#setCookie(java.lang.String)"><B>setCookie(String)</B></A> -
1637 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
1638 <DD>&nbsp;
1639 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#setCoordinates(java.util.List)"><B>setCoordinates(List&lt;Point&gt;)</B></A> -
1640 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
1641 <DD>&nbsp;
1642 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#setCoordinates(java.util.List)"><B>setCoordinates(List&lt;Point&gt;)</B></A> -
1643 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
1644 <DD>&nbsp;
1645 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#setCustomContent(java.lang.String)"><B>setCustomContent(String)</B></A> -
1646 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
1647 <DD>&nbsp;
1648 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#setDataElements(java.util.List)"><B>setDataElements(List&lt;Data&gt;)</B></A> -
1649 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
1650 <DD>&nbsp;
1651 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)"><B>setDescription(String)</B></A> -
1652 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1653 <DD>&nbsp;
1654 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setDescription(java.lang.String)"><B>setDescription(String)</B></A> -
1655 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1656 <DD>&nbsp;
1657 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#setDisplayMode(org.boehn.kmlframework.kml.DisplayModeEnum)"><B>setDisplayMode(DisplayModeEnum)</B></A> -
1658 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
1659 <DD>&nbsp;
1660 <DT><A HREF="./org/boehn/kmlframework/kml/Data.html#setDisplayName(java.lang.String)"><B>setDisplayName(String)</B></A> -
1661 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
1662 <DD>&nbsp;
1663 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html#setDisplayName(java.lang.String)"><B>setDisplayName(String)</B></A> -
1664 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
1665 <DD>&nbsp;
1666 <DT><A HREF="./org/boehn/kmlframework/kml/Overlay.html#setDrawOrder(java.lang.Integer)"><B>setDrawOrder(Integer)</B></A> -
1667 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>
1668 <DD>&nbsp;
1669 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#setEast(java.lang.Double)"><B>setEast(Double)</B></A> -
1670 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
1671 <DD>&nbsp;
1672 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setEast(java.lang.Double)"><B>setEast(Double)</B></A> -
1673 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1674 <DD>&nbsp;
1675 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#setEast(java.lang.Double)"><B>setEast(Double)</B></A> -
1676 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
1677 <DD>&nbsp;
1678 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#setElements(java.util.Collection)"><B>setElements(Collection&lt;GraphicalModelElement&gt;)</B></A> -
1679 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
1680 <DD>&nbsp;
1681 <DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html#setEmail(java.lang.String)"><B>setEmail(String)</B></A> -
1682 Method in class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
1683 <DD>&nbsp;
1684 <DT><A HREF="./org/boehn/kmlframework/kml/TimeSpan.html#setEnd(java.lang.String)"><B>setEnd(String)</B></A> -
1685 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A>
1686 <DD>&nbsp;
1687 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setExpires(java.lang.String)"><B>setExpires(String)</B></A> -
1688 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1689 <DD>&nbsp;
1690 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)"><B>setExtendedData(ExtendedData)</B></A> -
1691 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1692 <DD>&nbsp;
1693 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#setExtrude(java.lang.Boolean)"><B>setExtrude(Boolean)</B></A> -
1694 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
1695 <DD>&nbsp;
1696 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#setExtrude(java.lang.Boolean)"><B>setExtrude(Boolean)</B></A> -
1697 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
1698 <DD>&nbsp;
1699 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#setExtrude(java.lang.Boolean)"><B>setExtrude(Boolean)</B></A> -
1700 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
1701 <DD>&nbsp;
1702 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#setExtrude(java.lang.Boolean)"><B>setExtrude(Boolean)</B></A> -
1703 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
1704 <DD>&nbsp;
1705 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#setFeature(org.boehn.kmlframework.kml.Feature)"><B>setFeature(Feature)</B></A> -
1706 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1707 <DD>&nbsp;
1708 <DT><A HREF="./org/boehn/kmlframework/kml/Container.html#setFeatures(java.util.List)"><B>setFeatures(List&lt;Feature&gt;)</B></A> -
1709 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A>
1710 <DD>&nbsp;
1711 <DT><A HREF="./org/boehn/kmlframework/kml/PolyStyle.html#setFill(java.lang.Boolean)"><B>setFill(Boolean)</B></A> -
1712 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>
1713 <DD>&nbsp;
1714 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html#setFlyToView(java.lang.Boolean)"><B>setFlyToView(Boolean)</B></A> -
1715 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
1716 <DD>&nbsp;
1717 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#setFlyToView(java.lang.Boolean)"><B>setFlyToView(Boolean)</B></A> -
1718 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
1719 <DD>&nbsp;
1720 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#setGenerateObjectIds(boolean)"><B>setGenerateObjectIds(boolean)</B></A> -
1721 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1722 <DD>&nbsp;
1723 <DT><A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html#setGeometries(java.util.List)"><B>setGeometries(List&lt;Geometry&gt;)</B></A> -
1724 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A>
1725 <DD>&nbsp;
1726 <DT><A HREF="./org/boehn/kmlframework/kml/Placemark.html#setGeometry(org.boehn.kmlframework.kml.Geometry)"><B>setGeometry(Geometry)</B></A> -
1727 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A>
1728 <DD>&nbsp;
1729 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setGridOrigin(org.boehn.kmlframework.kml.GridOriginEnum)"><B>setGridOrigin(GridOriginEnum)</B></A> -
1730 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1731 <DD>&nbsp;
1732 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#setHeading(java.lang.Double)"><B>setHeading(Double)</B></A> -
1733 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
1734 <DD>&nbsp;
1735 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#setHeading(java.lang.Double)"><B>setHeading(Double)</B></A> -
1736 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
1737 <DD>&nbsp;
1738 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setHeading(java.lang.Double)"><B>setHeading(Double)</B></A> -
1739 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
1740 <DD>&nbsp;
1741 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#setHotSpotX(java.lang.Double)"><B>setHotSpotX(Double)</B></A> -
1742 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
1743 <DD>&nbsp;
1744 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#setHotSpotXunits(org.boehn.kmlframework.kml.UnitEnum)"><B>setHotSpotXunits(UnitEnum)</B></A> -
1745 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
1746 <DD>&nbsp;
1747 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#setHotSpotY(java.lang.Double)"><B>setHotSpotY(Double)</B></A> -
1748 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
1749 <DD>&nbsp;
1750 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#setHotSpotYunits(org.boehn.kmlframework.kml.UnitEnum)"><B>setHotSpotYunits(UnitEnum)</B></A> -
1751 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
1752 <DD>&nbsp;
1753 <DT><A HREF="./org/boehn/kmlframework/atom/AtomLink.html#setHref(java.lang.String)"><B>setHref(String)</B></A> -
1754 Method in class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>
1755 <DD>&nbsp;
1756 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#setHref(java.lang.String)"><B>setHref(String)</B></A> -
1757 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
1758 <DD>&nbsp;
1759 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#setHref(java.lang.String)"><B>setHref(String)</B></A> -
1760 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
1761 <DD>&nbsp;
1762 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#setHttpQuery(java.lang.String)"><B>setHttpQuery(String)</B></A> -
1763 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
1764 <DD>&nbsp;
1765 <DT><A HREF="./org/boehn/kmlframework/kml/Overlay.html#setIcon(org.boehn.kmlframework.kml.Icon)"><B>setIcon(Icon)</B></A> -
1766 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>
1767 <DD>&nbsp;
1768 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#setIconHref(java.lang.String)"><B>setIconHref(String)</B></A> -
1769 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
1770 <DD>&nbsp;
1771 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#setIconStyle(org.boehn.kmlframework.kml.IconStyle)"><B>setIconStyle(IconStyle)</B></A> -
1772 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
1773 <DD>&nbsp;
1774 <DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)"><B>setId(String)</B></A> -
1775 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
1776 <DD>&nbsp;
1777 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#setInnerBoundaries(java.util.List)"><B>setInnerBoundaries(List&lt;LinearRing&gt;)</B></A> -
1778 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
1779 <DD>&nbsp;
1780 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#setItemIconState(java.lang.String)"><B>setItemIconState(String)</B></A> -
1781 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
1782 <DD>&nbsp;
1783 <DT><A HREF="./org/boehn/kmlframework/kml/Pair.html#setKey(org.boehn.kmlframework.kml.StyleStateEnum)"><B>setKey(StyleStateEnum)</B></A> -
1784 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>
1785 <DD>&nbsp;
1786 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#setKMLFileName(java.lang.String)"><B>setKMLFileName(String)</B></A> -
1787 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
1788 <DD>&nbsp;
1789 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#setKMLFileName(java.lang.String)"><B>setKMLFileName(String)</B></A> -
1790 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
1791 <DD>&nbsp;
1792 <DT><A HREF="./org/boehn/kmlframework/kml/UpdateElement.html#setKmlObject(org.boehn.kmlframework.kml.KmlObject)"><B>setKmlObject(KmlObject)</B></A> -
1793 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>
1794 <DD>&nbsp;
1795 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#setLabelStyle(org.boehn.kmlframework.kml.LabelStyle)"><B>setLabelStyle(LabelStyle)</B></A> -
1796 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
1797 <DD>&nbsp;
1798 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#setLatitude(java.lang.Double)"><B>setLatitude(Double)</B></A> -
1799 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
1800 <DD>&nbsp;
1801 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setLatitude(java.lang.Double)"><B>setLatitude(Double)</B></A> -
1802 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
1803 <DD>&nbsp;
1804 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#setLatitude(java.lang.Double)"><B>setLatitude(Double)</B></A> -
1805 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
1806 <DD>&nbsp;
1807 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setLeftFov(java.lang.Double)"><B>setLeftFov(Double)</B></A> -
1808 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1809 <DD>&nbsp;
1810 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#setLineStyle(org.boehn.kmlframework.kml.LineStyle)"><B>setLineStyle(LineStyle)</B></A> -
1811 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
1812 <DD>&nbsp;
1813 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setLink(org.boehn.kmlframework.kml.Link)"><B>setLink(Link)</B></A> -
1814 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
1815 <DD>&nbsp;
1816 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html#setLink(org.boehn.kmlframework.kml.Link)"><B>setLink(Link)</B></A> -
1817 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
1818 <DD>&nbsp;
1819 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setLinkDescription(java.lang.String)"><B>setLinkDescription(String)</B></A> -
1820 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1821 <DD>&nbsp;
1822 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#setLinkDescription(java.lang.String)"><B>setLinkDescription(String)</B></A> -
1823 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
1824 <DD>&nbsp;
1825 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setLinkName(java.lang.String)"><B>setLinkName(String)</B></A> -
1826 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1827 <DD>&nbsp;
1828 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#setLinkName(java.lang.String)"><B>setLinkName(String)</B></A> -
1829 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
1830 <DD>&nbsp;
1831 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setLinkSnippet(java.lang.String)"><B>setLinkSnippet(String)</B></A> -
1832 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1833 <DD>&nbsp;
1834 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setLinkSnippetMaxLines(java.lang.Integer)"><B>setLinkSnippetMaxLines(Integer)</B></A> -
1835 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1836 <DD>&nbsp;
1837 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#setListItemType(org.boehn.kmlframework.kml.ListItemTypeEnum)"><B>setListItemType(ListItemTypeEnum)</B></A> -
1838 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
1839 <DD>&nbsp;
1840 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#setListStyle(org.boehn.kmlframework.kml.ListStyle)"><B>setListStyle(ListStyle)</B></A> -
1841 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
1842 <DD>&nbsp;
1843 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setLocalReferenceCoordinate(org.boehn.kmlframework.coordinates.CartesianCoordinate)"><B>setLocalReferenceCoordinate(CartesianCoordinate)</B></A> -
1844 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1845 <DD>&nbsp;
1846 <DT><A HREF="./org/boehn/kmlframework/kml/Placemark.html#setLocation(double, double)"><B>setLocation(double, double)</B></A> -
1847 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A>
1848 <DD>&nbsp;
1849 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setLocation(org.boehn.kmlframework.coordinates.EarthCoordinate)"><B>setLocation(EarthCoordinate)</B></A> -
1850 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1851 <DD>&nbsp;
1852 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#setLongitude(java.lang.Double)"><B>setLongitude(Double)</B></A> -
1853 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
1854 <DD>&nbsp;
1855 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setLongitude(java.lang.Double)"><B>setLongitude(Double)</B></A> -
1856 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
1857 <DD>&nbsp;
1858 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#setLongitude(java.lang.Double)"><B>setLongitude(Double)</B></A> -
1859 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
1860 <DD>&nbsp;
1861 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setMapObjectClass(org.boehn.kmlframework.todo.MapObjectClass)"><B>setMapObjectClass(MapObjectClass)</B></A> -
1862 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1863 <DD>&nbsp;
1864 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setMaxAltitude(java.lang.Double)"><B>setMaxAltitude(Double)</B></A> -
1865 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1866 <DD>&nbsp;
1867 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setMaxFadeExtent(java.lang.Double)"><B>setMaxFadeExtent(Double)</B></A> -
1868 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1869 <DD>&nbsp;
1870 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setMaxHeight(java.lang.Integer)"><B>setMaxHeight(Integer)</B></A> -
1871 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1872 <DD>&nbsp;
1873 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setMaxLodPixels(java.lang.Double)"><B>setMaxLodPixels(Double)</B></A> -
1874 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1875 <DD>&nbsp;
1876 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setMaxSessionLength(java.lang.Double)"><B>setMaxSessionLength(Double)</B></A> -
1877 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1878 <DD>&nbsp;
1879 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setMaxWidth(java.lang.Integer)"><B>setMaxWidth(Integer)</B></A> -
1880 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1881 <DD>&nbsp;
1882 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setMessage(java.lang.String)"><B>setMessage(String)</B></A> -
1883 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1884 <DD>&nbsp;
1885 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#setMessage(java.lang.String)"><B>setMessage(String)</B></A> -
1886 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
1887 <DD>&nbsp;
1888 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setMinAltitude(java.lang.Double)"><B>setMinAltitude(Double)</B></A> -
1889 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1890 <DD>&nbsp;
1891 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setMinFadeExtent(java.lang.Double)"><B>setMinFadeExtent(Double)</B></A> -
1892 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1893 <DD>&nbsp;
1894 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setMinLodPixels(java.lang.Double)"><B>setMinLodPixels(Double)</B></A> -
1895 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1896 <DD>&nbsp;
1897 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setMinRefreshPeriod(java.lang.Double)"><B>setMinRefreshPeriod(Double)</B></A> -
1898 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
1899 <DD>&nbsp;
1900 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#setMinRefreshPeriod(java.lang.Integer)"><B>setMinRefreshPeriod(Integer)</B></A> -
1901 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>
1902 <DD>&nbsp;
1903 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#setModels(java.util.List)"><B>setModels(List&lt;GraphicalModel&gt;)</B></A> -
1904 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
1905 <DD>&nbsp;
1906 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setMovements(java.util.List)"><B>setMovements(List&lt;TimeAndPlace&gt;)</B></A> -
1907 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1908 <DD>&nbsp;
1909 <DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html#setName(java.lang.String)"><B>setName(String)</B></A> -
1910 Method in class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
1911 <DD>&nbsp;
1912 <DT><A HREF="./org/boehn/kmlframework/kml/Data.html#setName(java.lang.String)"><B>setName(String)</B></A> -
1913 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
1914 <DD>&nbsp;
1915 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)"><B>setName(String)</B></A> -
1916 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1917 <DD>&nbsp;
1918 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleData.html#setName(java.lang.String)"><B>setName(String)</B></A> -
1919 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>
1920 <DD>&nbsp;
1921 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html#setName(java.lang.String)"><B>setName(String)</B></A> -
1922 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
1923 <DD>&nbsp;
1924 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setName(java.lang.String)"><B>setName(String)</B></A> -
1925 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
1926 <DD>&nbsp;
1927 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#setName(java.lang.String)"><B>setName(String)</B></A> -
1928 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
1929 <DD>&nbsp;
1930 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#setNameSpace(java.lang.String)"><B>setNameSpace(String)</B></A> -
1931 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
1932 <DD>&nbsp;
1933 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setNear(java.lang.Double)"><B>setNear(Double)</B></A> -
1934 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1935 <DD>&nbsp;
1936 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#setNetworkLinkControl(org.boehn.kmlframework.kml.NetworkLinkControl)"><B>setNetworkLinkControl(NetworkLinkControl)</B></A> -
1937 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
1938 <DD>&nbsp;
1939 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html#setNetworkLinkControl(org.boehn.kmlframework.todo.servlet.NetworkLinkControl)"><B>setNetworkLinkControl(NetworkLinkControl)</B></A> -
1940 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
1941 <DD>&nbsp;
1942 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#setNorth(java.lang.Double)"><B>setNorth(Double)</B></A> -
1943 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
1944 <DD>&nbsp;
1945 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setNorth(java.lang.Double)"><B>setNorth(Double)</B></A> -
1946 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
1947 <DD>&nbsp;
1948 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#setNorth(java.lang.Double)"><B>setNorth(Double)</B></A> -
1949 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
1950 <DD>&nbsp;
1951 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)"><B>setOpen(boolean)</B></A> -
1952 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1953 <DD>&nbsp;
1954 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#setOpen(java.lang.Boolean)"><B>setOpen(Boolean)</B></A> -
1955 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
1956 <DD>&nbsp;
1957 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#setOuterBoundary(org.boehn.kmlframework.kml.LinearRing)"><B>setOuterBoundary(LinearRing)</B></A> -
1958 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
1959 <DD>&nbsp;
1960 <DT><A HREF="./org/boehn/kmlframework/kml/PolyStyle.html#setOutline(java.lang.Boolean)"><B>setOutline(Boolean)</B></A> -
1961 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>
1962 <DD>&nbsp;
1963 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setOverlayX(java.lang.Double)"><B>setOverlayX(Double)</B></A> -
1964 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
1965 <DD>&nbsp;
1966 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setOverlayXunits(org.boehn.kmlframework.kml.UnitEnum)"><B>setOverlayXunits(UnitEnum)</B></A> -
1967 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
1968 <DD>&nbsp;
1969 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setOverlayY(java.lang.Double)"><B>setOverlayY(Double)</B></A> -
1970 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
1971 <DD>&nbsp;
1972 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setOverlayYunits(org.boehn.kmlframework.kml.UnitEnum)"><B>setOverlayYunits(UnitEnum)</B></A> -
1973 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
1974 <DD>&nbsp;
1975 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#setParameters(java.util.Map)"><B>setParameters(Map&lt;String, String&gt;)</B></A> -
1976 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
1977 <DD>&nbsp;
1978 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)"><B>setPhoneNumber(String)</B></A> -
1979 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
1980 <DD>&nbsp;
1981 <DT><A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html#setPlace(org.boehn.kmlframework.coordinates.EarthCoordinate)"><B>setPlace(EarthCoordinate)</B></A> -
1982 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>
1983 <DD>&nbsp;
1984 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setPoint(org.boehn.kmlframework.kml.Point)"><B>setPoint(Point)</B></A> -
1985 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
1986 <DD>&nbsp;
1987 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#setPolyStyle(org.boehn.kmlframework.kml.PolyStyle)"><B>setPolyStyle(PolyStyle)</B></A> -
1988 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
1989 <DD>&nbsp;
1990 <DT><A HREF="./org/boehn/kmlframework/kml/LookAt.html#setRange(java.lang.Double)"><B>setRange(Double)</B></A> -
1991 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A>
1992 <DD>&nbsp;
1993 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#setRefreshInterval(java.lang.Double)"><B>setRefreshInterval(Double)</B></A> -
1994 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
1995 <DD>&nbsp;
1996 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#setRefreshInterval(java.lang.Integer)"><B>setRefreshInterval(Integer)</B></A> -
1997 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
1998 <DD>&nbsp;
1999 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#setRefreshMode(org.boehn.kmlframework.kml.RefreshModeEnum)"><B>setRefreshMode(RefreshModeEnum)</B></A> -
2000 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
2001 <DD>&nbsp;
2002 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#setRefreshMode(org.boehn.kmlframework.todo.servlet.RefreshModes)"><B>setRefreshMode(RefreshModes)</B></A> -
2003 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
2004 <DD>&nbsp;
2005 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html#setRefreshVisibility(boolean)"><B>setRefreshVisibility(boolean)</B></A> -
2006 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
2007 <DD>&nbsp;
2008 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#setRefreshVisibility(java.lang.Boolean)"><B>setRefreshVisibility(Boolean)</B></A> -
2009 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
2010 <DD>&nbsp;
2011 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)"><B>setRegion(Region)</B></A> -
2012 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
2013 <DD>&nbsp;
2014 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setResourceMap(java.util.List)"><B>setResourceMap(List&lt;Alias&gt;)</B></A> -
2015 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
2016 <DD>&nbsp;
2017 <DT><A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html#setResponse(javax.servlet.http.HttpServletResponse)"><B>setResponse(HttpServletResponse)</B></A> -
2018 Method in class org.boehn.kmlframework.servlet.<A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A>
2019 <DD>&nbsp;
2020 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html#setResponse(javax.servlet.http.HttpServletResponse)"><B>setResponse(HttpServletResponse)</B></A> -
2021 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
2022 <DD>&nbsp;
2023 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setRightFov(java.lang.Double)"><B>setRightFov(Double)</B></A> -
2024 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
2025 <DD>&nbsp;
2026 <DT><A HREF="./org/boehn/kmlframework/kml/Camera.html#setRoll(java.lang.Double)"><B>setRoll(Double)</B></A> -
2027 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A>
2028 <DD>&nbsp;
2029 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setRoll(java.lang.Double)"><B>setRoll(Double)</B></A> -
2030 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
2031 <DD>&nbsp;
2032 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#setRotation(java.lang.Double)"><B>setRotation(Double)</B></A> -
2033 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
2034 <DD>&nbsp;
2035 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setRotation(java.lang.Double)"><B>setRotation(Double)</B></A> -
2036 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
2037 <DD>&nbsp;
2038 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setRotation(java.lang.Double)"><B>setRotation(Double)</B></A> -
2039 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2040 <DD>&nbsp;
2041 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setRotation(java.lang.Double)"><B>setRotation(Double)</B></A> -
2042 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
2043 <DD>&nbsp;
2044 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setRotationX(java.lang.Double)"><B>setRotationX(Double)</B></A> -
2045 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2046 <DD>&nbsp;
2047 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setRotationXunits(org.boehn.kmlframework.kml.UnitEnum)"><B>setRotationXunits(UnitEnum)</B></A> -
2048 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2049 <DD>&nbsp;
2050 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setRotationY(java.lang.Double)"><B>setRotationY(Double)</B></A> -
2051 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2052 <DD>&nbsp;
2053 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setRotationYunits(org.boehn.kmlframework.kml.UnitEnum)"><B>setRotationYunits(UnitEnum)</B></A> -
2054 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2055 <DD>&nbsp;
2056 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#setScale(java.lang.Double)"><B>setScale(Double)</B></A> -
2057 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
2058 <DD>&nbsp;
2059 <DT><A HREF="./org/boehn/kmlframework/kml/LabelStyle.html#setScale(java.lang.Double)"><B>setScale(Double)</B></A> -
2060 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>
2061 <DD>&nbsp;
2062 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setScale(org.boehn.kmlframework.coordinates.CartesianCoordinate)"><B>setScale(CartesianCoordinate)</B></A> -
2063 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
2064 <DD>&nbsp;
2065 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setScaleX(java.lang.Double)"><B>setScaleX(Double)</B></A> -
2066 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
2067 <DD>&nbsp;
2068 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setScaleY(java.lang.Double)"><B>setScaleY(Double)</B></A> -
2069 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
2070 <DD>&nbsp;
2071 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setScaleZ(java.lang.Double)"><B>setScaleZ(Double)</B></A> -
2072 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
2073 <DD>&nbsp;
2074 <DT><A HREF="./org/boehn/kmlframework/kml/Document.html#setSchemas(java.util.List)"><B>setSchemas(List&lt;Schema&gt;)</B></A> -
2075 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A>
2076 <DD>&nbsp;
2077 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#setSchemaUrl(java.lang.String)"><B>setSchemaUrl(String)</B></A> -
2078 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
2079 <DD>&nbsp;
2080 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setScreenX(java.lang.Double)"><B>setScreenX(Double)</B></A> -
2081 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2082 <DD>&nbsp;
2083 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setScreenXunits(org.boehn.kmlframework.kml.UnitEnum)"><B>setScreenXunits(UnitEnum)</B></A> -
2084 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2085 <DD>&nbsp;
2086 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setScreenY(java.lang.Double)"><B>setScreenY(Double)</B></A> -
2087 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2088 <DD>&nbsp;
2089 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setScreenYunits(org.boehn.kmlframework.kml.UnitEnum)"><B>setScreenYunits(UnitEnum)</B></A> -
2090 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2091 <DD>&nbsp;
2092 <DT><A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html#setSessionId(java.lang.String)"><B>setSessionId(String)</B></A> -
2093 Method in class org.boehn.kmlframework.servlet.<A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A>
2094 <DD>&nbsp;
2095 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html#setSessionId(java.lang.String)"><B>setSessionId(String)</B></A> -
2096 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
2097 <DD>&nbsp;
2098 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setShape(org.boehn.kmlframework.kml.ShapeEnum)"><B>setShape(ShapeEnum)</B></A> -
2099 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
2100 <DD>&nbsp;
2101 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#setShowModels(boolean)"><B>setShowModels(boolean)</B></A> -
2102 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
2103 <DD>&nbsp;
2104 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#setShowTail(boolean)"><B>setShowTail(boolean)</B></A> -
2105 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
2106 <DD>&nbsp;
2107 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#setSimpleDataElements(java.util.List)"><B>setSimpleDataElements(List&lt;SimpleData&gt;)</B></A> -
2108 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
2109 <DD>&nbsp;
2110 <DT><A HREF="./org/boehn/kmlframework/kml/Schema.html#setSimpleFields(java.util.List)"><B>setSimpleFields(List&lt;SimpleField&gt;)</B></A> -
2111 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>
2112 <DD>&nbsp;
2113 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html#setSimpleFieldType(org.boehn.kmlframework.kml.SimpleFieldTypeEnum)"><B>setSimpleFieldType(SimpleFieldTypeEnum)</B></A> -
2114 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
2115 <DD>&nbsp;
2116 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setSizeX(java.lang.Double)"><B>setSizeX(Double)</B></A> -
2117 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2118 <DD>&nbsp;
2119 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setSizeXunits(org.boehn.kmlframework.kml.UnitEnum)"><B>setSizeXunits(UnitEnum)</B></A> -
2120 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2121 <DD>&nbsp;
2122 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setSizeY(java.lang.Double)"><B>setSizeY(Double)</B></A> -
2123 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2124 <DD>&nbsp;
2125 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#setSizeYunits(org.boehn.kmlframework.kml.UnitEnum)"><B>setSizeYunits(UnitEnum)</B></A> -
2126 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2127 <DD>&nbsp;
2128 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)"><B>setSnippet(String)</B></A> -
2129 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
2130 <DD>&nbsp;
2131 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setSnippet(java.lang.String)"><B>setSnippet(String)</B></A> -
2132 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
2133 <DD>&nbsp;
2134 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)"><B>setSnippetMaxLines(Integer)</B></A> -
2135 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
2136 <DD>&nbsp;
2137 <DT><A HREF="./org/boehn/kmlframework/kml/Alias.html#setSourceHref(java.lang.String)"><B>setSourceHref(String)</B></A> -
2138 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>
2139 <DD>&nbsp;
2140 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#setSouth(java.lang.Double)"><B>setSouth(Double)</B></A> -
2141 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
2142 <DD>&nbsp;
2143 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setSouth(java.lang.Double)"><B>setSouth(Double)</B></A> -
2144 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
2145 <DD>&nbsp;
2146 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#setSouth(java.lang.Double)"><B>setSouth(Double)</B></A> -
2147 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
2148 <DD>&nbsp;
2149 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)"><B>setStyleSelectors(List&lt;StyleSelector&gt;)</B></A> -
2150 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
2151 <DD>&nbsp;
2152 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)"><B>setStyleUrl(String)</B></A> -
2153 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
2154 <DD>&nbsp;
2155 <DT><A HREF="./org/boehn/kmlframework/kml/Pair.html#setStyleUrl(java.lang.String)"><B>setStyleUrl(String)</B></A> -
2156 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>
2157 <DD>&nbsp;
2158 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#setTailHistoryLimit(java.lang.Integer)"><B>setTailHistoryLimit(Integer)</B></A> -
2159 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
2160 <DD>&nbsp;
2161 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#setTailVisibleFrom(java.lang.Integer)"><B>setTailVisibleFrom(Integer)</B></A> -
2162 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
2163 <DD>&nbsp;
2164 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#setTailVisibleTo(java.lang.Integer)"><B>setTailVisibleTo(Integer)</B></A> -
2165 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
2166 <DD>&nbsp;
2167 <DT><A HREF="./org/boehn/kmlframework/kml/Alias.html#setTargetHref(java.lang.String)"><B>setTargetHref(String)</B></A> -
2168 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>
2169 <DD>&nbsp;
2170 <DT><A HREF="./org/boehn/kmlframework/kml/Update.html#setTargetHref(java.lang.String)"><B>setTargetHref(String)</B></A> -
2171 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>
2172 <DD>&nbsp;
2173 <DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)"><B>setTargetId(String)</B></A> -
2174 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
2175 <DD>&nbsp;
2176 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#setTessellate(java.lang.Boolean)"><B>setTessellate(Boolean)</B></A> -
2177 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
2178 <DD>&nbsp;
2179 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#setTessellate(java.lang.Boolean)"><B>setTessellate(Boolean)</B></A> -
2180 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
2181 <DD>&nbsp;
2182 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#setTessellate(java.lang.Boolean)"><B>setTessellate(Boolean)</B></A> -
2183 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
2184 <DD>&nbsp;
2185 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#setText(java.lang.String)"><B>setText(String)</B></A> -
2186 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
2187 <DD>&nbsp;
2188 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#setText(java.lang.String)"><B>setText(String)</B></A> -
2189 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
2190 <DD>&nbsp;
2191 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#setTextColor(java.lang.String)"><B>setTextColor(String)</B></A> -
2192 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
2193 <DD>&nbsp;
2194 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setTileSize(java.lang.Integer)"><B>setTileSize(Integer)</B></A> -
2195 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
2196 <DD>&nbsp;
2197 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#setTilt(java.lang.Double)"><B>setTilt(Double)</B></A> -
2198 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
2199 <DD>&nbsp;
2200 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#setTilt(java.lang.Double)"><B>setTilt(Double)</B></A> -
2201 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
2202 <DD>&nbsp;
2203 <DT><A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html#setTime(java.util.Date)"><B>setTime(Date)</B></A> -
2204 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>
2205 <DD>&nbsp;
2206 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)"><B>setTimePrimitive(TimePrimitive)</B></A> -
2207 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
2208 <DD>&nbsp;
2209 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#setTopFov(java.lang.Double)"><B>setTopFov(Double)</B></A> -
2210 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
2211 <DD>&nbsp;
2212 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#setUpdate(org.boehn.kmlframework.kml.Update)"><B>setUpdate(Update)</B></A> -
2213 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
2214 <DD>&nbsp;
2215 <DT><A HREF="./org/boehn/kmlframework/kml/Update.html#setUpdateElements(java.util.List)"><B>setUpdateElements(List&lt;UpdateElement&gt;)</B></A> -
2216 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>
2217 <DD>&nbsp;
2218 <DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html#setUri(java.lang.String)"><B>setUri(String)</B></A> -
2219 Method in class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
2220 <DD>&nbsp;
2221 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#setUrl(java.lang.String)"><B>setUrl(String)</B></A> -
2222 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
2223 <DD>&nbsp;
2224 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#setUrl(java.lang.String)"><B>setUrl(String)</B></A> -
2225 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
2226 <DD>&nbsp;
2227 <DT><A HREF="./org/boehn/kmlframework/kml/Data.html#setValue(java.lang.String)"><B>setValue(String)</B></A> -
2228 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
2229 <DD>&nbsp;
2230 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleData.html#setValue(java.lang.String)"><B>setValue(String)</B></A> -
2231 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>
2232 <DD>&nbsp;
2233 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#setViewBoundScale(java.lang.Double)"><B>setViewBoundScale(Double)</B></A> -
2234 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
2235 <DD>&nbsp;
2236 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#setViewFormat(org.boehn.kmlframework.kml.ViewFormat)"><B>setViewFormat(ViewFormat)</B></A> -
2237 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
2238 <DD>&nbsp;
2239 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#setViewFormat(java.lang.String)"><B>setViewFormat(String)</B></A> -
2240 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
2241 <DD>&nbsp;
2242 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#setViewRefreshMode(org.boehn.kmlframework.kml.ViewRefreshModeEnum)"><B>setViewRefreshMode(ViewRefreshModeEnum)</B></A> -
2243 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
2244 <DD>&nbsp;
2245 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#setViewRefreshMode(org.boehn.kmlframework.todo.servlet.ViewRefreshModes)"><B>setViewRefreshMode(ViewRefreshModes)</B></A> -
2246 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
2247 <DD>&nbsp;
2248 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#setViewRefreshTime(java.lang.Double)"><B>setViewRefreshTime(Double)</B></A> -
2249 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
2250 <DD>&nbsp;
2251 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html#setViewRefreshTime(java.lang.Integer)"><B>setViewRefreshTime(Integer)</B></A> -
2252 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A>
2253 <DD>&nbsp;
2254 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)"><B>setVisibility(Boolean)</B></A> -
2255 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
2256 <DD>&nbsp;
2257 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#setVisibility(java.lang.Boolean)"><B>setVisibility(Boolean)</B></A> -
2258 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
2259 <DD>&nbsp;
2260 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#setVisibleFrom(java.lang.Integer)"><B>setVisibleFrom(Integer)</B></A> -
2261 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
2262 <DD>&nbsp;
2263 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#setVisibleFrom(java.lang.Integer)"><B>setVisibleFrom(Integer)</B></A> -
2264 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
2265 <DD>&nbsp;
2266 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#setVisibleTo(java.lang.Integer)"><B>setVisibleTo(Integer)</B></A> -
2267 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
2268 <DD>&nbsp;
2269 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#setVisibleTo(java.lang.Integer)"><B>setVisibleTo(Integer)</B></A> -
2270 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
2271 <DD>&nbsp;
2272 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#setWest(java.lang.Double)"><B>setWest(Double)</B></A> -
2273 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
2274 <DD>&nbsp;
2275 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#setWest(java.lang.Double)"><B>setWest(Double)</B></A> -
2276 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
2277 <DD>&nbsp;
2278 <DT><A HREF="./org/boehn/kmlframework/todo/BoundingBox.html#setWest(java.lang.Double)"><B>setWest(Double)</B></A> -
2279 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A>
2280 <DD>&nbsp;
2281 <DT><A HREF="./org/boehn/kmlframework/kml/TimeStamp.html#setWhen(java.lang.String)"><B>setWhen(String)</B></A> -
2282 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A>
2283 <DD>&nbsp;
2284 <DT><A HREF="./org/boehn/kmlframework/kml/LineStyle.html#setWidth(java.lang.Double)"><B>setWidth(Double)</B></A> -
2285 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>
2286 <DD>&nbsp;
2287 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#setX(double)"><B>setX(double)</B></A> -
2288 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
2289 <DD>&nbsp;
2290 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)"><B>setXalAddressDeatails(String)</B></A> -
2291 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
2292 <DD>&nbsp;
2293 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#setXmlIndent(boolean)"><B>setXmlIndent(boolean)</B></A> -
2294 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
2295 <DD>&nbsp;
2296 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#setY(double)"><B>setY(double)</B></A> -
2297 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
2298 <DD>&nbsp;
2299 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#setZ(double)"><B>setZ(double)</B></A> -
2300 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
2301 <DD>&nbsp;
2302 <DT><A HREF="./org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ShapeEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml"><B>SimpleData</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/SimpleData.html#SimpleData()"><B>SimpleData()</B></A> -
2303 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>
2304 <DD>&nbsp;
2305 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleData.html#SimpleData(java.lang.String, java.lang.String)"><B>SimpleData(String, String)</B></A> -
2306 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>
2307 <DD>&nbsp;
2308 <DT><A HREF="./org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples"><B>SimpleExampleServlet</B></A> - Class in <A HREF="./org/boehn/kmlframework/todo/examples/package-summary.html">org.boehn.kmlframework.todo.examples</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html#SimpleExampleServlet()"><B>SimpleExampleServlet()</B></A> -
2309 Constructor for class org.boehn.kmlframework.todo.examples.<A HREF="./org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples">SimpleExampleServlet</A>
2310 <DD>&nbsp;
2311 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml"><B>SimpleField</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html#SimpleField()"><B>SimpleField()</B></A> -
2312 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
2313 <DD>&nbsp;
2314 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html#SimpleField(org.boehn.kmlframework.kml.SimpleFieldTypeEnum, java.lang.String, java.lang.String)"><B>SimpleField(SimpleFieldTypeEnum, String, String)</B></A> -
2315 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
2316 <DD>&nbsp;
2317 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>SimpleFieldTypeEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#stream"><B>stream</B></A> -
2318 Variable in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
2319 <DD>&nbsp;
2320 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml"><B>Style</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Style.html#Style()"><B>Style()</B></A> -
2321 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
2322 <DD>&nbsp;
2323 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#Style(org.boehn.kmlframework.kml.IconStyle, org.boehn.kmlframework.kml.LabelStyle, org.boehn.kmlframework.kml.LineStyle, org.boehn.kmlframework.kml.PolyStyle, org.boehn.kmlframework.kml.BallonStyle, org.boehn.kmlframework.kml.ListStyle)"><B>Style(IconStyle, LabelStyle, LineStyle, PolyStyle, BallonStyle, ListStyle)</B></A> -
2324 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
2325 <DD>&nbsp;
2326 <DT><A HREF="./org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml"><B>StyleMap</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/StyleMap.html#StyleMap()"><B>StyleMap()</B></A> -
2327 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml">StyleMap</A>
2328 <DD>&nbsp;
2329 <DT><A HREF="./org/boehn/kmlframework/kml/StyleMap.html#StyleMap(java.util.List)"><B>StyleMap(List&lt;Pair&gt;)</B></A> -
2330 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml">StyleMap</A>
2331 <DD>&nbsp;
2332 <DT><A HREF="./org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml"><B>StyleSelector</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/StyleSelector.html#StyleSelector()"><B>StyleSelector()</B></A> -
2333 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>
2334 <DD>&nbsp;
2335 <DT><A HREF="./org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml"><B>StyleStateEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#subtract(org.boehn.kmlframework.coordinates.CartesianCoordinate)"><B>subtract(CartesianCoordinate)</B></A> -
2336 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
2337 <DD>&nbsp;
2338 </DL>
2339 <HR>
2340 <A NAME="_T_"><!-- --></A><H2>
2341 <B>T</B></H2>
2342 <DL>
2343 <DT><A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates"><B>TimeAndPlace</B></A> - Class in <A HREF="./org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html#TimeAndPlace()"><B>TimeAndPlace()</B></A> -
2344 Constructor for class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>
2345 <DD>&nbsp;
2346 <DT><A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html#TimeAndPlace(org.boehn.kmlframework.coordinates.EarthCoordinate, java.util.Date)"><B>TimeAndPlace(EarthCoordinate, Date)</B></A> -
2347 Constructor for class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>
2348 <DD>&nbsp;
2349 <DT><A HREF="./org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml"><B>TimePrimitive</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/TimePrimitive.html#TimePrimitive()"><B>TimePrimitive()</B></A> -
2350 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>
2351 <DD>&nbsp;
2352 <DT><A HREF="./org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml"><B>TimeSpan</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/TimeSpan.html#TimeSpan()"><B>TimeSpan()</B></A> -
2353 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A>
2354 <DD>&nbsp;
2355 <DT><A HREF="./org/boehn/kmlframework/kml/TimeSpan.html#TimeSpan(java.lang.String, java.lang.String)"><B>TimeSpan(String, String)</B></A> -
2356 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A>
2357 <DD>&nbsp;
2358 <DT><A HREF="./org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml"><B>TimeStamp</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/TimeStamp.html#TimeStamp()"><B>TimeStamp()</B></A> -
2359 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A>
2360 <DD>&nbsp;
2361 <DT><A HREF="./org/boehn/kmlframework/kml/TimeStamp.html#TimeStamp(java.lang.String)"><B>TimeStamp(String)</B></A> -
2362 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A>
2363 <DD>&nbsp;
2364 <DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html#toCartesianCoordinate()"><B>toCartesianCoordinate()</B></A> -
2365 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
2366 <DD>&nbsp;
2367 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)"><B>toEarthCoordinate(EarthCoordinate, Double, CartesianCoordinate, CartesianCoordinate)</B></A> -
2368 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
2369 <DD>&nbsp;
2370 <DT><A HREF="./org/boehn/kmlframework/coordinates/Coordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)"><B>toEarthCoordinate(EarthCoordinate, Double, CartesianCoordinate, CartesianCoordinate)</B></A> -
2371 Method in interface org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>
2372 <DD>&nbsp;
2373 <DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)"><B>toEarthCoordinate(EarthCoordinate, Double, CartesianCoordinate, CartesianCoordinate)</B></A> -
2374 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
2375 <DD>&nbsp;
2376 <DT><A HREF="./org/boehn/kmlframework/todo/Button.html#toHtml(org.boehn.kmlframework.kml.Kml)"><B>toHtml(Kml)</B></A> -
2377 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>
2378 <DD>&nbsp;
2379 <DT><A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html#toString()"><B>toString()</B></A> -
2380 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>
2381 <DD>&nbsp;
2382 <DT><A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html#toString()"><B>toString()</B></A> -
2383 Method in class org.boehn.kmlframework.coordinates.<A HREF="./org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>
2384 <DD>&nbsp;
2385 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#toString()"><B>toString()</B></A> -
2386 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
2387 <DD>&nbsp;
2388 <DT><A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html#toString()"><B>toString()</B></A> -
2389 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>
2390 <DD>&nbsp;
2391 <DT><A HREF="./org/boehn/kmlframework/todo/MapObject.html#toString()"><B>toString()</B></A> -
2392 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>
2393 <DD>&nbsp;
2394 <DT><A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html#toString()"><B>toString()</B></A> -
2395 Method in class org.boehn.kmlframework.todo.<A HREF="./org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>
2396 <DD>&nbsp;
2397 </DL>
2398 <HR>
2399 <A NAME="_U_"><!-- --></A><H2>
2400 <B>U</B></H2>
2401 <DL>
2402 <DT><A HREF="./org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml"><B>UnitEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml"><B>Update</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/Update.html#Update()"><B>Update()</B></A> -
2403 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>
2404 <DD>&nbsp;
2405 <DT><A HREF="./org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml"><B>UpdateElement</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/UpdateElement.html#UpdateElement()"><B>UpdateElement()</B></A> -
2406 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>
2407 <DD>&nbsp;
2408 <DT><A HREF="./org/boehn/kmlframework/kml/UpdateElement.html#UpdateElement(org.boehn.kmlframework.kml.KmlObject)"><B>UpdateElement(KmlObject)</B></A> -
2409 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>
2410 <DD>&nbsp;
2411 </DL>
2412 <HR>
2413 <A NAME="_V_"><!-- --></A><H2>
2414 <B>V</B></H2>
2415 <DL>
2416 <DT><A HREF="./org/boehn/kmlframework/kml/AltitudeModeEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2417 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>
2418 <DD>Returns the enum constant of this type with the specified name.
2419 <DT><A HREF="./org/boehn/kmlframework/kml/ColorModeEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2420 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>
2421 <DD>Returns the enum constant of this type with the specified name.
2422 <DT><A HREF="./org/boehn/kmlframework/kml/DisplayModeEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2423 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>
2424 <DD>Returns the enum constant of this type with the specified name.
2425 <DT><A HREF="./org/boehn/kmlframework/kml/GridOriginEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2426 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>
2427 <DD>Returns the enum constant of this type with the specified name.
2428 <DT><A HREF="./org/boehn/kmlframework/kml/ListItemTypeEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2429 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>
2430 <DD>Returns the enum constant of this type with the specified name.
2431 <DT><A HREF="./org/boehn/kmlframework/kml/RefreshModeEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2432 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>
2433 <DD>Returns the enum constant of this type with the specified name.
2434 <DT><A HREF="./org/boehn/kmlframework/kml/ShapeEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2435 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>
2436 <DD>Returns the enum constant of this type with the specified name.
2437 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2438 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>
2439 <DD>Returns the enum constant of this type with the specified name.
2440 <DT><A HREF="./org/boehn/kmlframework/kml/StyleStateEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2441 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>
2442 <DD>Returns the enum constant of this type with the specified name.
2443 <DT><A HREF="./org/boehn/kmlframework/kml/UnitEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2444 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>
2445 <DD>Returns the enum constant of this type with the specified name.
2446 <DT><A HREF="./org/boehn/kmlframework/kml/ViewRefreshModeEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2447 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>
2448 <DD>Returns the enum constant of this type with the specified name.
2449 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/RefreshModes.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2450 Static method in enum org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>
2451 <DD>Returns the enum constant of this type with the specified name.
2452 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
2453 Static method in enum org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>
2454 <DD>Returns the enum constant of this type with the specified name.
2455 <DT><A HREF="./org/boehn/kmlframework/kml/AltitudeModeEnum.html#values()"><B>values()</B></A> -
2456 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>
2457 <DD>Returns an array containing the constants of this enum type, in
2458 the order they're declared.
2459 <DT><A HREF="./org/boehn/kmlframework/kml/ColorModeEnum.html#values()"><B>values()</B></A> -
2460 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>
2461 <DD>Returns an array containing the constants of this enum type, in
2462 the order they're declared.
2463 <DT><A HREF="./org/boehn/kmlframework/kml/DisplayModeEnum.html#values()"><B>values()</B></A> -
2464 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>
2465 <DD>Returns an array containing the constants of this enum type, in
2466 the order they're declared.
2467 <DT><A HREF="./org/boehn/kmlframework/kml/GridOriginEnum.html#values()"><B>values()</B></A> -
2468 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>
2469 <DD>Returns an array containing the constants of this enum type, in
2470 the order they're declared.
2471 <DT><A HREF="./org/boehn/kmlframework/kml/ListItemTypeEnum.html#values()"><B>values()</B></A> -
2472 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>
2473 <DD>Returns an array containing the constants of this enum type, in
2474 the order they're declared.
2475 <DT><A HREF="./org/boehn/kmlframework/kml/RefreshModeEnum.html#values()"><B>values()</B></A> -
2476 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>
2477 <DD>Returns an array containing the constants of this enum type, in
2478 the order they're declared.
2479 <DT><A HREF="./org/boehn/kmlframework/kml/ShapeEnum.html#values()"><B>values()</B></A> -
2480 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>
2481 <DD>Returns an array containing the constants of this enum type, in
2482 the order they're declared.
2483 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#values()"><B>values()</B></A> -
2484 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>
2485 <DD>Returns an array containing the constants of this enum type, in
2486 the order they're declared.
2487 <DT><A HREF="./org/boehn/kmlframework/kml/StyleStateEnum.html#values()"><B>values()</B></A> -
2488 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>
2489 <DD>Returns an array containing the constants of this enum type, in
2490 the order they're declared.
2491 <DT><A HREF="./org/boehn/kmlframework/kml/UnitEnum.html#values()"><B>values()</B></A> -
2492 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>
2493 <DD>Returns an array containing the constants of this enum type, in
2494 the order they're declared.
2495 <DT><A HREF="./org/boehn/kmlframework/kml/ViewRefreshModeEnum.html#values()"><B>values()</B></A> -
2496 Static method in enum org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>
2497 <DD>Returns an array containing the constants of this enum type, in
2498 the order they're declared.
2499 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/RefreshModes.html#values()"><B>values()</B></A> -
2500 Static method in enum org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>
2501 <DD>Returns an array containing the constants of this enum type, in
2502 the order they're declared.
2503 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html#values()"><B>values()</B></A> -
2504 Static method in enum org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>
2505 <DD>Returns an array containing the constants of this enum type, in
2506 the order they're declared.
2507 <DT><A HREF="./org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml"><B>ViewFormat</B></A> - Class in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/kml/ViewFormat.html#ViewFormat()"><B>ViewFormat()</B></A> -
2508 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>
2509 <DD>&nbsp;
2510 <DT><A HREF="./org/boehn/kmlframework/kml/ViewFormat.html#ViewFormat(boolean, boolean, boolean)"><B>ViewFormat(boolean, boolean, boolean)</B></A> -
2511 Constructor for class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>
2512 <DD>&nbsp;
2513 <DT><A HREF="./org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ViewRefreshModeEnum</B></A> - Enum in <A HREF="./org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A><DD>&nbsp;<DT><A HREF="./org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>ViewRefreshModes</B></A> - Enum in <A HREF="./org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A><DD>&nbsp;</DL>
2514 <HR>
2515 <A NAME="_W_"><!-- --></A><H2>
2516 <B>W</B></H2>
2517 <DL>
2518 <DT><A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2519 Method in class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>
2520 <DD>&nbsp;
2521 <DT><A HREF="./org/boehn/kmlframework/atom/AtomLink.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2522 Method in class org.boehn.kmlframework.atom.<A HREF="./org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>
2523 <DD>&nbsp;
2524 <DT><A HREF="./org/boehn/kmlframework/kml/Alias.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2525 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>
2526 <DD>&nbsp;
2527 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2528 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
2529 <DD>&nbsp;
2530 <DT><A HREF="./org/boehn/kmlframework/kml/Camera.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2531 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A>
2532 <DD>&nbsp;
2533 <DT><A HREF="./org/boehn/kmlframework/kml/Change.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2534 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml">Change</A>
2535 <DD>&nbsp;
2536 <DT><A HREF="./org/boehn/kmlframework/kml/Create.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2537 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml">Create</A>
2538 <DD>&nbsp;
2539 <DT><A HREF="./org/boehn/kmlframework/kml/Data.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2540 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
2541 <DD>&nbsp;
2542 <DT><A HREF="./org/boehn/kmlframework/kml/Delete.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2543 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml">Delete</A>
2544 <DD>&nbsp;
2545 <DT><A HREF="./org/boehn/kmlframework/kml/Document.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2546 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A>
2547 <DD>&nbsp;
2548 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2549 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
2550 <DD>&nbsp;
2551 <DT><A HREF="./org/boehn/kmlframework/kml/Folder.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2552 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml">Folder</A>
2553 <DD>&nbsp;
2554 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2555 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
2556 <DD>&nbsp;
2557 <DT><A HREF="./org/boehn/kmlframework/kml/Icon.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2558 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>
2559 <DD>&nbsp;
2560 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2561 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
2562 <DD>&nbsp;
2563 <DT><A HREF="./org/boehn/kmlframework/kml/Kml.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2564 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>
2565 <DD>&nbsp;
2566 <DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2567 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
2568 <DD>&nbsp;
2569 <DT><A HREF="./org/boehn/kmlframework/kml/LabelStyle.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2570 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>
2571 <DD>&nbsp;
2572 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2573 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
2574 <DD>&nbsp;
2575 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2576 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
2577 <DD>&nbsp;
2578 <DT><A HREF="./org/boehn/kmlframework/kml/LineStyle.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2579 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>
2580 <DD>&nbsp;
2581 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2582 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
2583 <DD>&nbsp;
2584 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2585 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
2586 <DD>&nbsp;
2587 <DT><A HREF="./org/boehn/kmlframework/kml/LookAt.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2588 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A>
2589 <DD>&nbsp;
2590 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2591 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
2592 <DD>&nbsp;
2593 <DT><A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2594 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A>
2595 <DD>&nbsp;
2596 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2597 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
2598 <DD>&nbsp;
2599 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2600 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
2601 <DD>&nbsp;
2602 <DT><A HREF="./org/boehn/kmlframework/kml/Pair.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2603 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>
2604 <DD>&nbsp;
2605 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2606 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
2607 <DD>&nbsp;
2608 <DT><A HREF="./org/boehn/kmlframework/kml/Placemark.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2609 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A>
2610 <DD>&nbsp;
2611 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2612 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
2613 <DD>&nbsp;
2614 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2615 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
2616 <DD>&nbsp;
2617 <DT><A HREF="./org/boehn/kmlframework/kml/PolyStyle.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2618 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>
2619 <DD>&nbsp;
2620 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2621 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
2622 <DD>&nbsp;
2623 <DT><A HREF="./org/boehn/kmlframework/kml/Schema.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2624 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>
2625 <DD>&nbsp;
2626 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2627 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2628 <DD>&nbsp;
2629 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleData.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2630 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>
2631 <DD>&nbsp;
2632 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2633 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
2634 <DD>&nbsp;
2635 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2636 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
2637 <DD>&nbsp;
2638 <DT><A HREF="./org/boehn/kmlframework/kml/StyleMap.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2639 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml">StyleMap</A>
2640 <DD>&nbsp;
2641 <DT><A HREF="./org/boehn/kmlframework/kml/TimeSpan.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2642 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A>
2643 <DD>&nbsp;
2644 <DT><A HREF="./org/boehn/kmlframework/kml/TimeStamp.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2645 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A>
2646 <DD>&nbsp;
2647 <DT><A HREF="./org/boehn/kmlframework/kml/Update.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2648 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>
2649 <DD>&nbsp;
2650 <DT><A HREF="./org/boehn/kmlframework/kml/UpdateElement.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2651 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>
2652 <DD>&nbsp;
2653 <DT><A HREF="./org/boehn/kmlframework/kml/ViewFormat.html#write(org.boehn.kmlframework.kml.Kml)"><B>write(Kml)</B></A> -
2654 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>
2655 <DD>&nbsp;
2656 <DT><A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html#write()"><B>write()</B></A> -
2657 Method in class org.boehn.kmlframework.servlet.<A HREF="./org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A>
2658 <DD>&nbsp;
2659 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html#write()"><B>write()</B></A> -
2660 Method in class org.boehn.kmlframework.todo.servlet.<A HREF="./org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A>
2661 <DD>&nbsp;
2662 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#write(int)"><B>write(int)</B></A> -
2663 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
2664 <DD>&nbsp;
2665 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#write(byte[])"><B>write(byte[])</B></A> -
2666 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
2667 <DD>&nbsp;
2668 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> -
2669 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
2670 <DD>&nbsp;
2671 <DT><A HREF="./org/boehn/kmlframework/kml/Alias.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2672 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>
2673 <DD>&nbsp;
2674 <DT><A HREF="./org/boehn/kmlframework/kml/BallonStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2675 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>
2676 <DD>&nbsp;
2677 <DT><A HREF="./org/boehn/kmlframework/kml/Camera.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2678 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A>
2679 <DD>&nbsp;
2680 <DT><A HREF="./org/boehn/kmlframework/kml/Data.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2681 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>
2682 <DD>&nbsp;
2683 <DT><A HREF="./org/boehn/kmlframework/kml/Document.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2684 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A>
2685 <DD>&nbsp;
2686 <DT><A HREF="./org/boehn/kmlframework/kml/ExtendedData.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2687 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>
2688 <DD>&nbsp;
2689 <DT><A HREF="./org/boehn/kmlframework/kml/Folder.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2690 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml">Folder</A>
2691 <DD>&nbsp;
2692 <DT><A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2693 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>
2694 <DD>&nbsp;
2695 <DT><A HREF="./org/boehn/kmlframework/kml/Icon.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2696 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>
2697 <DD>&nbsp;
2698 <DT><A HREF="./org/boehn/kmlframework/kml/IconStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2699 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>
2700 <DD>&nbsp;
2701 <DT><A HREF="./org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2702 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>
2703 <DD>&nbsp;
2704 <DT><A HREF="./org/boehn/kmlframework/kml/LabelStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2705 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>
2706 <DD>&nbsp;
2707 <DT><A HREF="./org/boehn/kmlframework/kml/LinearRing.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2708 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>
2709 <DD>&nbsp;
2710 <DT><A HREF="./org/boehn/kmlframework/kml/LineString.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2711 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>
2712 <DD>&nbsp;
2713 <DT><A HREF="./org/boehn/kmlframework/kml/LineStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2714 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>
2715 <DD>&nbsp;
2716 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2717 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
2718 <DD>&nbsp;
2719 <DT><A HREF="./org/boehn/kmlframework/kml/ListStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2720 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>
2721 <DD>&nbsp;
2722 <DT><A HREF="./org/boehn/kmlframework/kml/LookAt.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2723 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A>
2724 <DD>&nbsp;
2725 <DT><A HREF="./org/boehn/kmlframework/kml/Model.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2726 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>
2727 <DD>&nbsp;
2728 <DT><A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2729 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A>
2730 <DD>&nbsp;
2731 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLink.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2732 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>
2733 <DD>&nbsp;
2734 <DT><A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2735 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>
2736 <DD>&nbsp;
2737 <DT><A HREF="./org/boehn/kmlframework/kml/Pair.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2738 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>
2739 <DD>&nbsp;
2740 <DT><A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2741 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>
2742 <DD>&nbsp;
2743 <DT><A HREF="./org/boehn/kmlframework/kml/Placemark.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2744 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A>
2745 <DD>&nbsp;
2746 <DT><A HREF="./org/boehn/kmlframework/kml/Point.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2747 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>
2748 <DD>&nbsp;
2749 <DT><A HREF="./org/boehn/kmlframework/kml/Polygon.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2750 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A>
2751 <DD>&nbsp;
2752 <DT><A HREF="./org/boehn/kmlframework/kml/PolyStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2753 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>
2754 <DD>&nbsp;
2755 <DT><A HREF="./org/boehn/kmlframework/kml/Region.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2756 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>
2757 <DD>&nbsp;
2758 <DT><A HREF="./org/boehn/kmlframework/kml/Schema.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2759 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>
2760 <DD>&nbsp;
2761 <DT><A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2762 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A>
2763 <DD>&nbsp;
2764 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleData.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2765 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>
2766 <DD>&nbsp;
2767 <DT><A HREF="./org/boehn/kmlframework/kml/SimpleField.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2768 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>
2769 <DD>&nbsp;
2770 <DT><A HREF="./org/boehn/kmlframework/kml/Style.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2771 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>
2772 <DD>&nbsp;
2773 <DT><A HREF="./org/boehn/kmlframework/kml/StyleMap.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2774 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml">StyleMap</A>
2775 <DD>&nbsp;
2776 <DT><A HREF="./org/boehn/kmlframework/kml/TimeSpan.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2777 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A>
2778 <DD>&nbsp;
2779 <DT><A HREF="./org/boehn/kmlframework/kml/TimeStamp.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2780 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A>
2781 <DD>&nbsp;
2782 <DT><A HREF="./org/boehn/kmlframework/kml/Update.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2783 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>
2784 <DD>&nbsp;
2785 <DT><A HREF="./org/boehn/kmlframework/kml/ViewFormat.html#writeDelete(org.boehn.kmlframework.kml.Kml)"><B>writeDelete(Kml)</B></A> -
2786 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>
2787 <DD>&nbsp;
2788 <DT><A HREF="./org/boehn/kmlframework/kml/AbstractView.html#writeInner(org.boehn.kmlframework.kml.Kml)"><B>writeInner(Kml)</B></A> -
2789 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>
2790 <DD>&nbsp;
2791 <DT><A HREF="./org/boehn/kmlframework/kml/ColorStyle.html#writeInner(org.boehn.kmlframework.kml.Kml)"><B>writeInner(Kml)</B></A> -
2792 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A>
2793 <DD>&nbsp;
2794 <DT><A HREF="./org/boehn/kmlframework/kml/Container.html#writeInner(org.boehn.kmlframework.kml.Kml)"><B>writeInner(Kml)</B></A> -
2795 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A>
2796 <DD>&nbsp;
2797 <DT><A HREF="./org/boehn/kmlframework/kml/Feature.html#writeInner(org.boehn.kmlframework.kml.Kml)"><B>writeInner(Kml)</B></A> -
2798 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>
2799 <DD>&nbsp;
2800 <DT><A HREF="./org/boehn/kmlframework/kml/Link.html#writeInner(org.boehn.kmlframework.kml.Kml)"><B>writeInner(Kml)</B></A> -
2801 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>
2802 <DD>&nbsp;
2803 <DT><A HREF="./org/boehn/kmlframework/kml/Overlay.html#writeInner(org.boehn.kmlframework.kml.Kml)"><B>writeInner(Kml)</B></A> -
2804 Method in class org.boehn.kmlframework.kml.<A HREF="./org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>
2805 <DD>&nbsp;
2806 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#writer"><B>writer</B></A> -
2807 Variable in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A>
2808 <DD>&nbsp;
2809 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#writeToZip(byte[], int, int)"><B>writeToZip(byte[], int, int)</B></A> -
2810 Method in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
2811 <DD>&nbsp;
2812 </DL>
2813 <HR>
2814 <A NAME="_Z_"><!-- --></A><H2>
2815 <B>Z</B></H2>
2816 <DL>
2817 <DT><A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#zipstream"><B>zipstream</B></A> -
2818 Variable in class org.boehn.kmlframework.todo.servlet.kmz.<A HREF="./org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A>
2819 <DD>&nbsp;
2820 </DL>
2821 <HR>
2822 <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_Z_">Z</A>
2823
2824 <!-- ======= START OF BOTTOM NAVBAR ====== -->
2825 <A NAME="navbar_bottom"><!-- --></A>
2826 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
2827 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
2828 <TR>
2829 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
2830 <A NAME="navbar_bottom_firstrow"><!-- --></A>
2831 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
2832 <TR ALIGN="center" VALIGN="top">
2833 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
2834 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
2835 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
2836 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
2837 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
2838 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
2839 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
2840 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
2841 </TR>
2842 </TABLE>
2843 </TD>
2844 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
2845 </EM>
2846 </TD>
2847 </TR>
2848
2849 <TR>
2850 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
2851 &nbsp;PREV&nbsp;
2852 &nbsp;NEXT</FONT></TD>
2853 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
2854 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
2855 &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
2856 &nbsp;<SCRIPT type="text/javascript">
2857 <!--
2858 if(window==top) {
2859 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
2860 }
2861 //-->
2862 </SCRIPT>
2863 <NOSCRIPT>
2864 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
2865 </NOSCRIPT>
2866
2867
2868 </FONT></TD>
2869 </TR>
2870 </TABLE>
2871 <A NAME="skip-navbar_bottom"></A>
2872 <!-- ======== END OF BOTTOM NAVBAR ======= -->
2873
2874 <HR>
2875
2876 </BODY>
2877 </HTML>
+0
-39
documentation/javadoc/index.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc on Sat Jul 18 19:14:11 CEST 2009-->
5 <TITLE>
6 KML Framework API
7 </TITLE>
8 <SCRIPT type="text/javascript">
9 targetPage = "" + window.location.search;
10 if (targetPage != "" && targetPage != "undefined")
11 targetPage = targetPage.substring(1);
12 if (targetPage.indexOf(":") != -1)
13 targetPage = "undefined";
14 function loadFrames() {
15 if (targetPage != "" && targetPage != "undefined")
16 top.classFrame.location = top.targetPage;
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21 </HEAD>
22 <FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
23 <FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()">
24 <FRAME src="overview-frame.html" name="packageListFrame" title="All Packages">
25 <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
26 </FRAMESET>
27 <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
28 <NOFRAMES>
29 <H2>
30 Frame Alert</H2>
31
32 <P>
33 This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
34 <BR>
35 Link to<A HREF="overview-summary.html">Non-frame version.</A>
36 </NOFRAMES>
37 </FRAMESET>
38 </HTML>
+0
-398
documentation/javadoc/org/boehn/kmlframework/atom/AtomAuthor.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 AtomAuthor (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.atom.AtomAuthor class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="AtomAuthor (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AtomAuthor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV CLASS&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/atom/AtomAuthor.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="AtomAuthor.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.atom</FONT>
88 <BR>
89 Class AtomAuthor</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.atom.AtomAuthor</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>AtomAuthor</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html#AtomAuthor()">AtomAuthor</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 <TR BGCOLOR="white" CLASS="TableRowColor">
119 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html#AtomAuthor(java.lang.String)">AtomAuthor</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html#AtomAuthor(java.lang.String, java.lang.String, java.lang.String)">AtomAuthor</A></B>(java.lang.String&nbsp;name,
126 java.lang.String&nbsp;uri,
127 java.lang.String&nbsp;email)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <!-- ========== METHOD SUMMARY =========== -->
135
136 <A NAME="method_summary"><!-- --></A>
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
139 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
140 <B>Method Summary</B></FONT></TH>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
144 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
145 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html#getEmail()">getEmail</A></B>()</CODE>
146
147 <BR>
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
149 </TR>
150 <TR BGCOLOR="white" CLASS="TableRowColor">
151 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
153 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html#getName()">getName</A></B>()</CODE>
154
155 <BR>
156 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
161 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html#getUri()">getUri</A></B>()</CODE>
162
163 <BR>
164 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
168 <CODE>&nbsp;void</CODE></FONT></TD>
169 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html#setEmail(java.lang.String)">setEmail</A></B>(java.lang.String&nbsp;email)</CODE>
170
171 <BR>
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
176 <CODE>&nbsp;void</CODE></FONT></TD>
177 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;name)</CODE>
178
179 <BR>
180 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
181 </TR>
182 <TR BGCOLOR="white" CLASS="TableRowColor">
183 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184 <CODE>&nbsp;void</CODE></FONT></TD>
185 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html#setUri(java.lang.String)">setUri</A></B>(java.lang.String&nbsp;uri)</CODE>
186
187 <BR>
188 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
189 </TR>
190 <TR BGCOLOR="white" CLASS="TableRowColor">
191 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
192 <CODE>&nbsp;void</CODE></FONT></TD>
193 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
194
195 <BR>
196 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
197 </TR>
198 </TABLE>
199 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
200 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
201 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
202 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
203 </TR>
204 <TR BGCOLOR="white" CLASS="TableRowColor">
205 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
206 </TR>
207 </TABLE>
208 &nbsp;
209 <P>
210
211 <!-- ========= CONSTRUCTOR DETAIL ======== -->
212
213 <A NAME="constructor_detail"><!-- --></A>
214 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
215 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
216 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
217 <B>Constructor Detail</B></FONT></TH>
218 </TR>
219 </TABLE>
220
221 <A NAME="AtomAuthor()"><!-- --></A><H3>
222 AtomAuthor</H3>
223 <PRE>
224 public <B>AtomAuthor</B>()</PRE>
225 <DL>
226 </DL>
227 <HR>
228
229 <A NAME="AtomAuthor(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
230 AtomAuthor</H3>
231 <PRE>
232 public <B>AtomAuthor</B>(java.lang.String&nbsp;name,
233 java.lang.String&nbsp;uri,
234 java.lang.String&nbsp;email)</PRE>
235 <DL>
236 </DL>
237 <HR>
238
239 <A NAME="AtomAuthor(java.lang.String)"><!-- --></A><H3>
240 AtomAuthor</H3>
241 <PRE>
242 public <B>AtomAuthor</B>(java.lang.String&nbsp;name)</PRE>
243 <DL>
244 </DL>
245
246 <!-- ============ METHOD DETAIL ========== -->
247
248 <A NAME="method_detail"><!-- --></A>
249 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
250 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
251 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
252 <B>Method Detail</B></FONT></TH>
253 </TR>
254 </TABLE>
255
256 <A NAME="getName()"><!-- --></A><H3>
257 getName</H3>
258 <PRE>
259 public java.lang.String <B>getName</B>()</PRE>
260 <DL>
261 <DD><DL>
262 </DL>
263 </DD>
264 </DL>
265 <HR>
266
267 <A NAME="setName(java.lang.String)"><!-- --></A><H3>
268 setName</H3>
269 <PRE>
270 public void <B>setName</B>(java.lang.String&nbsp;name)</PRE>
271 <DL>
272 <DD><DL>
273 </DL>
274 </DD>
275 </DL>
276 <HR>
277
278 <A NAME="getUri()"><!-- --></A><H3>
279 getUri</H3>
280 <PRE>
281 public java.lang.String <B>getUri</B>()</PRE>
282 <DL>
283 <DD><DL>
284 </DL>
285 </DD>
286 </DL>
287 <HR>
288
289 <A NAME="setUri(java.lang.String)"><!-- --></A><H3>
290 setUri</H3>
291 <PRE>
292 public void <B>setUri</B>(java.lang.String&nbsp;uri)</PRE>
293 <DL>
294 <DD><DL>
295 </DL>
296 </DD>
297 </DL>
298 <HR>
299
300 <A NAME="getEmail()"><!-- --></A><H3>
301 getEmail</H3>
302 <PRE>
303 public java.lang.String <B>getEmail</B>()</PRE>
304 <DL>
305 <DD><DL>
306 </DL>
307 </DD>
308 </DL>
309 <HR>
310
311 <A NAME="setEmail(java.lang.String)"><!-- --></A><H3>
312 setEmail</H3>
313 <PRE>
314 public void <B>setEmail</B>(java.lang.String&nbsp;email)</PRE>
315 <DL>
316 <DD><DL>
317 </DL>
318 </DD>
319 </DL>
320 <HR>
321
322 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
323 write</H3>
324 <PRE>
325 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
326 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
327 <DL>
328 <DD><DL>
329
330 <DT><B>Throws:</B>
331 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
332 </DD>
333 </DL>
334 <!-- ========= END OF CLASS DATA ========= -->
335 <HR>
336
337
338 <!-- ======= START OF BOTTOM NAVBAR ====== -->
339 <A NAME="navbar_bottom"><!-- --></A>
340 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
341 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
342 <TR>
343 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
344 <A NAME="navbar_bottom_firstrow"><!-- --></A>
345 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
346 <TR ALIGN="center" VALIGN="top">
347 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
348 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
349 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
350 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AtomAuthor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
351 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
352 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
353 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
354 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
355 </TR>
356 </TABLE>
357 </TD>
358 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
359 </EM>
360 </TD>
361 </TR>
362
363 <TR>
364 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
365 &nbsp;PREV CLASS&nbsp;
366 &nbsp;<A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom"><B>NEXT CLASS</B></A></FONT></TD>
367 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
368 <A HREF="../../../../index.html?org/boehn/kmlframework/atom/AtomAuthor.html" target="_top"><B>FRAMES</B></A> &nbsp;
369 &nbsp;<A HREF="AtomAuthor.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
370 &nbsp;<SCRIPT type="text/javascript">
371 <!--
372 if(window==top) {
373 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
374 }
375 //-->
376 </SCRIPT>
377 <NOSCRIPT>
378 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
379 </NOSCRIPT>
380
381
382 </FONT></TD>
383 </TR>
384 <TR>
385 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
386 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
387 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
388 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
389 </TR>
390 </TABLE>
391 <A NAME="skip-navbar_bottom"></A>
392 <!-- ======== END OF BOTTOM NAVBAR ======= -->
393
394 <HR>
395
396 </BODY>
397 </HTML>
+0
-304
documentation/javadoc/org/boehn/kmlframework/atom/AtomLink.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 AtomLink (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.atom.AtomLink class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="AtomLink (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AtomLink.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;NEXT CLASS</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/atom/AtomLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="AtomLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.atom</FONT>
88 <BR>
89 Class AtomLink</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.atom.AtomLink</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>AtomLink</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html#AtomLink()">AtomLink</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 <TR BGCOLOR="white" CLASS="TableRowColor">
119 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html#AtomLink(java.lang.String)">AtomLink</A></B>(java.lang.String&nbsp;href)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 </TABLE>
125 &nbsp;
126 <!-- ========== METHOD SUMMARY =========== -->
127
128 <A NAME="method_summary"><!-- --></A>
129 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
130 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
131 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
132 <B>Method Summary</B></FONT></TH>
133 </TR>
134 <TR BGCOLOR="white" CLASS="TableRowColor">
135 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
136 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
137 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html#getHref()">getHref</A></B>()</CODE>
138
139 <BR>
140 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
144 <CODE>&nbsp;void</CODE></FONT></TD>
145 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html#setHref(java.lang.String)">setHref</A></B>(java.lang.String&nbsp;href)</CODE>
146
147 <BR>
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
149 </TR>
150 <TR BGCOLOR="white" CLASS="TableRowColor">
151 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152 <CODE>&nbsp;void</CODE></FONT></TD>
153 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
154
155 <BR>
156 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
157 </TR>
158 </TABLE>
159 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
160 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
161 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
162 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
166 </TR>
167 </TABLE>
168 &nbsp;
169 <P>
170
171 <!-- ========= CONSTRUCTOR DETAIL ======== -->
172
173 <A NAME="constructor_detail"><!-- --></A>
174 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
175 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
176 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
177 <B>Constructor Detail</B></FONT></TH>
178 </TR>
179 </TABLE>
180
181 <A NAME="AtomLink()"><!-- --></A><H3>
182 AtomLink</H3>
183 <PRE>
184 public <B>AtomLink</B>()</PRE>
185 <DL>
186 </DL>
187 <HR>
188
189 <A NAME="AtomLink(java.lang.String)"><!-- --></A><H3>
190 AtomLink</H3>
191 <PRE>
192 public <B>AtomLink</B>(java.lang.String&nbsp;href)</PRE>
193 <DL>
194 </DL>
195
196 <!-- ============ METHOD DETAIL ========== -->
197
198 <A NAME="method_detail"><!-- --></A>
199 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
200 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
201 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
202 <B>Method Detail</B></FONT></TH>
203 </TR>
204 </TABLE>
205
206 <A NAME="getHref()"><!-- --></A><H3>
207 getHref</H3>
208 <PRE>
209 public java.lang.String <B>getHref</B>()</PRE>
210 <DL>
211 <DD><DL>
212 </DL>
213 </DD>
214 </DL>
215 <HR>
216
217 <A NAME="setHref(java.lang.String)"><!-- --></A><H3>
218 setHref</H3>
219 <PRE>
220 public void <B>setHref</B>(java.lang.String&nbsp;href)</PRE>
221 <DL>
222 <DD><DL>
223 </DL>
224 </DD>
225 </DL>
226 <HR>
227
228 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
229 write</H3>
230 <PRE>
231 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
232 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
233 <DL>
234 <DD><DL>
235
236 <DT><B>Throws:</B>
237 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
238 </DD>
239 </DL>
240 <!-- ========= END OF CLASS DATA ========= -->
241 <HR>
242
243
244 <!-- ======= START OF BOTTOM NAVBAR ====== -->
245 <A NAME="navbar_bottom"><!-- --></A>
246 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
247 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
248 <TR>
249 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
250 <A NAME="navbar_bottom_firstrow"><!-- --></A>
251 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
252 <TR ALIGN="center" VALIGN="top">
253 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
254 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
255 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
256 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AtomLink.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
257 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
258 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
259 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
260 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
261 </TR>
262 </TABLE>
263 </TD>
264 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
265 </EM>
266 </TD>
267 </TR>
268
269 <TR>
270 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
271 &nbsp;<A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom"><B>PREV CLASS</B></A>&nbsp;
272 &nbsp;NEXT CLASS</FONT></TD>
273 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
274 <A HREF="../../../../index.html?org/boehn/kmlframework/atom/AtomLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
275 &nbsp;<A HREF="AtomLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
276 &nbsp;<SCRIPT type="text/javascript">
277 <!--
278 if(window==top) {
279 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
280 }
281 //-->
282 </SCRIPT>
283 <NOSCRIPT>
284 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
285 </NOSCRIPT>
286
287
288 </FONT></TD>
289 </TR>
290 <TR>
291 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
292 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
293 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
294 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
295 </TR>
296 </TABLE>
297 <A NAME="skip-navbar_bottom"></A>
298 <!-- ======== END OF BOTTOM NAVBAR ======= -->
299
300 <HR>
301
302 </BODY>
303 </HTML>
+0
-476
documentation/javadoc/org/boehn/kmlframework/atom/class-use/AtomAuthor.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.atom.AtomAuthor (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.atom.AtomAuthor (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/atom/class-use/AtomAuthor.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="AtomAuthor.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.atom.AtomAuthor</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A></CODE></FONT></TD>
111 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A></B>(<A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Container</A></B>(java.lang.String&nbsp;name,
142 java.lang.Boolean&nbsp;visibility,
143 java.lang.Boolean&nbsp;open,
144 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
145 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
146 java.lang.String&nbsp;address,
147 java.lang.String&nbsp;xalAddressDetails,
148 java.lang.String&nbsp;phoneNumber,
149 java.lang.String&nbsp;snippet,
150 java.lang.Integer&nbsp;snippetMaxLines,
151 java.lang.String&nbsp;description,
152 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
153 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
154 java.lang.String&nbsp;styleUrl,
155 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
156 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
157 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
158 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)">Document</A></B>(java.lang.String&nbsp;name,
165 java.lang.Boolean&nbsp;visibility,
166 java.lang.Boolean&nbsp;open,
167 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
168 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
169 java.lang.String&nbsp;address,
170 java.lang.String&nbsp;xalAddressDetails,
171 java.lang.String&nbsp;phoneNumber,
172 java.lang.String&nbsp;snippet,
173 java.lang.Integer&nbsp;snippetMaxLines,
174 java.lang.String&nbsp;description,
175 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
176 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
177 java.lang.String&nbsp;styleUrl,
178 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
179 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
180 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
181 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
182 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#Feature(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData)">Feature</A></B>(java.lang.String&nbsp;name,
189 java.lang.Boolean&nbsp;visibility,
190 java.lang.Boolean&nbsp;open,
191 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
192 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
193 java.lang.String&nbsp;address,
194 java.lang.String&nbsp;xalAddressDetails,
195 java.lang.String&nbsp;phoneNumber,
196 java.lang.String&nbsp;snippet,
197 java.lang.Integer&nbsp;snippetMaxLines,
198 java.lang.String&nbsp;description,
199 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
200 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
201 java.lang.String&nbsp;styleUrl,
202 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
203 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
204 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Folder</A></B>(java.lang.String&nbsp;name,
211 java.lang.Boolean&nbsp;visibility,
212 java.lang.Boolean&nbsp;open,
213 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
214 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
215 java.lang.String&nbsp;address,
216 java.lang.String&nbsp;xalAddressDetails,
217 java.lang.String&nbsp;phoneNumber,
218 java.lang.String&nbsp;snippet,
219 java.lang.Integer&nbsp;snippetMaxLines,
220 java.lang.String&nbsp;description,
221 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
222 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
223 java.lang.String&nbsp;styleUrl,
224 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
225 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
226 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
227 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
228
229 <BR>
230 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
231 </TR>
232 <TR BGCOLOR="white" CLASS="TableRowColor">
233 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">GroundOverlay</A></B>(java.lang.String&nbsp;name,
234 java.lang.Boolean&nbsp;visibility,
235 java.lang.Boolean&nbsp;open,
236 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
237 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
238 java.lang.String&nbsp;address,
239 java.lang.String&nbsp;xalAddressDetails,
240 java.lang.String&nbsp;phoneNumber,
241 java.lang.String&nbsp;snippet,
242 java.lang.Integer&nbsp;snippetMaxLines,
243 java.lang.String&nbsp;description,
244 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
245 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
246 java.lang.String&nbsp;styleUrl,
247 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
248 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
249 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
250 java.lang.String&nbsp;color,
251 java.lang.Integer&nbsp;drawOrder,
252 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
253 java.lang.Double&nbsp;alititude,
254 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
255 java.lang.Double&nbsp;north,
256 java.lang.Double&nbsp;south,
257 java.lang.Double&nbsp;east,
258 java.lang.Double&nbsp;west,
259 java.lang.Double&nbsp;rotation)</CODE>
260
261 <BR>
262 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)">NetworkLink</A></B>(java.lang.String&nbsp;name,
266 java.lang.Boolean&nbsp;visibility,
267 java.lang.Boolean&nbsp;open,
268 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
269 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
270 java.lang.String&nbsp;address,
271 java.lang.String&nbsp;xalAddressDetails,
272 java.lang.String&nbsp;phoneNumber,
273 java.lang.String&nbsp;snippet,
274 java.lang.Integer&nbsp;snippetMaxLines,
275 java.lang.String&nbsp;description,
276 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
277 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
278 java.lang.String&nbsp;styleUrl,
279 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
280 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
281 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
282 java.lang.Boolean&nbsp;refreshVisibility,
283 java.lang.Boolean&nbsp;flyToView,
284 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
285
286 <BR>
287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)">Overlay</A></B>(java.lang.String&nbsp;name,
291 java.lang.Boolean&nbsp;visibility,
292 java.lang.Boolean&nbsp;open,
293 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
294 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
295 java.lang.String&nbsp;address,
296 java.lang.String&nbsp;xalAddressDetails,
297 java.lang.String&nbsp;phoneNumber,
298 java.lang.String&nbsp;snippet,
299 java.lang.Integer&nbsp;snippetMaxLines,
300 java.lang.String&nbsp;description,
301 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
302 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
303 java.lang.String&nbsp;styleUrl,
304 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
305 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
306 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
307 java.lang.String&nbsp;color,
308 java.lang.Integer&nbsp;drawOrder,
309 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
310
311 <BR>
312 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
313 </TR>
314 <TR BGCOLOR="white" CLASS="TableRowColor">
315 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
316 java.lang.Boolean&nbsp;visibility,
317 java.lang.Boolean&nbsp;open,
318 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
319 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
320 java.lang.String&nbsp;address,
321 java.lang.String&nbsp;xalAddressDetails,
322 java.lang.String&nbsp;phoneNumber,
323 java.lang.String&nbsp;snippet,
324 java.lang.Integer&nbsp;snippetMaxLines,
325 java.lang.String&nbsp;description,
326 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
327 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
328 java.lang.String&nbsp;styleUrl,
329 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
330 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
331 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
332 java.lang.String&nbsp;color,
333 java.lang.Integer&nbsp;drawOrder,
334 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
335 java.lang.Double&nbsp;rotation,
336 java.lang.Double&nbsp;leftFov,
337 java.lang.Double&nbsp;rightFov,
338 java.lang.Double&nbsp;bottomFov,
339 java.lang.Double&nbsp;topFov,
340 java.lang.Double&nbsp;near,
341 java.lang.Integer&nbsp;tileSize,
342 java.lang.Integer&nbsp;maxWidth,
343 java.lang.Integer&nbsp;maxHeight,
344 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
345 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
346 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
347
348 <BR>
349 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
350 </TR>
351 <TR BGCOLOR="white" CLASS="TableRowColor">
352 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)">Placemark</A></B>(java.lang.String&nbsp;name,
353 java.lang.Boolean&nbsp;visibility,
354 java.lang.Boolean&nbsp;open,
355 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
356 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
357 java.lang.String&nbsp;address,
358 java.lang.String&nbsp;xalAddressDetails,
359 java.lang.String&nbsp;phoneNumber,
360 java.lang.String&nbsp;snippet,
361 java.lang.Integer&nbsp;snippetMaxLines,
362 java.lang.String&nbsp;description,
363 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
364 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
365 java.lang.String&nbsp;styleUrl,
366 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
367 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
368 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
369 <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
370
371 <BR>
372 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
373 </TR>
374 <TR BGCOLOR="white" CLASS="TableRowColor">
375 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)">ScreenOverlay</A></B>(java.lang.String&nbsp;name,
376 java.lang.Boolean&nbsp;visibility,
377 java.lang.Boolean&nbsp;open,
378 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
379 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
380 java.lang.String&nbsp;address,
381 java.lang.String&nbsp;xalAddressDetails,
382 java.lang.String&nbsp;phoneNumber,
383 java.lang.String&nbsp;snippet,
384 java.lang.Integer&nbsp;snippetMaxLines,
385 java.lang.String&nbsp;description,
386 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
387 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
388 java.lang.String&nbsp;styleUrl,
389 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
390 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
391 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
392 java.lang.String&nbsp;color,
393 java.lang.Integer&nbsp;drawOrder,
394 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
395 java.lang.Double&nbsp;overlayX,
396 java.lang.Double&nbsp;overlayY,
397 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
398 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
399 java.lang.Double&nbsp;screenX,
400 java.lang.Double&nbsp;screenY,
401 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
402 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
403 java.lang.Double&nbsp;rotationX,
404 java.lang.Double&nbsp;rotationY,
405 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
406 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
407 java.lang.Double&nbsp;sizeX,
408 java.lang.Double&nbsp;sizeY,
409 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
410 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
411 java.lang.Double&nbsp;rotation)</CODE>
412
413 <BR>
414 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
415 </TR>
416 </TABLE>
417 &nbsp;
418 <P>
419 <HR>
420
421
422 <!-- ======= START OF BOTTOM NAVBAR ====== -->
423 <A NAME="navbar_bottom"><!-- --></A>
424 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
425 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
426 <TR>
427 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
428 <A NAME="navbar_bottom_firstrow"><!-- --></A>
429 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
430 <TR ALIGN="center" VALIGN="top">
431 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
432 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
433 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
434 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
435 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
436 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
437 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
438 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
439 </TR>
440 </TABLE>
441 </TD>
442 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
443 </EM>
444 </TD>
445 </TR>
446
447 <TR>
448 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
449 &nbsp;PREV&nbsp;
450 &nbsp;NEXT</FONT></TD>
451 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
452 <A HREF="../../../../../index.html?org/boehn/kmlframework/atom/class-use/AtomAuthor.html" target="_top"><B>FRAMES</B></A> &nbsp;
453 &nbsp;<A HREF="AtomAuthor.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
454 &nbsp;<SCRIPT type="text/javascript">
455 <!--
456 if(window==top) {
457 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
458 }
459 //-->
460 </SCRIPT>
461 <NOSCRIPT>
462 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
463 </NOSCRIPT>
464
465
466 </FONT></TD>
467 </TR>
468 </TABLE>
469 <A NAME="skip-navbar_bottom"></A>
470 <!-- ======== END OF BOTTOM NAVBAR ======= -->
471
472 <HR>
473
474 </BODY>
475 </HTML>
+0
-476
documentation/javadoc/org/boehn/kmlframework/atom/class-use/AtomLink.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.atom.AtomLink (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.atom.AtomLink (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/atom/class-use/AtomLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="AtomLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.atom.AtomLink</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A></CODE></FONT></TD>
111 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A></B>(<A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;link)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Container</A></B>(java.lang.String&nbsp;name,
142 java.lang.Boolean&nbsp;visibility,
143 java.lang.Boolean&nbsp;open,
144 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
145 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
146 java.lang.String&nbsp;address,
147 java.lang.String&nbsp;xalAddressDetails,
148 java.lang.String&nbsp;phoneNumber,
149 java.lang.String&nbsp;snippet,
150 java.lang.Integer&nbsp;snippetMaxLines,
151 java.lang.String&nbsp;description,
152 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
153 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
154 java.lang.String&nbsp;styleUrl,
155 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
156 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
157 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
158 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)">Document</A></B>(java.lang.String&nbsp;name,
165 java.lang.Boolean&nbsp;visibility,
166 java.lang.Boolean&nbsp;open,
167 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
168 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
169 java.lang.String&nbsp;address,
170 java.lang.String&nbsp;xalAddressDetails,
171 java.lang.String&nbsp;phoneNumber,
172 java.lang.String&nbsp;snippet,
173 java.lang.Integer&nbsp;snippetMaxLines,
174 java.lang.String&nbsp;description,
175 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
176 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
177 java.lang.String&nbsp;styleUrl,
178 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
179 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
180 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
181 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
182 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#Feature(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData)">Feature</A></B>(java.lang.String&nbsp;name,
189 java.lang.Boolean&nbsp;visibility,
190 java.lang.Boolean&nbsp;open,
191 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
192 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
193 java.lang.String&nbsp;address,
194 java.lang.String&nbsp;xalAddressDetails,
195 java.lang.String&nbsp;phoneNumber,
196 java.lang.String&nbsp;snippet,
197 java.lang.Integer&nbsp;snippetMaxLines,
198 java.lang.String&nbsp;description,
199 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
200 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
201 java.lang.String&nbsp;styleUrl,
202 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
203 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
204 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Folder</A></B>(java.lang.String&nbsp;name,
211 java.lang.Boolean&nbsp;visibility,
212 java.lang.Boolean&nbsp;open,
213 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
214 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
215 java.lang.String&nbsp;address,
216 java.lang.String&nbsp;xalAddressDetails,
217 java.lang.String&nbsp;phoneNumber,
218 java.lang.String&nbsp;snippet,
219 java.lang.Integer&nbsp;snippetMaxLines,
220 java.lang.String&nbsp;description,
221 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
222 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
223 java.lang.String&nbsp;styleUrl,
224 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
225 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
226 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
227 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
228
229 <BR>
230 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
231 </TR>
232 <TR BGCOLOR="white" CLASS="TableRowColor">
233 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">GroundOverlay</A></B>(java.lang.String&nbsp;name,
234 java.lang.Boolean&nbsp;visibility,
235 java.lang.Boolean&nbsp;open,
236 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
237 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
238 java.lang.String&nbsp;address,
239 java.lang.String&nbsp;xalAddressDetails,
240 java.lang.String&nbsp;phoneNumber,
241 java.lang.String&nbsp;snippet,
242 java.lang.Integer&nbsp;snippetMaxLines,
243 java.lang.String&nbsp;description,
244 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
245 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
246 java.lang.String&nbsp;styleUrl,
247 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
248 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
249 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
250 java.lang.String&nbsp;color,
251 java.lang.Integer&nbsp;drawOrder,
252 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
253 java.lang.Double&nbsp;alititude,
254 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
255 java.lang.Double&nbsp;north,
256 java.lang.Double&nbsp;south,
257 java.lang.Double&nbsp;east,
258 java.lang.Double&nbsp;west,
259 java.lang.Double&nbsp;rotation)</CODE>
260
261 <BR>
262 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)">NetworkLink</A></B>(java.lang.String&nbsp;name,
266 java.lang.Boolean&nbsp;visibility,
267 java.lang.Boolean&nbsp;open,
268 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
269 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
270 java.lang.String&nbsp;address,
271 java.lang.String&nbsp;xalAddressDetails,
272 java.lang.String&nbsp;phoneNumber,
273 java.lang.String&nbsp;snippet,
274 java.lang.Integer&nbsp;snippetMaxLines,
275 java.lang.String&nbsp;description,
276 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
277 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
278 java.lang.String&nbsp;styleUrl,
279 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
280 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
281 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
282 java.lang.Boolean&nbsp;refreshVisibility,
283 java.lang.Boolean&nbsp;flyToView,
284 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
285
286 <BR>
287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)">Overlay</A></B>(java.lang.String&nbsp;name,
291 java.lang.Boolean&nbsp;visibility,
292 java.lang.Boolean&nbsp;open,
293 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
294 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
295 java.lang.String&nbsp;address,
296 java.lang.String&nbsp;xalAddressDetails,
297 java.lang.String&nbsp;phoneNumber,
298 java.lang.String&nbsp;snippet,
299 java.lang.Integer&nbsp;snippetMaxLines,
300 java.lang.String&nbsp;description,
301 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
302 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
303 java.lang.String&nbsp;styleUrl,
304 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
305 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
306 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
307 java.lang.String&nbsp;color,
308 java.lang.Integer&nbsp;drawOrder,
309 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
310
311 <BR>
312 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
313 </TR>
314 <TR BGCOLOR="white" CLASS="TableRowColor">
315 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
316 java.lang.Boolean&nbsp;visibility,
317 java.lang.Boolean&nbsp;open,
318 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
319 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
320 java.lang.String&nbsp;address,
321 java.lang.String&nbsp;xalAddressDetails,
322 java.lang.String&nbsp;phoneNumber,
323 java.lang.String&nbsp;snippet,
324 java.lang.Integer&nbsp;snippetMaxLines,
325 java.lang.String&nbsp;description,
326 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
327 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
328 java.lang.String&nbsp;styleUrl,
329 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
330 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
331 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
332 java.lang.String&nbsp;color,
333 java.lang.Integer&nbsp;drawOrder,
334 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
335 java.lang.Double&nbsp;rotation,
336 java.lang.Double&nbsp;leftFov,
337 java.lang.Double&nbsp;rightFov,
338 java.lang.Double&nbsp;bottomFov,
339 java.lang.Double&nbsp;topFov,
340 java.lang.Double&nbsp;near,
341 java.lang.Integer&nbsp;tileSize,
342 java.lang.Integer&nbsp;maxWidth,
343 java.lang.Integer&nbsp;maxHeight,
344 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
345 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
346 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
347
348 <BR>
349 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
350 </TR>
351 <TR BGCOLOR="white" CLASS="TableRowColor">
352 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)">Placemark</A></B>(java.lang.String&nbsp;name,
353 java.lang.Boolean&nbsp;visibility,
354 java.lang.Boolean&nbsp;open,
355 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
356 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
357 java.lang.String&nbsp;address,
358 java.lang.String&nbsp;xalAddressDetails,
359 java.lang.String&nbsp;phoneNumber,
360 java.lang.String&nbsp;snippet,
361 java.lang.Integer&nbsp;snippetMaxLines,
362 java.lang.String&nbsp;description,
363 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
364 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
365 java.lang.String&nbsp;styleUrl,
366 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
367 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
368 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
369 <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
370
371 <BR>
372 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
373 </TR>
374 <TR BGCOLOR="white" CLASS="TableRowColor">
375 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)">ScreenOverlay</A></B>(java.lang.String&nbsp;name,
376 java.lang.Boolean&nbsp;visibility,
377 java.lang.Boolean&nbsp;open,
378 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
379 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
380 java.lang.String&nbsp;address,
381 java.lang.String&nbsp;xalAddressDetails,
382 java.lang.String&nbsp;phoneNumber,
383 java.lang.String&nbsp;snippet,
384 java.lang.Integer&nbsp;snippetMaxLines,
385 java.lang.String&nbsp;description,
386 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
387 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
388 java.lang.String&nbsp;styleUrl,
389 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
390 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
391 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
392 java.lang.String&nbsp;color,
393 java.lang.Integer&nbsp;drawOrder,
394 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
395 java.lang.Double&nbsp;overlayX,
396 java.lang.Double&nbsp;overlayY,
397 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
398 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
399 java.lang.Double&nbsp;screenX,
400 java.lang.Double&nbsp;screenY,
401 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
402 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
403 java.lang.Double&nbsp;rotationX,
404 java.lang.Double&nbsp;rotationY,
405 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
406 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
407 java.lang.Double&nbsp;sizeX,
408 java.lang.Double&nbsp;sizeY,
409 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
410 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
411 java.lang.Double&nbsp;rotation)</CODE>
412
413 <BR>
414 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
415 </TR>
416 </TABLE>
417 &nbsp;
418 <P>
419 <HR>
420
421
422 <!-- ======= START OF BOTTOM NAVBAR ====== -->
423 <A NAME="navbar_bottom"><!-- --></A>
424 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
425 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
426 <TR>
427 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
428 <A NAME="navbar_bottom_firstrow"><!-- --></A>
429 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
430 <TR ALIGN="center" VALIGN="top">
431 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
432 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
433 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
434 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
435 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
436 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
437 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
438 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
439 </TR>
440 </TABLE>
441 </TD>
442 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
443 </EM>
444 </TD>
445 </TR>
446
447 <TR>
448 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
449 &nbsp;PREV&nbsp;
450 &nbsp;NEXT</FONT></TD>
451 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
452 <A HREF="../../../../../index.html?org/boehn/kmlframework/atom/class-use/AtomLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
453 &nbsp;<A HREF="AtomLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
454 &nbsp;<SCRIPT type="text/javascript">
455 <!--
456 if(window==top) {
457 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
458 }
459 //-->
460 </SCRIPT>
461 <NOSCRIPT>
462 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
463 </NOSCRIPT>
464
465
466 </FONT></TD>
467 </TR>
468 </TABLE>
469 <A NAME="skip-navbar_bottom"></A>
470 <!-- ======== END OF BOTTOM NAVBAR ======= -->
471
472 <HR>
473
474 </BODY>
475 </HTML>
+0
-34
documentation/javadoc/org/boehn/kmlframework/atom/package-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.atom (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.atom package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13
14 </HEAD>
15
16 <BODY BGCOLOR="white">
17 <FONT size="+1" CLASS="FrameTitleFont">
18 <A HREF="../../../../org/boehn/kmlframework/atom/package-summary.html" target="classFrame">org.boehn.kmlframework.atom</A></FONT>
19 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
20 <TR>
21 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
22 Classes</FONT>&nbsp;
23 <FONT CLASS="FrameItemFont">
24 <BR>
25 <A HREF="AtomAuthor.html" title="class in org.boehn.kmlframework.atom" target="classFrame">AtomAuthor</A>
26 <BR>
27 <A HREF="AtomLink.html" title="class in org.boehn.kmlframework.atom" target="classFrame">AtomLink</A></FONT></TD>
28 </TR>
29 </TABLE>
30
31
32 </BODY>
33 </HTML>
+0
-158
documentation/javadoc/org/boehn/kmlframework/atom/package-summary.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.atom (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.atom package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="org.boehn.kmlframework.atom (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV PACKAGE&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/atom/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 </TABLE>
74 <A NAME="skip-navbar_top"></A>
75 <!-- ========= END OF TOP NAVBAR ========= -->
76
77 <HR>
78 <H2>
79 Package org.boehn.kmlframework.atom
80 </H2>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 <B>Class Summary</B></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A></B></TD>
89 <TD>&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A></B></TD>
93 <TD>&nbsp;</TD>
94 </TR>
95 </TABLE>
96 &nbsp;
97
98 <P>
99 <DL>
100 </DL>
101 <HR>
102
103
104 <!-- ======= START OF BOTTOM NAVBAR ====== -->
105 <A NAME="navbar_bottom"><!-- --></A>
106 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
107 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
108 <TR>
109 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
110 <A NAME="navbar_bottom_firstrow"><!-- --></A>
111 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
112 <TR ALIGN="center" VALIGN="top">
113 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
114 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
115 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
116 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
117 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
118 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
119 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
120 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
121 </TR>
122 </TABLE>
123 </TD>
124 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
125 </EM>
126 </TD>
127 </TR>
128
129 <TR>
130 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
131 &nbsp;PREV PACKAGE&nbsp;
132 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
133 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
134 <A HREF="../../../../index.html?org/boehn/kmlframework/atom/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
135 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
136 &nbsp;<SCRIPT type="text/javascript">
137 <!--
138 if(window==top) {
139 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
140 }
141 //-->
142 </SCRIPT>
143 <NOSCRIPT>
144 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
145 </NOSCRIPT>
146
147
148 </FONT></TD>
149 </TR>
150 </TABLE>
151 <A NAME="skip-navbar_bottom"></A>
152 <!-- ======== END OF BOTTOM NAVBAR ======= -->
153
154 <HR>
155
156 </BODY>
157 </HTML>
+0
-149
documentation/javadoc/org/boehn/kmlframework/atom/package-tree.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.atom Class Hierarchy (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="org.boehn.kmlframework.atom Class Hierarchy (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/package-tree.html"><B>NEXT</B></A></FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/atom/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 Hierarchy For Package org.boehn.kmlframework.atom
80 </H2>
81 </CENTER>
82 <DL>
83 <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
84 <HR>
85 <H2>
86 Class Hierarchy
87 </H2>
88 <UL>
89 <LI TYPE="circle">java.lang.Object<UL>
90 <LI TYPE="circle">org.boehn.kmlframework.atom.<A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom"><B>AtomAuthor</B></A><LI TYPE="circle">org.boehn.kmlframework.atom.<A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom"><B>AtomLink</B></A></UL>
91 </UL>
92 <HR>
93
94
95 <!-- ======= START OF BOTTOM NAVBAR ====== -->
96 <A NAME="navbar_bottom"><!-- --></A>
97 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
98 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
99 <TR>
100 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
101 <A NAME="navbar_bottom_firstrow"><!-- --></A>
102 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
103 <TR ALIGN="center" VALIGN="top">
104 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
105 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
106 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
107 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
108 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
109 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
110 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
111 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
112 </TR>
113 </TABLE>
114 </TD>
115 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
116 </EM>
117 </TD>
118 </TR>
119
120 <TR>
121 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
122 &nbsp;PREV&nbsp;
123 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/package-tree.html"><B>NEXT</B></A></FONT></TD>
124 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
125 <A HREF="../../../../index.html?org/boehn/kmlframework/atom/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
126 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
127 &nbsp;<SCRIPT type="text/javascript">
128 <!--
129 if(window==top) {
130 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
131 }
132 //-->
133 </SCRIPT>
134 <NOSCRIPT>
135 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
136 </NOSCRIPT>
137
138
139 </FONT></TD>
140 </TR>
141 </TABLE>
142 <A NAME="skip-navbar_bottom"></A>
143 <!-- ======== END OF BOTTOM NAVBAR ======= -->
144
145 <HR>
146
147 </BODY>
148 </HTML>
+0
-172
documentation/javadoc/org/boehn/kmlframework/atom/package-use.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Package org.boehn.kmlframework.atom (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Package org.boehn.kmlframework.atom (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/atom/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Package<br>org.boehn.kmlframework.atom</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../org/boehn/kmlframework/atom/package-summary.html">org.boehn.kmlframework.atom</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Classes in <A HREF="../../../../org/boehn/kmlframework/atom/package-summary.html">org.boehn.kmlframework.atom</A> used by <A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 <TR BGCOLOR="white" CLASS="TableRowColor">
101 <TD><B><A HREF="../../../../org/boehn/kmlframework/atom/class-use/AtomAuthor.html#org.boehn.kmlframework.kml"><B>AtomAuthor</B></A></B>
102
103 <BR>
104 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
105 </TR>
106 <TR BGCOLOR="white" CLASS="TableRowColor">
107 <TD><B><A HREF="../../../../org/boehn/kmlframework/atom/class-use/AtomLink.html#org.boehn.kmlframework.kml"><B>AtomLink</B></A></B>
108
109 <BR>
110 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
111 </TR>
112 </TABLE>
113 &nbsp;
114 <P>
115 <HR>
116
117
118 <!-- ======= START OF BOTTOM NAVBAR ====== -->
119 <A NAME="navbar_bottom"><!-- --></A>
120 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
121 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
122 <TR>
123 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
124 <A NAME="navbar_bottom_firstrow"><!-- --></A>
125 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
126 <TR ALIGN="center" VALIGN="top">
127 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
128 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
129 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
130 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
131 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
132 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
133 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
134 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
135 </TR>
136 </TABLE>
137 </TD>
138 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
139 </EM>
140 </TD>
141 </TR>
142
143 <TR>
144 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
145 &nbsp;PREV&nbsp;
146 &nbsp;NEXT</FONT></TD>
147 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
148 <A HREF="../../../../index.html?org/boehn/kmlframework/atom/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
149 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
150 &nbsp;<SCRIPT type="text/javascript">
151 <!--
152 if(window==top) {
153 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
154 }
155 //-->
156 </SCRIPT>
157 <NOSCRIPT>
158 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
159 </NOSCRIPT>
160
161
162 </FONT></TD>
163 </TR>
164 </TABLE>
165 <A NAME="skip-navbar_bottom"></A>
166 <!-- ======== END OF BOTTOM NAVBAR ======= -->
167
168 <HR>
169
170 </BODY>
171 </HTML>
+0
-631
documentation/javadoc/org/boehn/kmlframework/coordinates/CartesianCoordinate.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 CartesianCoordinate (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.coordinates.CartesianCoordinate class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="CartesianCoordinate (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CartesianCoordinate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV CLASS&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/CartesianCoordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="CartesianCoordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.coordinates</FONT>
88 <BR>
89 Class CartesianCoordinate</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.coordinates.CartesianCoordinate</B>
93 </PRE>
94 <DL>
95 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A></DD>
96 </DL>
97 <HR>
98 <DL>
99 <DT><PRE>public class <B>CartesianCoordinate</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A></DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106
107 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
108
109 <A NAME="constructor_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Constructor Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#CartesianCoordinate()">CartesianCoordinate</A></B>()</CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#CartesianCoordinate(double, double, double)">CartesianCoordinate</A></B>(double&nbsp;x,
123 double&nbsp;y,
124 double&nbsp;z)</CODE>
125
126 <BR>
127 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <!-- ========== METHOD SUMMARY =========== -->
132
133 <A NAME="method_summary"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
137 <B>Method Summary</B></FONT></TH>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>&nbsp;void</CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#add(org.boehn.kmlframework.coordinates.CartesianCoordinate)">add</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;cartesianCoordinate)</CODE>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <CODE>&nbsp;double</CODE></FONT></TD>
150 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#distanceTo(org.boehn.kmlframework.coordinates.CartesianCoordinate)">distanceTo</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;cartesianCoordinate)</CODE>
151
152 <BR>
153 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;double</CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#getX()">getX</A></B>()</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;double</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#getY()">getY</A></B>()</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;double</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#getZ()">getZ</A></B>()</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;double</CODE></FONT></TD>
182 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#length()">length</A></B>()</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>&nbsp;void</CODE></FONT></TD>
190 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#normalize()">normalize</A></B>()</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197 <CODE>&nbsp;void</CODE></FONT></TD>
198 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#rotateAroundXAxis(double)">rotateAroundXAxis</A></B>(double&nbsp;rotation)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205 <CODE>&nbsp;void</CODE></FONT></TD>
206 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#rotateAroundYAxis(double)">rotateAroundYAxis</A></B>(double&nbsp;rotation)</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>&nbsp;void</CODE></FONT></TD>
214 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#rotateAroundZAxis(double)">rotateAroundZAxis</A></B>(double&nbsp;rotation)</CODE>
215
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
218 </TR>
219 <TR BGCOLOR="white" CLASS="TableRowColor">
220 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
221 <CODE>&nbsp;void</CODE></FONT></TD>
222 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#scale(double)">scale</A></B>(double&nbsp;scalingFactor)</CODE>
223
224 <BR>
225 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
226 </TR>
227 <TR BGCOLOR="white" CLASS="TableRowColor">
228 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
229 <CODE>&nbsp;void</CODE></FONT></TD>
230 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#setX(double)">setX</A></B>(double&nbsp;x)</CODE>
231
232 <BR>
233 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
234 </TR>
235 <TR BGCOLOR="white" CLASS="TableRowColor">
236 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
237 <CODE>&nbsp;void</CODE></FONT></TD>
238 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#setY(double)">setY</A></B>(double&nbsp;y)</CODE>
239
240 <BR>
241 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
242 </TR>
243 <TR BGCOLOR="white" CLASS="TableRowColor">
244 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
245 <CODE>&nbsp;void</CODE></FONT></TD>
246 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#setZ(double)">setZ</A></B>(double&nbsp;z)</CODE>
247
248 <BR>
249 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
250 </TR>
251 <TR BGCOLOR="white" CLASS="TableRowColor">
252 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
253 <CODE>&nbsp;void</CODE></FONT></TD>
254 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#subtract(org.boehn.kmlframework.coordinates.CartesianCoordinate)">subtract</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;cartesianCoordinate)</CODE>
255
256 <BR>
257 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
258 </TR>
259 <TR BGCOLOR="white" CLASS="TableRowColor">
260 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
261 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
262 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
263 java.lang.Double&nbsp;rotation,
264 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
265 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
266
267 <BR>
268 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
269 </TR>
270 <TR BGCOLOR="white" CLASS="TableRowColor">
271 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
272 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
273 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#toString()">toString</A></B>()</CODE>
274
275 <BR>
276 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
277 </TR>
278 </TABLE>
279 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
280 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
281 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
282 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
283 </TR>
284 <TR BGCOLOR="white" CLASS="TableRowColor">
285 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
286 </TR>
287 </TABLE>
288 &nbsp;
289 <P>
290
291 <!-- ========= CONSTRUCTOR DETAIL ======== -->
292
293 <A NAME="constructor_detail"><!-- --></A>
294 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
295 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
296 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
297 <B>Constructor Detail</B></FONT></TH>
298 </TR>
299 </TABLE>
300
301 <A NAME="CartesianCoordinate()"><!-- --></A><H3>
302 CartesianCoordinate</H3>
303 <PRE>
304 public <B>CartesianCoordinate</B>()</PRE>
305 <DL>
306 </DL>
307 <HR>
308
309 <A NAME="CartesianCoordinate(double, double, double)"><!-- --></A><H3>
310 CartesianCoordinate</H3>
311 <PRE>
312 public <B>CartesianCoordinate</B>(double&nbsp;x,
313 double&nbsp;y,
314 double&nbsp;z)</PRE>
315 <DL>
316 </DL>
317
318 <!-- ============ METHOD DETAIL ========== -->
319
320 <A NAME="method_detail"><!-- --></A>
321 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
322 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
323 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
324 <B>Method Detail</B></FONT></TH>
325 </TR>
326 </TABLE>
327
328 <A NAME="getX()"><!-- --></A><H3>
329 getX</H3>
330 <PRE>
331 public double <B>getX</B>()</PRE>
332 <DL>
333 <DD><DL>
334 </DL>
335 </DD>
336 <DD><DL>
337 </DL>
338 </DD>
339 </DL>
340 <HR>
341
342 <A NAME="setX(double)"><!-- --></A><H3>
343 setX</H3>
344 <PRE>
345 public void <B>setX</B>(double&nbsp;x)</PRE>
346 <DL>
347 <DD><DL>
348 </DL>
349 </DD>
350 <DD><DL>
351 </DL>
352 </DD>
353 </DL>
354 <HR>
355
356 <A NAME="getY()"><!-- --></A><H3>
357 getY</H3>
358 <PRE>
359 public double <B>getY</B>()</PRE>
360 <DL>
361 <DD><DL>
362 </DL>
363 </DD>
364 <DD><DL>
365 </DL>
366 </DD>
367 </DL>
368 <HR>
369
370 <A NAME="setY(double)"><!-- --></A><H3>
371 setY</H3>
372 <PRE>
373 public void <B>setY</B>(double&nbsp;y)</PRE>
374 <DL>
375 <DD><DL>
376 </DL>
377 </DD>
378 <DD><DL>
379 </DL>
380 </DD>
381 </DL>
382 <HR>
383
384 <A NAME="getZ()"><!-- --></A><H3>
385 getZ</H3>
386 <PRE>
387 public double <B>getZ</B>()</PRE>
388 <DL>
389 <DD><DL>
390 </DL>
391 </DD>
392 <DD><DL>
393 </DL>
394 </DD>
395 </DL>
396 <HR>
397
398 <A NAME="setZ(double)"><!-- --></A><H3>
399 setZ</H3>
400 <PRE>
401 public void <B>setZ</B>(double&nbsp;z)</PRE>
402 <DL>
403 <DD><DL>
404 </DL>
405 </DD>
406 <DD><DL>
407 </DL>
408 </DD>
409 </DL>
410 <HR>
411
412 <A NAME="distanceTo(org.boehn.kmlframework.coordinates.CartesianCoordinate)"><!-- --></A><H3>
413 distanceTo</H3>
414 <PRE>
415 public double <B>distanceTo</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;cartesianCoordinate)</PRE>
416 <DL>
417 <DD><DL>
418 </DL>
419 </DD>
420 <DD><DL>
421 </DL>
422 </DD>
423 </DL>
424 <HR>
425
426 <A NAME="rotateAroundZAxis(double)"><!-- --></A><H3>
427 rotateAroundZAxis</H3>
428 <PRE>
429 public void <B>rotateAroundZAxis</B>(double&nbsp;rotation)</PRE>
430 <DL>
431 <DD><DL>
432 </DL>
433 </DD>
434 <DD><DL>
435 </DL>
436 </DD>
437 </DL>
438 <HR>
439
440 <A NAME="rotateAroundYAxis(double)"><!-- --></A><H3>
441 rotateAroundYAxis</H3>
442 <PRE>
443 public void <B>rotateAroundYAxis</B>(double&nbsp;rotation)</PRE>
444 <DL>
445 <DD><DL>
446 </DL>
447 </DD>
448 <DD><DL>
449 </DL>
450 </DD>
451 </DL>
452 <HR>
453
454 <A NAME="rotateAroundXAxis(double)"><!-- --></A><H3>
455 rotateAroundXAxis</H3>
456 <PRE>
457 public void <B>rotateAroundXAxis</B>(double&nbsp;rotation)</PRE>
458 <DL>
459 <DD><DL>
460 </DL>
461 </DD>
462 <DD><DL>
463 </DL>
464 </DD>
465 </DL>
466 <HR>
467
468 <A NAME="add(org.boehn.kmlframework.coordinates.CartesianCoordinate)"><!-- --></A><H3>
469 add</H3>
470 <PRE>
471 public void <B>add</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;cartesianCoordinate)</PRE>
472 <DL>
473 <DD><DL>
474 </DL>
475 </DD>
476 <DD><DL>
477 </DL>
478 </DD>
479 </DL>
480 <HR>
481
482 <A NAME="subtract(org.boehn.kmlframework.coordinates.CartesianCoordinate)"><!-- --></A><H3>
483 subtract</H3>
484 <PRE>
485 public void <B>subtract</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;cartesianCoordinate)</PRE>
486 <DL>
487 <DD><DL>
488 </DL>
489 </DD>
490 <DD><DL>
491 </DL>
492 </DD>
493 </DL>
494 <HR>
495
496 <A NAME="length()"><!-- --></A><H3>
497 length</H3>
498 <PRE>
499 public double <B>length</B>()</PRE>
500 <DL>
501 <DD><DL>
502 </DL>
503 </DD>
504 <DD><DL>
505 </DL>
506 </DD>
507 </DL>
508 <HR>
509
510 <A NAME="normalize()"><!-- --></A><H3>
511 normalize</H3>
512 <PRE>
513 public void <B>normalize</B>()</PRE>
514 <DL>
515 <DD><DL>
516 </DL>
517 </DD>
518 <DD><DL>
519 </DL>
520 </DD>
521 </DL>
522 <HR>
523
524 <A NAME="scale(double)"><!-- --></A><H3>
525 scale</H3>
526 <PRE>
527 public void <B>scale</B>(double&nbsp;scalingFactor)</PRE>
528 <DL>
529 <DD><DL>
530 </DL>
531 </DD>
532 <DD><DL>
533 </DL>
534 </DD>
535 </DL>
536 <HR>
537
538 <A NAME="toString()"><!-- --></A><H3>
539 toString</H3>
540 <PRE>
541 public java.lang.String <B>toString</B>()</PRE>
542 <DL>
543 <DD><DL>
544 <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
545 </DD>
546 <DD><DL>
547 </DL>
548 </DD>
549 </DL>
550 <HR>
551
552 <A NAME="toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)"><!-- --></A><H3>
553 toEarthCoordinate</H3>
554 <PRE>
555 public <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A> <B>toEarthCoordinate</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
556 java.lang.Double&nbsp;rotation,
557 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
558 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</PRE>
559 <DL>
560 <DD><DL>
561 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></CODE> in interface <CODE><A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A></CODE></DL>
562 </DD>
563 <DD><DL>
564 </DL>
565 </DD>
566 </DL>
567 <!-- ========= END OF CLASS DATA ========= -->
568 <HR>
569
570
571 <!-- ======= START OF BOTTOM NAVBAR ====== -->
572 <A NAME="navbar_bottom"><!-- --></A>
573 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
574 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
575 <TR>
576 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
577 <A NAME="navbar_bottom_firstrow"><!-- --></A>
578 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
579 <TR ALIGN="center" VALIGN="top">
580 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
581 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
582 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
583 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CartesianCoordinate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
584 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
585 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
586 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
587 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
588 </TR>
589 </TABLE>
590 </TD>
591 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
592 </EM>
593 </TD>
594 </TR>
595
596 <TR>
597 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
598 &nbsp;PREV CLASS&nbsp;
599 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates"><B>NEXT CLASS</B></A></FONT></TD>
600 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
601 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/CartesianCoordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
602 &nbsp;<A HREF="CartesianCoordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
603 &nbsp;<SCRIPT type="text/javascript">
604 <!--
605 if(window==top) {
606 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
607 }
608 //-->
609 </SCRIPT>
610 <NOSCRIPT>
611 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
612 </NOSCRIPT>
613
614
615 </FONT></TD>
616 </TR>
617 <TR>
618 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
619 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
620 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
621 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
622 </TR>
623 </TABLE>
624 <A NAME="skip-navbar_bottom"></A>
625 <!-- ======== END OF BOTTOM NAVBAR ======= -->
626
627 <HR>
628
629 </BODY>
630 </HTML>
+0
-212
documentation/javadoc/org/boehn/kmlframework/coordinates/Coordinate.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Coordinate (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.coordinates.Coordinate interface">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Coordinate (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Coordinate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/Coordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Coordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.coordinates</FONT>
88 <BR>
89 Interface Coordinate</H2>
90 <DL>
91 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>, <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></DD>
92 </DL>
93 <HR>
94 <DL>
95 <DT><PRE>public interface <B>Coordinate</B></DL>
96 </PRE>
97
98 <P>
99 <HR>
100
101 <P>
102
103 <!-- ========== METHOD SUMMARY =========== -->
104
105 <A NAME="method_summary"><!-- --></A>
106 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
107 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
108 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
109 <B>Method Summary</B></FONT></TH>
110 </TR>
111 <TR BGCOLOR="white" CLASS="TableRowColor">
112 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
113 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
115 java.lang.Double&nbsp;rotation,
116 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
117 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
118
119 <BR>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
121 </TR>
122 </TABLE>
123 &nbsp;
124 <P>
125
126 <!-- ============ METHOD DETAIL ========== -->
127
128 <A NAME="method_detail"><!-- --></A>
129 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
130 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
131 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
132 <B>Method Detail</B></FONT></TH>
133 </TR>
134 </TABLE>
135
136 <A NAME="toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)"><!-- --></A><H3>
137 toEarthCoordinate</H3>
138 <PRE>
139 <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A> <B>toEarthCoordinate</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
140 java.lang.Double&nbsp;rotation,
141 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
142 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</PRE>
143 <DL>
144 <DD><DL>
145 </DL>
146 </DD>
147 </DL>
148 <!-- ========= END OF CLASS DATA ========= -->
149 <HR>
150
151
152 <!-- ======= START OF BOTTOM NAVBAR ====== -->
153 <A NAME="navbar_bottom"><!-- --></A>
154 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
155 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
156 <TR>
157 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
158 <A NAME="navbar_bottom_firstrow"><!-- --></A>
159 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
160 <TR ALIGN="center" VALIGN="top">
161 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
162 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
163 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
164 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Coordinate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
165 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
169 </TR>
170 </TABLE>
171 </TD>
172 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
173 </EM>
174 </TD>
175 </TR>
176
177 <TR>
178 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
179 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>PREV CLASS</B></A>&nbsp;
180 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>NEXT CLASS</B></A></FONT></TD>
181 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
182 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/Coordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
183 &nbsp;<A HREF="Coordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
184 &nbsp;<SCRIPT type="text/javascript">
185 <!--
186 if(window==top) {
187 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
188 }
189 //-->
190 </SCRIPT>
191 <NOSCRIPT>
192 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
193 </NOSCRIPT>
194
195
196 </FONT></TD>
197 </TR>
198 <TR>
199 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
200 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
201 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
202 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
203 </TR>
204 </TABLE>
205 <A NAME="skip-navbar_bottom"></A>
206 <!-- ======== END OF BOTTOM NAVBAR ======= -->
207
208 <HR>
209
210 </BODY>
211 </HTML>
+0
-462
documentation/javadoc/org/boehn/kmlframework/coordinates/EarthCoordinate.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 EarthCoordinate (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.coordinates.EarthCoordinate class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="EarthCoordinate (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EarthCoordinate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/EarthCoordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="EarthCoordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.coordinates</FONT>
88 <BR>
89 Class EarthCoordinate</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Geometry</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Point</A>
95 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.coordinates.EarthCoordinate</B>
96 </PRE>
97 <DL>
98 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A></DD>
99 </DL>
100 <HR>
101 <DL>
102 <DT><PRE>public class <B>EarthCoordinate</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A><DT>implements <A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A></DL>
103 </PRE>
104
105 <P>
106 <HR>
107
108 <P>
109 <!-- =========== FIELD SUMMARY =========== -->
110
111 <A NAME="field_summary"><!-- --></A>
112 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
113 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
114 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
115 <B>Field Summary</B></FONT></TH>
116 </TR>
117 <TR BGCOLOR="white" CLASS="TableRowColor">
118 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
119 <CODE>static&nbsp;double</CODE></FONT></TD>
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#EARTHRADIUS">EARTHRADIUS</A></B></CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 </TABLE>
126 &nbsp;
127 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
128
129 <A NAME="constructor_summary"><!-- --></A>
130 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
131 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
132 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
133 <B>Constructor Summary</B></FONT></TH>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#EarthCoordinate()">EarthCoordinate</A></B>()</CODE>
137
138 <BR>
139 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#EarthCoordinate(java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double)">EarthCoordinate</A></B>(java.lang.Boolean&nbsp;extrude,
143 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
144 java.lang.Double&nbsp;longitude,
145 java.lang.Double&nbsp;latitude,
146 java.lang.Double&nbsp;altitude)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#EarthCoordinate(java.lang.Double, java.lang.Double)">EarthCoordinate</A></B>(java.lang.Double&nbsp;longitude,
153 java.lang.Double&nbsp;latitude)</CODE>
154
155 <BR>
156 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#EarthCoordinate(java.lang.Double, java.lang.Double, java.lang.Double)">EarthCoordinate</A></B>(java.lang.Double&nbsp;longitude,
160 java.lang.Double&nbsp;latitude,
161 java.lang.Double&nbsp;altitude)</CODE>
162
163 <BR>
164 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165 </TR>
166 </TABLE>
167 &nbsp;
168 <!-- ========== METHOD SUMMARY =========== -->
169
170 <A NAME="method_summary"><!-- --></A>
171 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
172 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
173 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
174 <B>Method Summary</B></FONT></TH>
175 </TR>
176 <TR BGCOLOR="white" CLASS="TableRowColor">
177 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178 <CODE>&nbsp;double</CODE></FONT></TD>
179 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#distanceTo(org.boehn.kmlframework.coordinates.EarthCoordinate)">distanceTo</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</CODE>
180
181 <BR>
182 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183 </TR>
184 <TR BGCOLOR="white" CLASS="TableRowColor">
185 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186 <CODE>&nbsp;double</CODE></FONT></TD>
187 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#getRadius()">getRadius</A></B>()</CODE>
188
189 <BR>
190 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
191 </TR>
192 <TR BGCOLOR="white" CLASS="TableRowColor">
193 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></CODE></FONT></TD>
195 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#toCartesianCoordinate()">toCartesianCoordinate</A></B>()</CODE>
196
197 <BR>
198 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
199 </TR>
200 <TR BGCOLOR="white" CLASS="TableRowColor">
201 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
202 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
203 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
204 java.lang.Double&nbsp;rotation,
205 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
206 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
214 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#toString()">toString</A></B>()</CODE>
215
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
218 </TR>
219 </TABLE>
220 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Point"><!-- --></A>
221 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
222 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
223 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></B></TH>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getAltitude()">getAltitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getAltitudeMode()">getAltitudeMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getExtrude()">getExtrude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getLatitude()">getLatitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getLongitude()">getLongitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getLongitudeLatitudeAltitudeString()">getLongitudeLatitudeAltitudeString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#setAltitude(java.lang.Double)">setAltitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#setExtrude(java.lang.Boolean)">setExtrude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#setLatitude(java.lang.Double)">setLatitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#setLongitude(java.lang.Double)">setLongitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#write(org.boehn.kmlframework.kml.Kml)">write</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE></TD>
227 </TR>
228 </TABLE>
229 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
230 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
231 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
232 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
233 </TR>
234 <TR BGCOLOR="white" CLASS="TableRowColor">
235 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
236 </TR>
237 </TABLE>
238 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
239 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
240 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
241 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
242 </TR>
243 <TR BGCOLOR="white" CLASS="TableRowColor">
244 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
245 </TR>
246 </TABLE>
247 &nbsp;
248 <P>
249
250 <!-- ============ FIELD DETAIL =========== -->
251
252 <A NAME="field_detail"><!-- --></A>
253 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
254 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
255 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
256 <B>Field Detail</B></FONT></TH>
257 </TR>
258 </TABLE>
259
260 <A NAME="EARTHRADIUS"><!-- --></A><H3>
261 EARTHRADIUS</H3>
262 <PRE>
263 public static double <B>EARTHRADIUS</B></PRE>
264 <DL>
265 <DL>
266 </DL>
267 </DL>
268
269 <!-- ========= CONSTRUCTOR DETAIL ======== -->
270
271 <A NAME="constructor_detail"><!-- --></A>
272 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
273 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
274 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
275 <B>Constructor Detail</B></FONT></TH>
276 </TR>
277 </TABLE>
278
279 <A NAME="EarthCoordinate()"><!-- --></A><H3>
280 EarthCoordinate</H3>
281 <PRE>
282 public <B>EarthCoordinate</B>()</PRE>
283 <DL>
284 </DL>
285 <HR>
286
287 <A NAME="EarthCoordinate(java.lang.Double, java.lang.Double)"><!-- --></A><H3>
288 EarthCoordinate</H3>
289 <PRE>
290 public <B>EarthCoordinate</B>(java.lang.Double&nbsp;longitude,
291 java.lang.Double&nbsp;latitude)</PRE>
292 <DL>
293 </DL>
294 <HR>
295
296 <A NAME="EarthCoordinate(java.lang.Double, java.lang.Double, java.lang.Double)"><!-- --></A><H3>
297 EarthCoordinate</H3>
298 <PRE>
299 public <B>EarthCoordinate</B>(java.lang.Double&nbsp;longitude,
300 java.lang.Double&nbsp;latitude,
301 java.lang.Double&nbsp;altitude)</PRE>
302 <DL>
303 </DL>
304 <HR>
305
306 <A NAME="EarthCoordinate(java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double)"><!-- --></A><H3>
307 EarthCoordinate</H3>
308 <PRE>
309 public <B>EarthCoordinate</B>(java.lang.Boolean&nbsp;extrude,
310 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
311 java.lang.Double&nbsp;longitude,
312 java.lang.Double&nbsp;latitude,
313 java.lang.Double&nbsp;altitude)</PRE>
314 <DL>
315 </DL>
316
317 <!-- ============ METHOD DETAIL ========== -->
318
319 <A NAME="method_detail"><!-- --></A>
320 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
321 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
322 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
323 <B>Method Detail</B></FONT></TH>
324 </TR>
325 </TABLE>
326
327 <A NAME="getRadius()"><!-- --></A><H3>
328 getRadius</H3>
329 <PRE>
330 public double <B>getRadius</B>()</PRE>
331 <DL>
332 <DD><DL>
333 </DL>
334 </DD>
335 <DD><DL>
336 </DL>
337 </DD>
338 </DL>
339 <HR>
340
341 <A NAME="toCartesianCoordinate()"><!-- --></A><H3>
342 toCartesianCoordinate</H3>
343 <PRE>
344 public <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A> <B>toCartesianCoordinate</B>()</PRE>
345 <DL>
346 <DD><DL>
347 </DL>
348 </DD>
349 <DD><DL>
350 </DL>
351 </DD>
352 </DL>
353 <HR>
354
355 <A NAME="distanceTo(org.boehn.kmlframework.coordinates.EarthCoordinate)"><!-- --></A><H3>
356 distanceTo</H3>
357 <PRE>
358 public double <B>distanceTo</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</PRE>
359 <DL>
360 <DD><DL>
361 </DL>
362 </DD>
363 <DD><DL>
364 </DL>
365 </DD>
366 </DL>
367 <HR>
368
369 <A NAME="toString()"><!-- --></A><H3>
370 toString</H3>
371 <PRE>
372 public java.lang.String <B>toString</B>()</PRE>
373 <DL>
374 <DD><DL>
375 <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
376 </DD>
377 <DD><DL>
378 </DL>
379 </DD>
380 </DL>
381 <HR>
382
383 <A NAME="toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)"><!-- --></A><H3>
384 toEarthCoordinate</H3>
385 <PRE>
386 public <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A> <B>toEarthCoordinate</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
387 java.lang.Double&nbsp;rotation,
388 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
389 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</PRE>
390 <DL>
391 <DD><DL>
392 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></CODE> in interface <CODE><A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A></CODE></DL>
393 </DD>
394 <DD><DL>
395 </DL>
396 </DD>
397 </DL>
398 <!-- ========= END OF CLASS DATA ========= -->
399 <HR>
400
401
402 <!-- ======= START OF BOTTOM NAVBAR ====== -->
403 <A NAME="navbar_bottom"><!-- --></A>
404 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
405 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
406 <TR>
407 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
408 <A NAME="navbar_bottom_firstrow"><!-- --></A>
409 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
410 <TR ALIGN="center" VALIGN="top">
411 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
412 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
413 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
414 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EarthCoordinate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
415 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
416 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
417 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
418 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
419 </TR>
420 </TABLE>
421 </TD>
422 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
423 </EM>
424 </TD>
425 </TR>
426
427 <TR>
428 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
429 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates"><B>PREV CLASS</B></A>&nbsp;
430 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates"><B>NEXT CLASS</B></A></FONT></TD>
431 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
432 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/EarthCoordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
433 &nbsp;<A HREF="EarthCoordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
434 &nbsp;<SCRIPT type="text/javascript">
435 <!--
436 if(window==top) {
437 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
438 }
439 //-->
440 </SCRIPT>
441 <NOSCRIPT>
442 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
443 </NOSCRIPT>
444
445
446 </FONT></TD>
447 </TR>
448 <TR>
449 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
450 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
451 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
452 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
453 </TR>
454 </TABLE>
455 <A NAME="skip-navbar_bottom"></A>
456 <!-- ======== END OF BOTTOM NAVBAR ======= -->
457
458 <HR>
459
460 </BODY>
461 </HTML>
+0
-322
documentation/javadoc/org/boehn/kmlframework/coordinates/TimeAndPlace.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 TimeAndPlace (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.coordinates.TimeAndPlace class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="TimeAndPlace (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TimeAndPlace.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;NEXT CLASS</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/TimeAndPlace.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="TimeAndPlace.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.coordinates</FONT>
88 <BR>
89 Class TimeAndPlace</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.coordinates.TimeAndPlace</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>TimeAndPlace</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html#TimeAndPlace()">TimeAndPlace</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 <TR BGCOLOR="white" CLASS="TableRowColor">
119 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html#TimeAndPlace(org.boehn.kmlframework.coordinates.EarthCoordinate, java.util.Date)">TimeAndPlace</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;place,
120 java.util.Date&nbsp;time)</CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 </TABLE>
126 &nbsp;
127 <!-- ========== METHOD SUMMARY =========== -->
128
129 <A NAME="method_summary"><!-- --></A>
130 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
131 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
132 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
133 <B>Method Summary</B></FONT></TH>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
137 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
138 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html#getPlace()">getPlace</A></B>()</CODE>
139
140 <BR>
141 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
142 </TR>
143 <TR BGCOLOR="white" CLASS="TableRowColor">
144 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145 <CODE>&nbsp;java.util.Date</CODE></FONT></TD>
146 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html#getTime()">getTime</A></B>()</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153 <CODE>&nbsp;void</CODE></FONT></TD>
154 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html#setPlace(org.boehn.kmlframework.coordinates.EarthCoordinate)">setPlace</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;place)</CODE>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
158 </TR>
159 <TR BGCOLOR="white" CLASS="TableRowColor">
160 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
161 <CODE>&nbsp;void</CODE></FONT></TD>
162 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html#setTime(java.util.Date)">setTime</A></B>(java.util.Date&nbsp;time)</CODE>
163
164 <BR>
165 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
166 </TR>
167 </TABLE>
168 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
169 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
170 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
171 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
172 </TR>
173 <TR BGCOLOR="white" CLASS="TableRowColor">
174 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
175 </TR>
176 </TABLE>
177 &nbsp;
178 <P>
179
180 <!-- ========= CONSTRUCTOR DETAIL ======== -->
181
182 <A NAME="constructor_detail"><!-- --></A>
183 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
184 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
185 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
186 <B>Constructor Detail</B></FONT></TH>
187 </TR>
188 </TABLE>
189
190 <A NAME="TimeAndPlace()"><!-- --></A><H3>
191 TimeAndPlace</H3>
192 <PRE>
193 public <B>TimeAndPlace</B>()</PRE>
194 <DL>
195 </DL>
196 <HR>
197
198 <A NAME="TimeAndPlace(org.boehn.kmlframework.coordinates.EarthCoordinate, java.util.Date)"><!-- --></A><H3>
199 TimeAndPlace</H3>
200 <PRE>
201 public <B>TimeAndPlace</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;place,
202 java.util.Date&nbsp;time)</PRE>
203 <DL>
204 </DL>
205
206 <!-- ============ METHOD DETAIL ========== -->
207
208 <A NAME="method_detail"><!-- --></A>
209 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
210 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
211 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
212 <B>Method Detail</B></FONT></TH>
213 </TR>
214 </TABLE>
215
216 <A NAME="getPlace()"><!-- --></A><H3>
217 getPlace</H3>
218 <PRE>
219 public <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A> <B>getPlace</B>()</PRE>
220 <DL>
221 <DD><DL>
222 </DL>
223 </DD>
224 </DL>
225 <HR>
226
227 <A NAME="setPlace(org.boehn.kmlframework.coordinates.EarthCoordinate)"><!-- --></A><H3>
228 setPlace</H3>
229 <PRE>
230 public void <B>setPlace</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;place)</PRE>
231 <DL>
232 <DD><DL>
233 </DL>
234 </DD>
235 </DL>
236 <HR>
237
238 <A NAME="getTime()"><!-- --></A><H3>
239 getTime</H3>
240 <PRE>
241 public java.util.Date <B>getTime</B>()</PRE>
242 <DL>
243 <DD><DL>
244 </DL>
245 </DD>
246 </DL>
247 <HR>
248
249 <A NAME="setTime(java.util.Date)"><!-- --></A><H3>
250 setTime</H3>
251 <PRE>
252 public void <B>setTime</B>(java.util.Date&nbsp;time)</PRE>
253 <DL>
254 <DD><DL>
255 </DL>
256 </DD>
257 </DL>
258 <!-- ========= END OF CLASS DATA ========= -->
259 <HR>
260
261
262 <!-- ======= START OF BOTTOM NAVBAR ====== -->
263 <A NAME="navbar_bottom"><!-- --></A>
264 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
265 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
266 <TR>
267 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
268 <A NAME="navbar_bottom_firstrow"><!-- --></A>
269 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
270 <TR ALIGN="center" VALIGN="top">
271 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
272 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
273 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
274 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TimeAndPlace.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
275 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
276 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
277 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
278 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
279 </TR>
280 </TABLE>
281 </TD>
282 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
283 </EM>
284 </TD>
285 </TR>
286
287 <TR>
288 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
289 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>PREV CLASS</B></A>&nbsp;
290 &nbsp;NEXT CLASS</FONT></TD>
291 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
292 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/TimeAndPlace.html" target="_top"><B>FRAMES</B></A> &nbsp;
293 &nbsp;<A HREF="TimeAndPlace.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
294 &nbsp;<SCRIPT type="text/javascript">
295 <!--
296 if(window==top) {
297 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
298 }
299 //-->
300 </SCRIPT>
301 <NOSCRIPT>
302 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
303 </NOSCRIPT>
304
305
306 </FONT></TD>
307 </TR>
308 <TR>
309 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
310 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
311 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
312 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
313 </TR>
314 </TABLE>
315 <A NAME="skip-navbar_bottom"></A>
316 <!-- ======== END OF BOTTOM NAVBAR ======= -->
317
318 <HR>
319
320 </BODY>
321 </HTML>
+0
-346
documentation/javadoc/org/boehn/kmlframework/coordinates/class-use/CartesianCoordinate.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.coordinates.CartesianCoordinate (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.coordinates.CartesianCoordinate (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/coordinates/class-use/CartesianCoordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="CartesianCoordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.coordinates.CartesianCoordinate</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.coordinates"><B>org.boehn.kmlframework.coordinates</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 </TABLE>
96 &nbsp;
97 <P>
98 <A NAME="org.boehn.kmlframework.coordinates"><!-- --></A>
99 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
100 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
101 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
102 Uses of <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A> in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
103 </TR>
104 </TABLE>
105 &nbsp;
106 <P>
107
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
110 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A> that return <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
114 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></CODE></FONT></TD>
115 <TD><CODE><B>EarthCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#toCartesianCoordinate()">toCartesianCoordinate</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 </TABLE>
121 &nbsp;
122 <P>
123
124 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
125 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
126 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></FONT></TH>
127 </TR>
128 <TR BGCOLOR="white" CLASS="TableRowColor">
129 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130 <CODE>&nbsp;void</CODE></FONT></TD>
131 <TD><CODE><B>CartesianCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#add(org.boehn.kmlframework.coordinates.CartesianCoordinate)">add</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;cartesianCoordinate)</CODE>
132
133 <BR>
134 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>&nbsp;double</CODE></FONT></TD>
139 <TD><CODE><B>CartesianCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#distanceTo(org.boehn.kmlframework.coordinates.CartesianCoordinate)">distanceTo</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;cartesianCoordinate)</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;void</CODE></FONT></TD>
147 <TD><CODE><B>CartesianCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#subtract(org.boehn.kmlframework.coordinates.CartesianCoordinate)">subtract</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;cartesianCoordinate)</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 <TR BGCOLOR="white" CLASS="TableRowColor">
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
155 <TD><CODE><B>EarthCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
156 java.lang.Double&nbsp;rotation,
157 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
158 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
166 <TD><CODE><B>Coordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
167 java.lang.Double&nbsp;rotation,
168 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
169 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
170
171 <BR>
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
176 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
177 <TD><CODE><B>CartesianCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
178 java.lang.Double&nbsp;rotation,
179 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
180 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 </TABLE>
186 &nbsp;
187 <P>
188 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
189 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
190 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
191 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
192 Uses of <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
193 </TR>
194 </TABLE>
195 &nbsp;
196 <P>
197
198 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
199 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
200 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> that return <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></FONT></TH>
201 </TR>
202 <TR BGCOLOR="white" CLASS="TableRowColor">
203 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
204 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></CODE></FONT></TD>
205 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#getLocalReferenceCoordinate()">getLocalReferenceCoordinate</A></B>()</CODE>
206
207 <BR>
208 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
209 </TR>
210 <TR BGCOLOR="white" CLASS="TableRowColor">
211 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
212 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></CODE></FONT></TD>
213 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#getScale()">getScale</A></B>()</CODE>
214
215 <BR>
216 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
217 </TR>
218 </TABLE>
219 &nbsp;
220 <P>
221
222 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
223 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
224 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></FONT></TH>
225 </TR>
226 <TR BGCOLOR="white" CLASS="TableRowColor">
227 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
228 <CODE>&nbsp;void</CODE></FONT></TD>
229 <TD><CODE><B>GraphicalModelElement.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
230 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
231 org.w3c.dom.Document&nbsp;xmlDocument,
232 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
233 java.lang.Double&nbsp;rotation,
234 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
235 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
236
237 <BR>
238 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
239 </TR>
240 <TR BGCOLOR="white" CLASS="TableRowColor">
241 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
242 <CODE>&nbsp;void</CODE></FONT></TD>
243 <TD><CODE><B>GraphicalModel.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
244 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
245 org.w3c.dom.Document&nbsp;xmlDocument,
246 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
247 java.lang.Double&nbsp;rotation,
248 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
249 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
250
251 <BR>
252 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
253 </TR>
254 <TR BGCOLOR="white" CLASS="TableRowColor">
255 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
256 <CODE>&nbsp;void</CODE></FONT></TD>
257 <TD><CODE><B>MapObjectClass.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html#addKml(org.boehn.kmlframework.todo.MapObject, org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate, java.lang.String)">addKml</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>&nbsp;mapObject,
258 org.w3c.dom.Element&nbsp;parentElement,
259 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
260 org.w3c.dom.Document&nbsp;xmlDocument,
261 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
262 java.lang.Double&nbsp;rotation,
263 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
264 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale,
265 java.lang.String&nbsp;name)</CODE>
266
267 <BR>
268 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
269 </TR>
270 <TR BGCOLOR="white" CLASS="TableRowColor">
271 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
272 <CODE>&nbsp;void</CODE></FONT></TD>
273 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#setLocalReferenceCoordinate(org.boehn.kmlframework.coordinates.CartesianCoordinate)">setLocalReferenceCoordinate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate)</CODE>
274
275 <BR>
276 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
277 </TR>
278 <TR BGCOLOR="white" CLASS="TableRowColor">
279 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
280 <CODE>&nbsp;void</CODE></FONT></TD>
281 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#setScale(org.boehn.kmlframework.coordinates.CartesianCoordinate)">setScale</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
282
283 <BR>
284 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
285 </TR>
286 </TABLE>
287 &nbsp;
288 <P>
289 <HR>
290
291
292 <!-- ======= START OF BOTTOM NAVBAR ====== -->
293 <A NAME="navbar_bottom"><!-- --></A>
294 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
295 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
296 <TR>
297 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
298 <A NAME="navbar_bottom_firstrow"><!-- --></A>
299 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
300 <TR ALIGN="center" VALIGN="top">
301 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
302 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
303 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
304 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
305 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
306 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
307 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
308 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
309 </TR>
310 </TABLE>
311 </TD>
312 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
313 </EM>
314 </TD>
315 </TR>
316
317 <TR>
318 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
319 &nbsp;PREV&nbsp;
320 &nbsp;NEXT</FONT></TD>
321 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
322 <A HREF="../../../../../index.html?org/boehn/kmlframework/coordinates/class-use/CartesianCoordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
323 &nbsp;<A HREF="CartesianCoordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
324 &nbsp;<SCRIPT type="text/javascript">
325 <!--
326 if(window==top) {
327 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
328 }
329 //-->
330 </SCRIPT>
331 <NOSCRIPT>
332 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
333 </NOSCRIPT>
334
335
336 </FONT></TD>
337 </TR>
338 </TABLE>
339 <A NAME="skip-navbar_bottom"></A>
340 <!-- ======== END OF BOTTOM NAVBAR ======= -->
341
342 <HR>
343
344 </BODY>
345 </HTML>
+0
-221
documentation/javadoc/org/boehn/kmlframework/coordinates/class-use/Coordinate.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Interface org.boehn.kmlframework.coordinates.Coordinate (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Interface org.boehn.kmlframework.coordinates.Coordinate (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/coordinates/class-use/Coordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Coordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Interface<br>org.boehn.kmlframework.coordinates.Coordinate</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.coordinates"><B>org.boehn.kmlframework.coordinates</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 </TABLE>
96 &nbsp;
97 <P>
98 <A NAME="org.boehn.kmlframework.coordinates"><!-- --></A>
99 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
100 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
101 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
102 Uses of <A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A> in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
103 </TR>
104 </TABLE>
105 &nbsp;
106 <P>
107
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
110 <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A> that implement <A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
114 <CODE>&nbsp;class</CODE></FONT></TD>
115 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></B></CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
122 <CODE>&nbsp;class</CODE></FONT></TD>
123 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></B></CODE>
124
125 <BR>
126 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
127 </TR>
128 </TABLE>
129 &nbsp;
130 <P>
131 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 Uses of <A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
136 </TR>
137 </TABLE>
138 &nbsp;
139 <P>
140
141 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
142 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
143 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A></FONT></TH>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>&gt;</CODE></FONT></TD>
148 <TD><CODE><B>GraphicalModelElement.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html#getCoordinates()">getCoordinates</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>&gt;</CODE></FONT></TD>
156 <TD><CODE><B>GraphicalModel.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html#getCoordinates()">getCoordinates</A></B>()</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 </TABLE>
162 &nbsp;
163 <P>
164 <HR>
165
166
167 <!-- ======= START OF BOTTOM NAVBAR ====== -->
168 <A NAME="navbar_bottom"><!-- --></A>
169 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
170 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
171 <TR>
172 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
173 <A NAME="navbar_bottom_firstrow"><!-- --></A>
174 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
175 <TR ALIGN="center" VALIGN="top">
176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
177 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
178 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
179 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
184 </TR>
185 </TABLE>
186 </TD>
187 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
188 </EM>
189 </TD>
190 </TR>
191
192 <TR>
193 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
194 &nbsp;PREV&nbsp;
195 &nbsp;NEXT</FONT></TD>
196 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
197 <A HREF="../../../../../index.html?org/boehn/kmlframework/coordinates/class-use/Coordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
198 &nbsp;<A HREF="Coordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
199 &nbsp;<SCRIPT type="text/javascript">
200 <!--
201 if(window==top) {
202 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
203 }
204 //-->
205 </SCRIPT>
206 <NOSCRIPT>
207 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
208 </NOSCRIPT>
209
210
211 </FONT></TD>
212 </TR>
213 </TABLE>
214 <A NAME="skip-navbar_bottom"></A>
215 <!-- ======== END OF BOTTOM NAVBAR ======= -->
216
217 <HR>
218
219 </BODY>
220 </HTML>
+0
-407
documentation/javadoc/org/boehn/kmlframework/coordinates/class-use/EarthCoordinate.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.coordinates.EarthCoordinate (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.coordinates.EarthCoordinate (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/coordinates/class-use/EarthCoordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="EarthCoordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.coordinates.EarthCoordinate</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.coordinates"><B>org.boehn.kmlframework.coordinates</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 <TR BGCOLOR="white" CLASS="TableRowColor">
96 <TD><A HREF="#org.boehn.kmlframework.todo.servlet"><B>org.boehn.kmlframework.todo.servlet</B></A></TD>
97 <TD>&nbsp;&nbsp;</TD>
98 </TR>
99 </TABLE>
100 &nbsp;
101 <P>
102 <A NAME="org.boehn.kmlframework.coordinates"><!-- --></A>
103 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
104 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
105 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
106 Uses of <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A> in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
107 </TR>
108 </TABLE>
109 &nbsp;
110 <P>
111
112 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
113 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
114 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A> that return <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></FONT></TH>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
119 <TD><CODE><B>TimeAndPlace.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html#getPlace()">getPlace</A></B>()</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
127 <TD><CODE><B>EarthCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
128 java.lang.Double&nbsp;rotation,
129 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
130 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
131
132 <BR>
133 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
137 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
138 <TD><CODE><B>Coordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
139 java.lang.Double&nbsp;rotation,
140 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
141 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
142
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145 </TR>
146 <TR BGCOLOR="white" CLASS="TableRowColor">
147 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
149 <TD><CODE><B>CartesianCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
150 java.lang.Double&nbsp;rotation,
151 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
152 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
153
154 <BR>
155 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
156 </TR>
157 </TABLE>
158 &nbsp;
159 <P>
160
161 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
162 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
163 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></FONT></TH>
164 </TR>
165 <TR BGCOLOR="white" CLASS="TableRowColor">
166 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167 <CODE>&nbsp;double</CODE></FONT></TD>
168 <TD><CODE><B>EarthCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#distanceTo(org.boehn.kmlframework.coordinates.EarthCoordinate)">distanceTo</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</CODE>
169
170 <BR>
171 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
172 </TR>
173 <TR BGCOLOR="white" CLASS="TableRowColor">
174 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175 <CODE>&nbsp;void</CODE></FONT></TD>
176 <TD><CODE><B>TimeAndPlace.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html#setPlace(org.boehn.kmlframework.coordinates.EarthCoordinate)">setPlace</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;place)</CODE>
177
178 <BR>
179 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
180 </TR>
181 <TR BGCOLOR="white" CLASS="TableRowColor">
182 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
183 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
184 <TD><CODE><B>EarthCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
185 java.lang.Double&nbsp;rotation,
186 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
187 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
188
189 <BR>
190 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
191 </TR>
192 <TR BGCOLOR="white" CLASS="TableRowColor">
193 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
195 <TD><CODE><B>Coordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/Coordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
196 java.lang.Double&nbsp;rotation,
197 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
198 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
206 <TD><CODE><B>CartesianCoordinate.</B><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html#toEarthCoordinate(org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">toEarthCoordinate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
207 java.lang.Double&nbsp;rotation,
208 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
209 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
210
211 <BR>
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
213 </TR>
214 </TABLE>
215 &nbsp;
216 <P>
217
218 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
219 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
220 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></FONT></TH>
221 </TR>
222 <TR BGCOLOR="white" CLASS="TableRowColor">
223 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html#TimeAndPlace(org.boehn.kmlframework.coordinates.EarthCoordinate, java.util.Date)">TimeAndPlace</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;place,
224 java.util.Date&nbsp;time)</CODE>
225
226 <BR>
227 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
228 </TR>
229 </TABLE>
230 &nbsp;
231 <P>
232 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
233 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
234 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
235 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
236 Uses of <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
237 </TR>
238 </TABLE>
239 &nbsp;
240 <P>
241
242 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
243 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
244 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> that return <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></FONT></TH>
245 </TR>
246 <TR BGCOLOR="white" CLASS="TableRowColor">
247 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
249 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#getLocation()">getLocation</A></B>()</CODE>
250
251 <BR>
252 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
253 </TR>
254 </TABLE>
255 &nbsp;
256 <P>
257
258 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
259 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
260 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></FONT></TH>
261 </TR>
262 <TR BGCOLOR="white" CLASS="TableRowColor">
263 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
264 <CODE>&nbsp;void</CODE></FONT></TD>
265 <TD><CODE><B>GraphicalModelElement.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
266 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
267 org.w3c.dom.Document&nbsp;xmlDocument,
268 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
269 java.lang.Double&nbsp;rotation,
270 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
271 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
272
273 <BR>
274 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
275 </TR>
276 <TR BGCOLOR="white" CLASS="TableRowColor">
277 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
278 <CODE>&nbsp;void</CODE></FONT></TD>
279 <TD><CODE><B>GraphicalModel.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
280 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
281 org.w3c.dom.Document&nbsp;xmlDocument,
282 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
283 java.lang.Double&nbsp;rotation,
284 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
285 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
286
287 <BR>
288 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
289 </TR>
290 <TR BGCOLOR="white" CLASS="TableRowColor">
291 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
292 <CODE>&nbsp;void</CODE></FONT></TD>
293 <TD><CODE><B>MapObjectClass.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html#addKml(org.boehn.kmlframework.todo.MapObject, org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate, java.lang.String)">addKml</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>&nbsp;mapObject,
294 org.w3c.dom.Element&nbsp;parentElement,
295 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
296 org.w3c.dom.Document&nbsp;xmlDocument,
297 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
298 java.lang.Double&nbsp;rotation,
299 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
300 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale,
301 java.lang.String&nbsp;name)</CODE>
302
303 <BR>
304 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
305 </TR>
306 <TR BGCOLOR="white" CLASS="TableRowColor">
307 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
308 <CODE>&nbsp;boolean</CODE></FONT></TD>
309 <TD><CODE><B>BoundingBox.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/BoundingBox.html#isInsideBoundingBox(org.boehn.kmlframework.coordinates.EarthCoordinate)">isInsideBoundingBox</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</CODE>
310
311 <BR>
312 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
313 </TR>
314 <TR BGCOLOR="white" CLASS="TableRowColor">
315 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
316 <CODE>&nbsp;void</CODE></FONT></TD>
317 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#setLocation(org.boehn.kmlframework.coordinates.EarthCoordinate)">setLocation</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</CODE>
318
319 <BR>
320 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
321 </TR>
322 </TABLE>
323 &nbsp;
324 <P>
325 <A NAME="org.boehn.kmlframework.todo.servlet"><!-- --></A>
326 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
327 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
328 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
329 Uses of <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A></FONT></TH>
330 </TR>
331 </TABLE>
332 &nbsp;
333 <P>
334
335 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
336 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
337 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></FONT></TH>
338 </TR>
339 <TR BGCOLOR="white" CLASS="TableRowColor">
340 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
341 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
342 <TD><CODE><B>Observer.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/Observer.html#isVisibleToObserver(org.boehn.kmlframework.coordinates.EarthCoordinate)">isVisibleToObserver</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</CODE>
343
344 <BR>
345 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
346 </TR>
347 </TABLE>
348 &nbsp;
349 <P>
350 <HR>
351
352
353 <!-- ======= START OF BOTTOM NAVBAR ====== -->
354 <A NAME="navbar_bottom"><!-- --></A>
355 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
356 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
357 <TR>
358 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
359 <A NAME="navbar_bottom_firstrow"><!-- --></A>
360 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
361 <TR ALIGN="center" VALIGN="top">
362 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
363 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
364 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
365 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
366 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
367 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
368 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
369 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
370 </TR>
371 </TABLE>
372 </TD>
373 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
374 </EM>
375 </TD>
376 </TR>
377
378 <TR>
379 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
380 &nbsp;PREV&nbsp;
381 &nbsp;NEXT</FONT></TD>
382 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
383 <A HREF="../../../../../index.html?org/boehn/kmlframework/coordinates/class-use/EarthCoordinate.html" target="_top"><B>FRAMES</B></A> &nbsp;
384 &nbsp;<A HREF="EarthCoordinate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
385 &nbsp;<SCRIPT type="text/javascript">
386 <!--
387 if(window==top) {
388 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
389 }
390 //-->
391 </SCRIPT>
392 <NOSCRIPT>
393 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
394 </NOSCRIPT>
395
396
397 </FONT></TD>
398 </TR>
399 </TABLE>
400 <A NAME="skip-navbar_bottom"></A>
401 <!-- ======== END OF BOTTOM NAVBAR ======= -->
402
403 <HR>
404
405 </BODY>
406 </HTML>
+0
-208
documentation/javadoc/org/boehn/kmlframework/coordinates/class-use/TimeAndPlace.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.coordinates.TimeAndPlace (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.coordinates.TimeAndPlace (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/coordinates/class-use/TimeAndPlace.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="TimeAndPlace.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.coordinates.TimeAndPlace</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>&gt;</CODE></FONT></TD>
111 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#getMovements()">getMovements</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#addMovement(org.boehn.kmlframework.coordinates.TimeAndPlace)">addMovement</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>&nbsp;movement)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;void</CODE></FONT></TD>
143 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#setMovements(java.util.List)">setMovements</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>&gt;&nbsp;movements)</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 </TABLE>
149 &nbsp;
150 <P>
151 <HR>
152
153
154 <!-- ======= START OF BOTTOM NAVBAR ====== -->
155 <A NAME="navbar_bottom"><!-- --></A>
156 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
157 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
158 <TR>
159 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
160 <A NAME="navbar_bottom_firstrow"><!-- --></A>
161 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
162 <TR ALIGN="center" VALIGN="top">
163 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
164 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
165 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
166 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
169 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
171 </TR>
172 </TABLE>
173 </TD>
174 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
175 </EM>
176 </TD>
177 </TR>
178
179 <TR>
180 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
181 &nbsp;PREV&nbsp;
182 &nbsp;NEXT</FONT></TD>
183 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
184 <A HREF="../../../../../index.html?org/boehn/kmlframework/coordinates/class-use/TimeAndPlace.html" target="_top"><B>FRAMES</B></A> &nbsp;
185 &nbsp;<A HREF="TimeAndPlace.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
186 &nbsp;<SCRIPT type="text/javascript">
187 <!--
188 if(window==top) {
189 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
190 }
191 //-->
192 </SCRIPT>
193 <NOSCRIPT>
194 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
195 </NOSCRIPT>
196
197
198 </FONT></TD>
199 </TR>
200 </TABLE>
201 <A NAME="skip-navbar_bottom"></A>
202 <!-- ======== END OF BOTTOM NAVBAR ======= -->
203
204 <HR>
205
206 </BODY>
207 </HTML>
+0
-47
documentation/javadoc/org/boehn/kmlframework/coordinates/package-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.coordinates (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.coordinates package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13
14 </HEAD>
15
16 <BODY BGCOLOR="white">
17 <FONT size="+1" CLASS="FrameTitleFont">
18 <A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html" target="classFrame">org.boehn.kmlframework.coordinates</A></FONT>
19 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
20 <TR>
21 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
22 Interfaces</FONT>&nbsp;
23 <FONT CLASS="FrameItemFont">
24 <BR>
25 <A HREF="Coordinate.html" title="interface in org.boehn.kmlframework.coordinates" target="classFrame"><I>Coordinate</I></A></FONT></TD>
26 </TR>
27 </TABLE>
28
29
30 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
31 <TR>
32 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
33 Classes</FONT>&nbsp;
34 <FONT CLASS="FrameItemFont">
35 <BR>
36 <A HREF="CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates" target="classFrame">CartesianCoordinate</A>
37 <BR>
38 <A HREF="EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates" target="classFrame">EarthCoordinate</A>
39 <BR>
40 <A HREF="TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates" target="classFrame">TimeAndPlace</A></FONT></TD>
41 </TR>
42 </TABLE>
43
44
45 </BODY>
46 </HTML>
+0
-176
documentation/javadoc/org/boehn/kmlframework/coordinates/package-summary.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.coordinates (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.coordinates package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="org.boehn.kmlframework.coordinates (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/atom/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 </TABLE>
74 <A NAME="skip-navbar_top"></A>
75 <!-- ========= END OF TOP NAVBAR ========= -->
76
77 <HR>
78 <H2>
79 Package org.boehn.kmlframework.coordinates
80 </H2>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 <B>Interface Summary</B></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A></B></TD>
89 <TD>&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93
94 <P>
95
96 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
97 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
98 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
99 <B>Class Summary</B></FONT></TH>
100 </TR>
101 <TR BGCOLOR="white" CLASS="TableRowColor">
102 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></B></TD>
103 <TD>&nbsp;</TD>
104 </TR>
105 <TR BGCOLOR="white" CLASS="TableRowColor">
106 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></B></TD>
107 <TD>&nbsp;</TD>
108 </TR>
109 <TR BGCOLOR="white" CLASS="TableRowColor">
110 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A></B></TD>
111 <TD>&nbsp;</TD>
112 </TR>
113 </TABLE>
114 &nbsp;
115
116 <P>
117 <DL>
118 </DL>
119 <HR>
120
121
122 <!-- ======= START OF BOTTOM NAVBAR ====== -->
123 <A NAME="navbar_bottom"><!-- --></A>
124 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
125 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
126 <TR>
127 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
128 <A NAME="navbar_bottom_firstrow"><!-- --></A>
129 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
130 <TR ALIGN="center" VALIGN="top">
131 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
132 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
133 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
134 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
135 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
136 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
137 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
138 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
139 </TR>
140 </TABLE>
141 </TD>
142 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
143 </EM>
144 </TD>
145 </TR>
146
147 <TR>
148 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
149 &nbsp;<A HREF="../../../../org/boehn/kmlframework/atom/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
150 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
151 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
152 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
153 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
154 &nbsp;<SCRIPT type="text/javascript">
155 <!--
156 if(window==top) {
157 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
158 }
159 //-->
160 </SCRIPT>
161 <NOSCRIPT>
162 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
163 </NOSCRIPT>
164
165
166 </FONT></TD>
167 </TR>
168 </TABLE>
169 <A NAME="skip-navbar_bottom"></A>
170 <!-- ======== END OF BOTTOM NAVBAR ======= -->
171
172 <HR>
173
174 </BODY>
175 </HTML>
+0
-162
documentation/javadoc/org/boehn/kmlframework/coordinates/package-tree.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.coordinates Class Hierarchy (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="org.boehn.kmlframework.coordinates Class Hierarchy (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;<A HREF="../../../../org/boehn/kmlframework/atom/package-tree.html"><B>PREV</B></A>&nbsp;
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/package-tree.html"><B>NEXT</B></A></FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 Hierarchy For Package org.boehn.kmlframework.coordinates
80 </H2>
81 </CENTER>
82 <DL>
83 <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
84 <HR>
85 <H2>
86 Class Hierarchy
87 </H2>
88 <UL>
89 <LI TYPE="circle">java.lang.Object<UL>
90 <LI TYPE="circle">org.boehn.kmlframework.coordinates.<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>CartesianCoordinate</B></A> (implements org.boehn.kmlframework.coordinates.<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>)
91 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml"><B>KmlObject</B></A><UL>
92 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml"><B>Geometry</B></A><UL>
93 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml"><B>Point</B></A><UL>
94 <LI TYPE="circle">org.boehn.kmlframework.coordinates.<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>EarthCoordinate</B></A> (implements org.boehn.kmlframework.coordinates.<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>)
95 </UL>
96 </UL>
97 </UL>
98 <LI TYPE="circle">org.boehn.kmlframework.coordinates.<A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates"><B>TimeAndPlace</B></A></UL>
99 </UL>
100 <H2>
101 Interface Hierarchy
102 </H2>
103 <UL>
104 <LI TYPE="circle">org.boehn.kmlframework.coordinates.<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates"><B>Coordinate</B></A></UL>
105 <HR>
106
107
108 <!-- ======= START OF BOTTOM NAVBAR ====== -->
109 <A NAME="navbar_bottom"><!-- --></A>
110 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
111 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
112 <TR>
113 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
114 <A NAME="navbar_bottom_firstrow"><!-- --></A>
115 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
116 <TR ALIGN="center" VALIGN="top">
117 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
118 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
119 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
120 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
121 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
122 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
123 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
124 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
125 </TR>
126 </TABLE>
127 </TD>
128 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
129 </EM>
130 </TD>
131 </TR>
132
133 <TR>
134 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
135 &nbsp;<A HREF="../../../../org/boehn/kmlframework/atom/package-tree.html"><B>PREV</B></A>&nbsp;
136 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/package-tree.html"><B>NEXT</B></A></FONT></TD>
137 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
138 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
139 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
140 &nbsp;<SCRIPT type="text/javascript">
141 <!--
142 if(window==top) {
143 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
144 }
145 //-->
146 </SCRIPT>
147 <NOSCRIPT>
148 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
149 </NOSCRIPT>
150
151
152 </FONT></TD>
153 </TR>
154 </TABLE>
155 <A NAME="skip-navbar_bottom"></A>
156 <!-- ======== END OF BOTTOM NAVBAR ======= -->
157
158 <HR>
159
160 </BODY>
161 </HTML>
+0
-234
documentation/javadoc/org/boehn/kmlframework/coordinates/package-use.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Package org.boehn.kmlframework.coordinates (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Package org.boehn.kmlframework.coordinates (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Package<br>org.boehn.kmlframework.coordinates</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.coordinates"><B>org.boehn.kmlframework.coordinates</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 <TR BGCOLOR="white" CLASS="TableRowColor">
96 <TD><A HREF="#org.boehn.kmlframework.todo.servlet"><B>org.boehn.kmlframework.todo.servlet</B></A></TD>
97 <TD>&nbsp;&nbsp;</TD>
98 </TR>
99 </TABLE>
100 &nbsp;
101 <P>
102 <A NAME="org.boehn.kmlframework.coordinates"><!-- --></A>
103 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
104 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
105 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
106 Classes in <A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A> used by <A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD><B><A HREF="../../../../org/boehn/kmlframework/coordinates/class-use/CartesianCoordinate.html#org.boehn.kmlframework.coordinates"><B>CartesianCoordinate</B></A></B>
110
111 <BR>
112 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><B><A HREF="../../../../org/boehn/kmlframework/coordinates/class-use/Coordinate.html#org.boehn.kmlframework.coordinates"><B>Coordinate</B></A></B>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><B><A HREF="../../../../org/boehn/kmlframework/coordinates/class-use/EarthCoordinate.html#org.boehn.kmlframework.coordinates"><B>EarthCoordinate</B></A></B>
122
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125 </TR>
126 </TABLE>
127 &nbsp;
128 <P>
129 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
130 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
131 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
132 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
133 Classes in <A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A> used by <A HREF="../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD><B><A HREF="../../../../org/boehn/kmlframework/coordinates/class-use/CartesianCoordinate.html#org.boehn.kmlframework.todo"><B>CartesianCoordinate</B></A></B>
137
138 <BR>
139 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD><B><A HREF="../../../../org/boehn/kmlframework/coordinates/class-use/Coordinate.html#org.boehn.kmlframework.todo"><B>Coordinate</B></A></B>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD><B><A HREF="../../../../org/boehn/kmlframework/coordinates/class-use/EarthCoordinate.html#org.boehn.kmlframework.todo"><B>EarthCoordinate</B></A></B>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD><B><A HREF="../../../../org/boehn/kmlframework/coordinates/class-use/TimeAndPlace.html#org.boehn.kmlframework.todo"><B>TimeAndPlace</B></A></B>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
158 </TR>
159 </TABLE>
160 &nbsp;
161 <P>
162 <A NAME="org.boehn.kmlframework.todo.servlet"><!-- --></A>
163 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
164 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
165 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
166 Classes in <A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A> used by <A HREF="../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A></FONT></TH>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD><B><A HREF="../../../../org/boehn/kmlframework/coordinates/class-use/EarthCoordinate.html#org.boehn.kmlframework.todo.servlet"><B>EarthCoordinate</B></A></B>
170
171 <BR>
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
173 </TR>
174 </TABLE>
175 &nbsp;
176 <P>
177 <HR>
178
179
180 <!-- ======= START OF BOTTOM NAVBAR ====== -->
181 <A NAME="navbar_bottom"><!-- --></A>
182 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
183 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
184 <TR>
185 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
186 <A NAME="navbar_bottom_firstrow"><!-- --></A>
187 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
188 <TR ALIGN="center" VALIGN="top">
189 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
190 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
191 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
192 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
193 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
194 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
195 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
196 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
197 </TR>
198 </TABLE>
199 </TD>
200 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
201 </EM>
202 </TD>
203 </TR>
204
205 <TR>
206 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
207 &nbsp;PREV&nbsp;
208 &nbsp;NEXT</FONT></TD>
209 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
210 <A HREF="../../../../index.html?org/boehn/kmlframework/coordinates/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
211 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
212 &nbsp;<SCRIPT type="text/javascript">
213 <!--
214 if(window==top) {
215 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
216 }
217 //-->
218 </SCRIPT>
219 <NOSCRIPT>
220 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
221 </NOSCRIPT>
222
223
224 </FONT></TD>
225 </TR>
226 </TABLE>
227 <A NAME="skip-navbar_bottom"></A>
228 <!-- ======== END OF BOTTOM NAVBAR ======= -->
229
230 <HR>
231
232 </BODY>
233 </HTML>
+0
-517
documentation/javadoc/org/boehn/kmlframework/kml/AbstractView.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 AbstractView (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.AbstractView class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="AbstractView (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AbstractView.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV CLASS&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/AbstractView.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="AbstractView.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class AbstractView</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.AbstractView</B>
94 </PRE>
95 <DL>
96 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A>, <A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A></DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public abstract class <B>AbstractView</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107
108 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
109
110 <A NAME="constructor_summary"><!-- --></A>
111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
114 <B>Constructor Summary</B></FONT></TH>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#AbstractView()">AbstractView</A></B>()</CODE>
118
119 <BR>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
121 </TR>
122 <TR BGCOLOR="white" CLASS="TableRowColor">
123 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#AbstractView(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum)">AbstractView</A></B>(java.lang.Double&nbsp;longitude,
124 java.lang.Double&nbsp;latitude,
125 java.lang.Double&nbsp;altitude,
126 java.lang.Double&nbsp;heading,
127 java.lang.Double&nbsp;tilt,
128 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <!-- ========== METHOD SUMMARY =========== -->
136
137 <A NAME="method_summary"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
140 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
141 <B>Method Summary</B></FONT></TH>
142 </TR>
143 <TR BGCOLOR="white" CLASS="TableRowColor">
144 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
146 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getAltitude()">getAltitude</A></B>()</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
154 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
158 </TR>
159 <TR BGCOLOR="white" CLASS="TableRowColor">
160 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
161 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
162 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getHeading()">getHeading</A></B>()</CODE>
163
164 <BR>
165 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
166 </TR>
167 <TR BGCOLOR="white" CLASS="TableRowColor">
168 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
169 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
170 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getLatitude()">getLatitude</A></B>()</CODE>
171
172 <BR>
173 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
174 </TR>
175 <TR BGCOLOR="white" CLASS="TableRowColor">
176 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
177 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
178 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getLongitude()">getLongitude</A></B>()</CODE>
179
180 <BR>
181 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
182 </TR>
183 <TR BGCOLOR="white" CLASS="TableRowColor">
184 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
186 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getTilt()">getTilt</A></B>()</CODE>
187
188 <BR>
189 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
190 </TR>
191 <TR BGCOLOR="white" CLASS="TableRowColor">
192 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
193 <CODE>&nbsp;void</CODE></FONT></TD>
194 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setAltitude(java.lang.Double)">setAltitude</A></B>(java.lang.Double&nbsp;altitude)</CODE>
195
196 <BR>
197 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
198 </TR>
199 <TR BGCOLOR="white" CLASS="TableRowColor">
200 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
201 <CODE>&nbsp;void</CODE></FONT></TD>
202 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
203
204 <BR>
205 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
206 </TR>
207 <TR BGCOLOR="white" CLASS="TableRowColor">
208 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
209 <CODE>&nbsp;void</CODE></FONT></TD>
210 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setHeading(java.lang.Double)">setHeading</A></B>(java.lang.Double&nbsp;heading)</CODE>
211
212 <BR>
213 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
214 </TR>
215 <TR BGCOLOR="white" CLASS="TableRowColor">
216 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
217 <CODE>&nbsp;void</CODE></FONT></TD>
218 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setLatitude(java.lang.Double)">setLatitude</A></B>(java.lang.Double&nbsp;latitude)</CODE>
219
220 <BR>
221 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
222 </TR>
223 <TR BGCOLOR="white" CLASS="TableRowColor">
224 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
225 <CODE>&nbsp;void</CODE></FONT></TD>
226 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setLongitude(java.lang.Double)">setLongitude</A></B>(java.lang.Double&nbsp;longitude)</CODE>
227
228 <BR>
229 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
230 </TR>
231 <TR BGCOLOR="white" CLASS="TableRowColor">
232 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
233 <CODE>&nbsp;void</CODE></FONT></TD>
234 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setTilt(java.lang.Double)">setTilt</A></B>(java.lang.Double&nbsp;tilt)</CODE>
235
236 <BR>
237 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
238 </TR>
239 <TR BGCOLOR="white" CLASS="TableRowColor">
240 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
241 <CODE>&nbsp;void</CODE></FONT></TD>
242 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
243
244 <BR>
245 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
246 </TR>
247 </TABLE>
248 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
249 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
250 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
251 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
252 </TR>
253 <TR BGCOLOR="white" CLASS="TableRowColor">
254 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE></TD>
255 </TR>
256 </TABLE>
257 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
258 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
259 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
260 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
261 </TR>
262 <TR BGCOLOR="white" CLASS="TableRowColor">
263 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
264 </TR>
265 </TABLE>
266 &nbsp;
267 <P>
268
269 <!-- ========= CONSTRUCTOR DETAIL ======== -->
270
271 <A NAME="constructor_detail"><!-- --></A>
272 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
273 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
274 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
275 <B>Constructor Detail</B></FONT></TH>
276 </TR>
277 </TABLE>
278
279 <A NAME="AbstractView()"><!-- --></A><H3>
280 AbstractView</H3>
281 <PRE>
282 public <B>AbstractView</B>()</PRE>
283 <DL>
284 </DL>
285 <HR>
286
287 <A NAME="AbstractView(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum)"><!-- --></A><H3>
288 AbstractView</H3>
289 <PRE>
290 public <B>AbstractView</B>(java.lang.Double&nbsp;longitude,
291 java.lang.Double&nbsp;latitude,
292 java.lang.Double&nbsp;altitude,
293 java.lang.Double&nbsp;heading,
294 java.lang.Double&nbsp;tilt,
295 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</PRE>
296 <DL>
297 </DL>
298
299 <!-- ============ METHOD DETAIL ========== -->
300
301 <A NAME="method_detail"><!-- --></A>
302 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
303 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
304 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
305 <B>Method Detail</B></FONT></TH>
306 </TR>
307 </TABLE>
308
309 <A NAME="getLongitude()"><!-- --></A><H3>
310 getLongitude</H3>
311 <PRE>
312 public java.lang.Double <B>getLongitude</B>()</PRE>
313 <DL>
314 <DD><DL>
315 </DL>
316 </DD>
317 </DL>
318 <HR>
319
320 <A NAME="setLongitude(java.lang.Double)"><!-- --></A><H3>
321 setLongitude</H3>
322 <PRE>
323 public void <B>setLongitude</B>(java.lang.Double&nbsp;longitude)</PRE>
324 <DL>
325 <DD><DL>
326 </DL>
327 </DD>
328 </DL>
329 <HR>
330
331 <A NAME="getLatitude()"><!-- --></A><H3>
332 getLatitude</H3>
333 <PRE>
334 public java.lang.Double <B>getLatitude</B>()</PRE>
335 <DL>
336 <DD><DL>
337 </DL>
338 </DD>
339 </DL>
340 <HR>
341
342 <A NAME="setLatitude(java.lang.Double)"><!-- --></A><H3>
343 setLatitude</H3>
344 <PRE>
345 public void <B>setLatitude</B>(java.lang.Double&nbsp;latitude)</PRE>
346 <DL>
347 <DD><DL>
348 </DL>
349 </DD>
350 </DL>
351 <HR>
352
353 <A NAME="getAltitude()"><!-- --></A><H3>
354 getAltitude</H3>
355 <PRE>
356 public java.lang.Double <B>getAltitude</B>()</PRE>
357 <DL>
358 <DD><DL>
359 </DL>
360 </DD>
361 </DL>
362 <HR>
363
364 <A NAME="setAltitude(java.lang.Double)"><!-- --></A><H3>
365 setAltitude</H3>
366 <PRE>
367 public void <B>setAltitude</B>(java.lang.Double&nbsp;altitude)</PRE>
368 <DL>
369 <DD><DL>
370 </DL>
371 </DD>
372 </DL>
373 <HR>
374
375 <A NAME="getHeading()"><!-- --></A><H3>
376 getHeading</H3>
377 <PRE>
378 public java.lang.Double <B>getHeading</B>()</PRE>
379 <DL>
380 <DD><DL>
381 </DL>
382 </DD>
383 </DL>
384 <HR>
385
386 <A NAME="setHeading(java.lang.Double)"><!-- --></A><H3>
387 setHeading</H3>
388 <PRE>
389 public void <B>setHeading</B>(java.lang.Double&nbsp;heading)</PRE>
390 <DL>
391 <DD><DL>
392 </DL>
393 </DD>
394 </DL>
395 <HR>
396
397 <A NAME="getTilt()"><!-- --></A><H3>
398 getTilt</H3>
399 <PRE>
400 public java.lang.Double <B>getTilt</B>()</PRE>
401 <DL>
402 <DD><DL>
403 </DL>
404 </DD>
405 </DL>
406 <HR>
407
408 <A NAME="setTilt(java.lang.Double)"><!-- --></A><H3>
409 setTilt</H3>
410 <PRE>
411 public void <B>setTilt</B>(java.lang.Double&nbsp;tilt)</PRE>
412 <DL>
413 <DD><DL>
414 </DL>
415 </DD>
416 </DL>
417 <HR>
418
419 <A NAME="getAltitudeMode()"><!-- --></A><H3>
420 getAltitudeMode</H3>
421 <PRE>
422 public <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>getAltitudeMode</B>()</PRE>
423 <DL>
424 <DD><DL>
425 </DL>
426 </DD>
427 </DL>
428 <HR>
429
430 <A NAME="setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><!-- --></A><H3>
431 setAltitudeMode</H3>
432 <PRE>
433 public void <B>setAltitudeMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</PRE>
434 <DL>
435 <DD><DL>
436 </DL>
437 </DD>
438 </DL>
439 <HR>
440
441 <A NAME="writeInner(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
442 writeInner</H3>
443 <PRE>
444 public void <B>writeInner</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
445 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
446 <DL>
447 <DD><DL>
448
449 <DT><B>Throws:</B>
450 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
451 </DD>
452 </DL>
453 <!-- ========= END OF CLASS DATA ========= -->
454 <HR>
455
456
457 <!-- ======= START OF BOTTOM NAVBAR ====== -->
458 <A NAME="navbar_bottom"><!-- --></A>
459 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
460 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
461 <TR>
462 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
463 <A NAME="navbar_bottom_firstrow"><!-- --></A>
464 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
465 <TR ALIGN="center" VALIGN="top">
466 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
467 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
468 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
469 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AbstractView.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
470 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
471 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
472 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
473 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
474 </TR>
475 </TABLE>
476 </TD>
477 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
478 </EM>
479 </TD>
480 </TR>
481
482 <TR>
483 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
484 &nbsp;PREV CLASS&nbsp;
485 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
486 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
487 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/AbstractView.html" target="_top"><B>FRAMES</B></A> &nbsp;
488 &nbsp;<A HREF="AbstractView.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
489 &nbsp;<SCRIPT type="text/javascript">
490 <!--
491 if(window==top) {
492 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
493 }
494 //-->
495 </SCRIPT>
496 <NOSCRIPT>
497 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
498 </NOSCRIPT>
499
500
501 </FONT></TD>
502 </TR>
503 <TR>
504 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
505 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
506 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
507 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
508 </TR>
509 </TABLE>
510 <A NAME="skip-navbar_bottom"></A>
511 <!-- ======== END OF BOTTOM NAVBAR ======= -->
512
513 <HR>
514
515 </BODY>
516 </HTML>
+0
-382
documentation/javadoc/org/boehn/kmlframework/kml/Alias.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Alias (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Alias class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Alias (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Alias.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Alias.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Alias.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Alias</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Alias</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>Alias</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Alias.html#Alias()">Alias</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Alias.html#Alias(java.lang.String, java.lang.String)">Alias</A></B>(java.lang.String&nbsp;targetHref,
121 java.lang.String&nbsp;sourceHref)</CODE>
122
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125 </TR>
126 </TABLE>
127 &nbsp;
128 <!-- ========== METHOD SUMMARY =========== -->
129
130 <A NAME="method_summary"><!-- --></A>
131 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134 <B>Method Summary</B></FONT></TH>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
139 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Alias.html#getSourceHref()">getSourceHref</A></B>()</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Alias.html#getTargetHref()">getTargetHref</A></B>()</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 <TR BGCOLOR="white" CLASS="TableRowColor">
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154 <CODE>&nbsp;void</CODE></FONT></TD>
155 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Alias.html#setSourceHref(java.lang.String)">setSourceHref</A></B>(java.lang.String&nbsp;sourceHref)</CODE>
156
157 <BR>
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162 <CODE>&nbsp;void</CODE></FONT></TD>
163 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Alias.html#setTargetHref(java.lang.String)">setTargetHref</A></B>(java.lang.String&nbsp;targetHref)</CODE>
164
165 <BR>
166 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170 <CODE>&nbsp;void</CODE></FONT></TD>
171 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Alias.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
172
173 <BR>
174 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
175 </TR>
176 <TR BGCOLOR="white" CLASS="TableRowColor">
177 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178 <CODE>&nbsp;void</CODE></FONT></TD>
179 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Alias.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
180
181 <BR>
182 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183 </TR>
184 </TABLE>
185 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
186 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
187 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
188 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
189 </TR>
190 <TR BGCOLOR="white" CLASS="TableRowColor">
191 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
192 </TR>
193 </TABLE>
194 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
195 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
196 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
197 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
198 </TR>
199 <TR BGCOLOR="white" CLASS="TableRowColor">
200 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
201 </TR>
202 </TABLE>
203 &nbsp;
204 <P>
205
206 <!-- ========= CONSTRUCTOR DETAIL ======== -->
207
208 <A NAME="constructor_detail"><!-- --></A>
209 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
210 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
211 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
212 <B>Constructor Detail</B></FONT></TH>
213 </TR>
214 </TABLE>
215
216 <A NAME="Alias()"><!-- --></A><H3>
217 Alias</H3>
218 <PRE>
219 public <B>Alias</B>()</PRE>
220 <DL>
221 </DL>
222 <HR>
223
224 <A NAME="Alias(java.lang.String, java.lang.String)"><!-- --></A><H3>
225 Alias</H3>
226 <PRE>
227 public <B>Alias</B>(java.lang.String&nbsp;targetHref,
228 java.lang.String&nbsp;sourceHref)</PRE>
229 <DL>
230 </DL>
231
232 <!-- ============ METHOD DETAIL ========== -->
233
234 <A NAME="method_detail"><!-- --></A>
235 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
236 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
237 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
238 <B>Method Detail</B></FONT></TH>
239 </TR>
240 </TABLE>
241
242 <A NAME="getTargetHref()"><!-- --></A><H3>
243 getTargetHref</H3>
244 <PRE>
245 public java.lang.String <B>getTargetHref</B>()</PRE>
246 <DL>
247 <DD><DL>
248 </DL>
249 </DD>
250 </DL>
251 <HR>
252
253 <A NAME="setTargetHref(java.lang.String)"><!-- --></A><H3>
254 setTargetHref</H3>
255 <PRE>
256 public void <B>setTargetHref</B>(java.lang.String&nbsp;targetHref)</PRE>
257 <DL>
258 <DD><DL>
259 </DL>
260 </DD>
261 </DL>
262 <HR>
263
264 <A NAME="getSourceHref()"><!-- --></A><H3>
265 getSourceHref</H3>
266 <PRE>
267 public java.lang.String <B>getSourceHref</B>()</PRE>
268 <DL>
269 <DD><DL>
270 </DL>
271 </DD>
272 </DL>
273 <HR>
274
275 <A NAME="setSourceHref(java.lang.String)"><!-- --></A><H3>
276 setSourceHref</H3>
277 <PRE>
278 public void <B>setSourceHref</B>(java.lang.String&nbsp;sourceHref)</PRE>
279 <DL>
280 <DD><DL>
281 </DL>
282 </DD>
283 </DL>
284 <HR>
285
286 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
287 write</H3>
288 <PRE>
289 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
290 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
291 <DL>
292 <DD><DL>
293 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
294 </DD>
295 <DD><DL>
296
297 <DT><B>Throws:</B>
298 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
299 </DD>
300 </DL>
301 <HR>
302
303 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
304 writeDelete</H3>
305 <PRE>
306 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
307 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
308 <DL>
309 <DD><DL>
310 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
311 </DD>
312 <DD><DL>
313
314 <DT><B>Throws:</B>
315 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
316 </DD>
317 </DL>
318 <!-- ========= END OF CLASS DATA ========= -->
319 <HR>
320
321
322 <!-- ======= START OF BOTTOM NAVBAR ====== -->
323 <A NAME="navbar_bottom"><!-- --></A>
324 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
325 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
326 <TR>
327 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
328 <A NAME="navbar_bottom_firstrow"><!-- --></A>
329 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
330 <TR ALIGN="center" VALIGN="top">
331 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
332 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
333 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
334 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Alias.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
335 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
336 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
337 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
338 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
339 </TR>
340 </TABLE>
341 </TD>
342 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
343 </EM>
344 </TD>
345 </TR>
346
347 <TR>
348 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
349 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
350 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
351 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
352 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Alias.html" target="_top"><B>FRAMES</B></A> &nbsp;
353 &nbsp;<A HREF="Alias.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
354 &nbsp;<SCRIPT type="text/javascript">
355 <!--
356 if(window==top) {
357 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
358 }
359 //-->
360 </SCRIPT>
361 <NOSCRIPT>
362 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
363 </NOSCRIPT>
364
365
366 </FONT></TD>
367 </TR>
368 <TR>
369 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
370 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
371 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
372 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
373 </TR>
374 </TABLE>
375 <A NAME="skip-navbar_bottom"></A>
376 <!-- ======== END OF BOTTOM NAVBAR ======= -->
377
378 <HR>
379
380 </BODY>
381 </HTML>
+0
-334
documentation/javadoc/org/boehn/kmlframework/kml/AltitudeModeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 AltitudeModeEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.AltitudeModeEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="AltitudeModeEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AltitudeModeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/AltitudeModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="AltitudeModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum AltitudeModeEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.AltitudeModeEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>AltitudeModeEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html#absolute">absolute</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html#clampToGround">clampToGround</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html#relativeToGround">relativeToGround</A></B></CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <!-- ========== METHOD SUMMARY =========== -->
136
137 <A NAME="method_summary"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
140 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
141 <B>Method Summary</B></FONT></TH>
142 </TR>
143 <TR BGCOLOR="white" CLASS="TableRowColor">
144 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
146 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>[]</CODE></FONT></TD>
154 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html#values()">values</A></B>()</CODE>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
158 the order they're declared.</TD>
159 </TR>
160 </TABLE>
161 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
162 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
163 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
164 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
168 </TR>
169 </TABLE>
170 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
171 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
172 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
173 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
174 </TR>
175 <TR BGCOLOR="white" CLASS="TableRowColor">
176 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
177 </TR>
178 </TABLE>
179 &nbsp;
180 <P>
181
182 <!-- ============ ENUM CONSTANT DETAIL =========== -->
183
184 <A NAME="enum_constant_detail"><!-- --></A>
185 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
186 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
187 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
188 <B>Enum Constant Detail</B></FONT></TH>
189 </TR>
190 </TABLE>
191
192 <A NAME="relativeToGround"><!-- --></A><H3>
193 relativeToGround</H3>
194 <PRE>
195 public static final <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>relativeToGround</B></PRE>
196 <DL>
197 <DL>
198 </DL>
199 </DL>
200 <HR>
201
202 <A NAME="absolute"><!-- --></A><H3>
203 absolute</H3>
204 <PRE>
205 public static final <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>absolute</B></PRE>
206 <DL>
207 <DL>
208 </DL>
209 </DL>
210 <HR>
211
212 <A NAME="clampToGround"><!-- --></A><H3>
213 clampToGround</H3>
214 <PRE>
215 public static final <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>clampToGround</B></PRE>
216 <DL>
217 <DL>
218 </DL>
219 </DL>
220
221 <!-- ============ METHOD DETAIL ========== -->
222
223 <A NAME="method_detail"><!-- --></A>
224 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
225 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
226 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
227 <B>Method Detail</B></FONT></TH>
228 </TR>
229 </TABLE>
230
231 <A NAME="values()"><!-- --></A><H3>
232 values</H3>
233 <PRE>
234 public static final <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>[] <B>values</B>()</PRE>
235 <DL>
236 <DD>Returns an array containing the constants of this enum type, in
237 the order they're declared. This method may be used to iterate
238 over the constants as follows:
239 <pre>
240 for(AltitudeModeEnum c : AltitudeModeEnum.values())
241 System.out.println(c);
242 </pre>
243 <P>
244 <DD><DL>
245
246 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
247 the order they're declared</DL>
248 </DD>
249 </DL>
250 <HR>
251
252 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
253 valueOf</H3>
254 <PRE>
255 public static <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
256 <DL>
257 <DD>Returns the enum constant of this type with the specified name.
258 The string must match <I>exactly</I> an identifier used to declare an
259 enum constant in this type. (Extraneous whitespace characters are
260 not permitted.)
261 <P>
262 <DD><DL>
263 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
264 <DT><B>Returns:</B><DD>the enum constant with the specified name
265 <DT><B>Throws:</B>
266 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
267 with the specified name</DL>
268 </DD>
269 </DL>
270 <!-- ========= END OF CLASS DATA ========= -->
271 <HR>
272
273
274 <!-- ======= START OF BOTTOM NAVBAR ====== -->
275 <A NAME="navbar_bottom"><!-- --></A>
276 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
277 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
278 <TR>
279 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
280 <A NAME="navbar_bottom_firstrow"><!-- --></A>
281 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
282 <TR ALIGN="center" VALIGN="top">
283 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
284 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
285 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
286 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AltitudeModeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
287 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
288 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
289 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
290 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
291 </TR>
292 </TABLE>
293 </TD>
294 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
295 </EM>
296 </TD>
297 </TR>
298
299 <TR>
300 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
301 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
302 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
303 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
304 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/AltitudeModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
305 &nbsp;<A HREF="AltitudeModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
306 &nbsp;<SCRIPT type="text/javascript">
307 <!--
308 if(window==top) {
309 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
310 }
311 //-->
312 </SCRIPT>
313 <NOSCRIPT>
314 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
315 </NOSCRIPT>
316
317
318 </FONT></TD>
319 </TR>
320 <TR>
321 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
322 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
323 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
324 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
325 </TR>
326 </TABLE>
327 <A NAME="skip-navbar_bottom"></A>
328 <!-- ======== END OF BOTTOM NAVBAR ======= -->
329
330 <HR>
331
332 </BODY>
333 </HTML>
+0
-462
documentation/javadoc/org/boehn/kmlframework/kml/BallonStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 BallonStyle (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.BallonStyle class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="BallonStyle (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BallonStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/BallonStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="BallonStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class BallonStyle</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.BallonStyle</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>BallonStyle</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#BallonStyle()">BallonStyle</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#BallonStyle(java.lang.String, java.lang.String, java.lang.String, org.boehn.kmlframework.kml.DisplayModeEnum)">BallonStyle</A></B>(java.lang.String&nbsp;bgColor,
121 java.lang.String&nbsp;textColor,
122 java.lang.String&nbsp;text,
123 <A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>&nbsp;displayMode)</CODE>
124
125 <BR>
126 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
127 </TR>
128 </TABLE>
129 &nbsp;
130 <!-- ========== METHOD SUMMARY =========== -->
131
132 <A NAME="method_summary"><!-- --></A>
133 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
135 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
136 <B>Method Summary</B></FONT></TH>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
141 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#getBgColor()">getBgColor</A></B>()</CODE>
142
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145 </TR>
146 <TR BGCOLOR="white" CLASS="TableRowColor">
147 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A></CODE></FONT></TD>
149 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#getDisplayMode()">getDisplayMode</A></B>()</CODE>
150
151 <BR>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153 </TR>
154 <TR BGCOLOR="white" CLASS="TableRowColor">
155 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
156 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
157 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#getText()">getText</A></B>()</CODE>
158
159 <BR>
160 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
161 </TR>
162 <TR BGCOLOR="white" CLASS="TableRowColor">
163 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
165 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#getTextColor()">getTextColor</A></B>()</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 <TR BGCOLOR="white" CLASS="TableRowColor">
171 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
172 <CODE>&nbsp;void</CODE></FONT></TD>
173 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#setBgColor(java.lang.String)">setBgColor</A></B>(java.lang.String&nbsp;bgColor)</CODE>
174
175 <BR>
176 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
177 </TR>
178 <TR BGCOLOR="white" CLASS="TableRowColor">
179 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
180 <CODE>&nbsp;void</CODE></FONT></TD>
181 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#setDisplayMode(org.boehn.kmlframework.kml.DisplayModeEnum)">setDisplayMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>&nbsp;displayMode)</CODE>
182
183 <BR>
184 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
185 </TR>
186 <TR BGCOLOR="white" CLASS="TableRowColor">
187 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
188 <CODE>&nbsp;void</CODE></FONT></TD>
189 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#setText(java.lang.String)">setText</A></B>(java.lang.String&nbsp;text)</CODE>
190
191 <BR>
192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
193 </TR>
194 <TR BGCOLOR="white" CLASS="TableRowColor">
195 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
196 <CODE>&nbsp;void</CODE></FONT></TD>
197 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#setTextColor(java.lang.String)">setTextColor</A></B>(java.lang.String&nbsp;textColor)</CODE>
198
199 <BR>
200 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
201 </TR>
202 <TR BGCOLOR="white" CLASS="TableRowColor">
203 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
204 <CODE>&nbsp;void</CODE></FONT></TD>
205 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
206
207 <BR>
208 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
209 </TR>
210 <TR BGCOLOR="white" CLASS="TableRowColor">
211 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
212 <CODE>&nbsp;void</CODE></FONT></TD>
213 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
214
215 <BR>
216 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
217 </TR>
218 </TABLE>
219 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
220 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
221 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
222 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
223 </TR>
224 <TR BGCOLOR="white" CLASS="TableRowColor">
225 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
226 </TR>
227 </TABLE>
228 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
229 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
230 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
231 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
232 </TR>
233 <TR BGCOLOR="white" CLASS="TableRowColor">
234 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
235 </TR>
236 </TABLE>
237 &nbsp;
238 <P>
239
240 <!-- ========= CONSTRUCTOR DETAIL ======== -->
241
242 <A NAME="constructor_detail"><!-- --></A>
243 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
244 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
245 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
246 <B>Constructor Detail</B></FONT></TH>
247 </TR>
248 </TABLE>
249
250 <A NAME="BallonStyle()"><!-- --></A><H3>
251 BallonStyle</H3>
252 <PRE>
253 public <B>BallonStyle</B>()</PRE>
254 <DL>
255 </DL>
256 <HR>
257
258 <A NAME="BallonStyle(java.lang.String, java.lang.String, java.lang.String, org.boehn.kmlframework.kml.DisplayModeEnum)"><!-- --></A><H3>
259 BallonStyle</H3>
260 <PRE>
261 public <B>BallonStyle</B>(java.lang.String&nbsp;bgColor,
262 java.lang.String&nbsp;textColor,
263 java.lang.String&nbsp;text,
264 <A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>&nbsp;displayMode)</PRE>
265 <DL>
266 </DL>
267
268 <!-- ============ METHOD DETAIL ========== -->
269
270 <A NAME="method_detail"><!-- --></A>
271 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
272 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
273 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
274 <B>Method Detail</B></FONT></TH>
275 </TR>
276 </TABLE>
277
278 <A NAME="getBgColor()"><!-- --></A><H3>
279 getBgColor</H3>
280 <PRE>
281 public java.lang.String <B>getBgColor</B>()</PRE>
282 <DL>
283 <DD><DL>
284 </DL>
285 </DD>
286 </DL>
287 <HR>
288
289 <A NAME="setBgColor(java.lang.String)"><!-- --></A><H3>
290 setBgColor</H3>
291 <PRE>
292 public void <B>setBgColor</B>(java.lang.String&nbsp;bgColor)</PRE>
293 <DL>
294 <DD><DL>
295 </DL>
296 </DD>
297 </DL>
298 <HR>
299
300 <A NAME="getTextColor()"><!-- --></A><H3>
301 getTextColor</H3>
302 <PRE>
303 public java.lang.String <B>getTextColor</B>()</PRE>
304 <DL>
305 <DD><DL>
306 </DL>
307 </DD>
308 </DL>
309 <HR>
310
311 <A NAME="setTextColor(java.lang.String)"><!-- --></A><H3>
312 setTextColor</H3>
313 <PRE>
314 public void <B>setTextColor</B>(java.lang.String&nbsp;textColor)</PRE>
315 <DL>
316 <DD><DL>
317 </DL>
318 </DD>
319 </DL>
320 <HR>
321
322 <A NAME="getText()"><!-- --></A><H3>
323 getText</H3>
324 <PRE>
325 public java.lang.String <B>getText</B>()</PRE>
326 <DL>
327 <DD><DL>
328 </DL>
329 </DD>
330 </DL>
331 <HR>
332
333 <A NAME="setText(java.lang.String)"><!-- --></A><H3>
334 setText</H3>
335 <PRE>
336 public void <B>setText</B>(java.lang.String&nbsp;text)</PRE>
337 <DL>
338 <DD><DL>
339 </DL>
340 </DD>
341 </DL>
342 <HR>
343
344 <A NAME="getDisplayMode()"><!-- --></A><H3>
345 getDisplayMode</H3>
346 <PRE>
347 public <A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A> <B>getDisplayMode</B>()</PRE>
348 <DL>
349 <DD><DL>
350 </DL>
351 </DD>
352 </DL>
353 <HR>
354
355 <A NAME="setDisplayMode(org.boehn.kmlframework.kml.DisplayModeEnum)"><!-- --></A><H3>
356 setDisplayMode</H3>
357 <PRE>
358 public void <B>setDisplayMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>&nbsp;displayMode)</PRE>
359 <DL>
360 <DD><DL>
361 </DL>
362 </DD>
363 </DL>
364 <HR>
365
366 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
367 write</H3>
368 <PRE>
369 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
370 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
371 <DL>
372 <DD><DL>
373 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
374 </DD>
375 <DD><DL>
376
377 <DT><B>Throws:</B>
378 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
379 </DD>
380 </DL>
381 <HR>
382
383 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
384 writeDelete</H3>
385 <PRE>
386 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
387 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
388 <DL>
389 <DD><DL>
390 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
391 </DD>
392 <DD><DL>
393
394 <DT><B>Throws:</B>
395 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
396 </DD>
397 </DL>
398 <!-- ========= END OF CLASS DATA ========= -->
399 <HR>
400
401
402 <!-- ======= START OF BOTTOM NAVBAR ====== -->
403 <A NAME="navbar_bottom"><!-- --></A>
404 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
405 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
406 <TR>
407 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
408 <A NAME="navbar_bottom_firstrow"><!-- --></A>
409 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
410 <TR ALIGN="center" VALIGN="top">
411 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
412 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
413 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
414 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BallonStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
415 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
416 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
417 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
418 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
419 </TR>
420 </TABLE>
421 </TD>
422 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
423 </EM>
424 </TD>
425 </TR>
426
427 <TR>
428 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
429 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
430 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
431 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
432 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/BallonStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
433 &nbsp;<A HREF="BallonStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
434 &nbsp;<SCRIPT type="text/javascript">
435 <!--
436 if(window==top) {
437 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
438 }
439 //-->
440 </SCRIPT>
441 <NOSCRIPT>
442 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
443 </NOSCRIPT>
444
445
446 </FONT></TD>
447 </TR>
448 <TR>
449 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
450 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
451 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
452 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
453 </TR>
454 </TABLE>
455 <A NAME="skip-navbar_bottom"></A>
456 <!-- ======== END OF BOTTOM NAVBAR ======= -->
457
458 <HR>
459
460 </BODY>
461 </HTML>
+0
-364
documentation/javadoc/org/boehn/kmlframework/kml/Camera.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Camera (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Camera class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Camera (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Camera.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Camera.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Camera.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Camera</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.AbstractView</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Camera</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>Camera</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Camera.html#Camera()">Camera</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Camera.html#Camera(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double)">Camera</A></B>(java.lang.Double&nbsp;longitude,
122 java.lang.Double&nbsp;latitude,
123 java.lang.Double&nbsp;altitude,
124 java.lang.Double&nbsp;heading,
125 java.lang.Double&nbsp;tilt,
126 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
127 java.lang.Double&nbsp;roll)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <!-- ========== METHOD SUMMARY =========== -->
135
136 <A NAME="method_summary"><!-- --></A>
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
139 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
140 <B>Method Summary</B></FONT></TH>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
144 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
145 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Camera.html#getRoll()">getRoll</A></B>()</CODE>
146
147 <BR>
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
149 </TR>
150 <TR BGCOLOR="white" CLASS="TableRowColor">
151 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152 <CODE>&nbsp;void</CODE></FONT></TD>
153 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Camera.html#setRoll(java.lang.Double)">setRoll</A></B>(java.lang.Double&nbsp;roll)</CODE>
154
155 <BR>
156 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160 <CODE>&nbsp;void</CODE></FONT></TD>
161 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Camera.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
162
163 <BR>
164 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
168 <CODE>&nbsp;void</CODE></FONT></TD>
169 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Camera.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
170
171 <BR>
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
173 </TR>
174 </TABLE>
175 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.AbstractView"><!-- --></A>
176 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
177 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
178 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></B></TH>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getAltitude()">getAltitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getAltitudeMode()">getAltitudeMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getHeading()">getHeading</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getLatitude()">getLatitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getLongitude()">getLongitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getTilt()">getTilt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setAltitude(java.lang.Double)">setAltitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setHeading(java.lang.Double)">setHeading</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setLatitude(java.lang.Double)">setLatitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setLongitude(java.lang.Double)">setLongitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setTilt(java.lang.Double)">setTilt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
182 </TR>
183 </TABLE>
184 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
185 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
186 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
187 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
188 </TR>
189 <TR BGCOLOR="white" CLASS="TableRowColor">
190 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
191 </TR>
192 </TABLE>
193 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
194 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
195 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
196 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
200 </TR>
201 </TABLE>
202 &nbsp;
203 <P>
204
205 <!-- ========= CONSTRUCTOR DETAIL ======== -->
206
207 <A NAME="constructor_detail"><!-- --></A>
208 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
209 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
210 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
211 <B>Constructor Detail</B></FONT></TH>
212 </TR>
213 </TABLE>
214
215 <A NAME="Camera()"><!-- --></A><H3>
216 Camera</H3>
217 <PRE>
218 public <B>Camera</B>()</PRE>
219 <DL>
220 </DL>
221 <HR>
222
223 <A NAME="Camera(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double)"><!-- --></A><H3>
224 Camera</H3>
225 <PRE>
226 public <B>Camera</B>(java.lang.Double&nbsp;longitude,
227 java.lang.Double&nbsp;latitude,
228 java.lang.Double&nbsp;altitude,
229 java.lang.Double&nbsp;heading,
230 java.lang.Double&nbsp;tilt,
231 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
232 java.lang.Double&nbsp;roll)</PRE>
233 <DL>
234 </DL>
235
236 <!-- ============ METHOD DETAIL ========== -->
237
238 <A NAME="method_detail"><!-- --></A>
239 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
240 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
241 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
242 <B>Method Detail</B></FONT></TH>
243 </TR>
244 </TABLE>
245
246 <A NAME="getRoll()"><!-- --></A><H3>
247 getRoll</H3>
248 <PRE>
249 public java.lang.Double <B>getRoll</B>()</PRE>
250 <DL>
251 <DD><DL>
252 </DL>
253 </DD>
254 </DL>
255 <HR>
256
257 <A NAME="setRoll(java.lang.Double)"><!-- --></A><H3>
258 setRoll</H3>
259 <PRE>
260 public void <B>setRoll</B>(java.lang.Double&nbsp;roll)</PRE>
261 <DL>
262 <DD><DL>
263 </DL>
264 </DD>
265 </DL>
266 <HR>
267
268 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
269 write</H3>
270 <PRE>
271 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
272 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
273 <DL>
274 <DD><DL>
275 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
276 </DD>
277 <DD><DL>
278
279 <DT><B>Throws:</B>
280 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
281 </DD>
282 </DL>
283 <HR>
284
285 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
286 writeDelete</H3>
287 <PRE>
288 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
289 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
290 <DL>
291 <DD><DL>
292 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
293 </DD>
294 <DD><DL>
295
296 <DT><B>Throws:</B>
297 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
298 </DD>
299 </DL>
300 <!-- ========= END OF CLASS DATA ========= -->
301 <HR>
302
303
304 <!-- ======= START OF BOTTOM NAVBAR ====== -->
305 <A NAME="navbar_bottom"><!-- --></A>
306 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
307 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
308 <TR>
309 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
310 <A NAME="navbar_bottom_firstrow"><!-- --></A>
311 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
312 <TR ALIGN="center" VALIGN="top">
313 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
314 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
315 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
316 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Camera.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
317 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
318 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
319 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
320 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
321 </TR>
322 </TABLE>
323 </TD>
324 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
325 </EM>
326 </TD>
327 </TR>
328
329 <TR>
330 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
331 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
332 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
333 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
334 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Camera.html" target="_top"><B>FRAMES</B></A> &nbsp;
335 &nbsp;<A HREF="Camera.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
336 &nbsp;<SCRIPT type="text/javascript">
337 <!--
338 if(window==top) {
339 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
340 }
341 //-->
342 </SCRIPT>
343 <NOSCRIPT>
344 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
345 </NOSCRIPT>
346
347
348 </FONT></TD>
349 </TR>
350 <TR>
351 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
352 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
353 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
354 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
355 </TR>
356 </TABLE>
357 <A NAME="skip-navbar_bottom"></A>
358 <!-- ======== END OF BOTTOM NAVBAR ======= -->
359
360 <HR>
361
362 </BODY>
363 </HTML>
+0
-279
documentation/javadoc/org/boehn/kmlframework/kml/Change.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Change (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Change class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Change (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Change.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Change.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Change.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Change</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.UpdateElement</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Change</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>Change</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Change.html#Change()">Change</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Change.html#Change(org.boehn.kmlframework.kml.KmlObject)">Change</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 </TABLE>
126 &nbsp;
127 <!-- ========== METHOD SUMMARY =========== -->
128
129 <A NAME="method_summary"><!-- --></A>
130 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
131 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
132 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
133 <B>Method Summary</B></FONT></TH>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
137 <CODE>&nbsp;void</CODE></FONT></TD>
138 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Change.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
139
140 <BR>
141 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
142 </TR>
143 </TABLE>
144 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.UpdateElement"><!-- --></A>
145 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
146 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
147 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></B></TH>
148 </TR>
149 <TR BGCOLOR="white" CLASS="TableRowColor">
150 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#getKmlObject()">getKmlObject</A>, <A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#setKmlObject(org.boehn.kmlframework.kml.KmlObject)">setKmlObject</A></CODE></TD>
151 </TR>
152 </TABLE>
153 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
154 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
155 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
156 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
160 </TR>
161 </TABLE>
162 &nbsp;
163 <P>
164
165 <!-- ========= CONSTRUCTOR DETAIL ======== -->
166
167 <A NAME="constructor_detail"><!-- --></A>
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
170 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
171 <B>Constructor Detail</B></FONT></TH>
172 </TR>
173 </TABLE>
174
175 <A NAME="Change()"><!-- --></A><H3>
176 Change</H3>
177 <PRE>
178 public <B>Change</B>()</PRE>
179 <DL>
180 </DL>
181 <HR>
182
183 <A NAME="Change(org.boehn.kmlframework.kml.KmlObject)"><!-- --></A><H3>
184 Change</H3>
185 <PRE>
186 public <B>Change</B>(<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</PRE>
187 <DL>
188 </DL>
189
190 <!-- ============ METHOD DETAIL ========== -->
191
192 <A NAME="method_detail"><!-- --></A>
193 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
194 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
195 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
196 <B>Method Detail</B></FONT></TH>
197 </TR>
198 </TABLE>
199
200 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
201 write</H3>
202 <PRE>
203 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
204 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
205 <DL>
206 <DD><DL>
207 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></CODE></DL>
208 </DD>
209 <DD><DL>
210
211 <DT><B>Throws:</B>
212 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
213 </DD>
214 </DL>
215 <!-- ========= END OF CLASS DATA ========= -->
216 <HR>
217
218
219 <!-- ======= START OF BOTTOM NAVBAR ====== -->
220 <A NAME="navbar_bottom"><!-- --></A>
221 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
222 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
223 <TR>
224 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
225 <A NAME="navbar_bottom_firstrow"><!-- --></A>
226 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
227 <TR ALIGN="center" VALIGN="top">
228 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
229 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
230 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
231 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Change.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
232 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
233 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
234 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
235 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
236 </TR>
237 </TABLE>
238 </TD>
239 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
240 </EM>
241 </TD>
242 </TR>
243
244 <TR>
245 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
246 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
247 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
248 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
249 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Change.html" target="_top"><B>FRAMES</B></A> &nbsp;
250 &nbsp;<A HREF="Change.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
251 &nbsp;<SCRIPT type="text/javascript">
252 <!--
253 if(window==top) {
254 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
255 }
256 //-->
257 </SCRIPT>
258 <NOSCRIPT>
259 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
260 </NOSCRIPT>
261
262
263 </FONT></TD>
264 </TR>
265 <TR>
266 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
267 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
268 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
269 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
270 </TR>
271 </TABLE>
272 <A NAME="skip-navbar_bottom"></A>
273 <!-- ======== END OF BOTTOM NAVBAR ======= -->
274
275 <HR>
276
277 </BODY>
278 </HTML>
+0
-318
documentation/javadoc/org/boehn/kmlframework/kml/ColorModeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 ColorModeEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.ColorModeEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ColorModeEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ColorModeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ColorModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ColorModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum ColorModeEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.ColorModeEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>ColorModeEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html#normal">normal</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html#random">random</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A></CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>[]</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html#values()">values</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
152 the order they're declared.</TD>
153 </TR>
154 </TABLE>
155 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
156 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
157 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
158 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
162 </TR>
163 </TABLE>
164 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
165 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
166 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
167 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
171 </TR>
172 </TABLE>
173 &nbsp;
174 <P>
175
176 <!-- ============ ENUM CONSTANT DETAIL =========== -->
177
178 <A NAME="enum_constant_detail"><!-- --></A>
179 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
181 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
182 <B>Enum Constant Detail</B></FONT></TH>
183 </TR>
184 </TABLE>
185
186 <A NAME="normal"><!-- --></A><H3>
187 normal</H3>
188 <PRE>
189 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A> <B>normal</B></PRE>
190 <DL>
191 <DL>
192 </DL>
193 </DL>
194 <HR>
195
196 <A NAME="random"><!-- --></A><H3>
197 random</H3>
198 <PRE>
199 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A> <B>random</B></PRE>
200 <DL>
201 <DL>
202 </DL>
203 </DL>
204
205 <!-- ============ METHOD DETAIL ========== -->
206
207 <A NAME="method_detail"><!-- --></A>
208 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
209 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
210 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
211 <B>Method Detail</B></FONT></TH>
212 </TR>
213 </TABLE>
214
215 <A NAME="values()"><!-- --></A><H3>
216 values</H3>
217 <PRE>
218 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>[] <B>values</B>()</PRE>
219 <DL>
220 <DD>Returns an array containing the constants of this enum type, in
221 the order they're declared. This method may be used to iterate
222 over the constants as follows:
223 <pre>
224 for(ColorModeEnum c : ColorModeEnum.values())
225 System.out.println(c);
226 </pre>
227 <P>
228 <DD><DL>
229
230 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
231 the order they're declared</DL>
232 </DD>
233 </DL>
234 <HR>
235
236 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
237 valueOf</H3>
238 <PRE>
239 public static <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
240 <DL>
241 <DD>Returns the enum constant of this type with the specified name.
242 The string must match <I>exactly</I> an identifier used to declare an
243 enum constant in this type. (Extraneous whitespace characters are
244 not permitted.)
245 <P>
246 <DD><DL>
247 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
248 <DT><B>Returns:</B><DD>the enum constant with the specified name
249 <DT><B>Throws:</B>
250 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
251 with the specified name</DL>
252 </DD>
253 </DL>
254 <!-- ========= END OF CLASS DATA ========= -->
255 <HR>
256
257
258 <!-- ======= START OF BOTTOM NAVBAR ====== -->
259 <A NAME="navbar_bottom"><!-- --></A>
260 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
261 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
262 <TR>
263 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
264 <A NAME="navbar_bottom_firstrow"><!-- --></A>
265 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
266 <TR ALIGN="center" VALIGN="top">
267 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
268 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
269 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
270 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ColorModeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
271 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
272 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
273 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
274 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
275 </TR>
276 </TABLE>
277 </TD>
278 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
279 </EM>
280 </TD>
281 </TR>
282
283 <TR>
284 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
285 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
286 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
287 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
288 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ColorModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
289 &nbsp;<A HREF="ColorModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
290 &nbsp;<SCRIPT type="text/javascript">
291 <!--
292 if(window==top) {
293 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
294 }
295 //-->
296 </SCRIPT>
297 <NOSCRIPT>
298 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
299 </NOSCRIPT>
300
301
302 </FONT></TD>
303 </TR>
304 <TR>
305 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
306 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
307 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
308 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
309 </TR>
310 </TABLE>
311 <A NAME="skip-navbar_bottom"></A>
312 <!-- ======== END OF BOTTOM NAVBAR ======= -->
313
314 <HR>
315
316 </BODY>
317 </HTML>
+0
-357
documentation/javadoc/org/boehn/kmlframework/kml/ColorStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 ColorStyle (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.ColorStyle class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ColorStyle (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ColorStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ColorStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ColorStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class ColorStyle</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.ColorStyle</B>
94 </PRE>
95 <DL>
96 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>, <A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>, <A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>, <A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A></DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public abstract class <B>ColorStyle</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107
108 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
109
110 <A NAME="constructor_summary"><!-- --></A>
111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
114 <B>Constructor Summary</B></FONT></TH>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#ColorStyle()">ColorStyle</A></B>()</CODE>
118
119 <BR>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
121 </TR>
122 <TR BGCOLOR="white" CLASS="TableRowColor">
123 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#ColorStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum)">ColorStyle</A></B>(java.lang.String&nbsp;color,
124 <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode)</CODE>
125
126 <BR>
127 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <!-- ========== METHOD SUMMARY =========== -->
132
133 <A NAME="method_summary"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
137 <B>Method Summary</B></FONT></TH>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColor()">getColor</A></B>()</CODE>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A></CODE></FONT></TD>
150 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColorMode()">getColorMode</A></B>()</CODE>
151
152 <BR>
153 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;void</CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColor(java.lang.String)">setColor</A></B>(java.lang.String&nbsp;color)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;void</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColorMode(org.boehn.kmlframework.kml.ColorModeEnum)">setColorMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode)</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;void</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 </TABLE>
180 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
181 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
182 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
183 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE></TD>
187 </TR>
188 </TABLE>
189 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
190 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
191 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
192 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
193 </TR>
194 <TR BGCOLOR="white" CLASS="TableRowColor">
195 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
196 </TR>
197 </TABLE>
198 &nbsp;
199 <P>
200
201 <!-- ========= CONSTRUCTOR DETAIL ======== -->
202
203 <A NAME="constructor_detail"><!-- --></A>
204 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
205 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
206 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
207 <B>Constructor Detail</B></FONT></TH>
208 </TR>
209 </TABLE>
210
211 <A NAME="ColorStyle()"><!-- --></A><H3>
212 ColorStyle</H3>
213 <PRE>
214 public <B>ColorStyle</B>()</PRE>
215 <DL>
216 </DL>
217 <HR>
218
219 <A NAME="ColorStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum)"><!-- --></A><H3>
220 ColorStyle</H3>
221 <PRE>
222 public <B>ColorStyle</B>(java.lang.String&nbsp;color,
223 <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode)</PRE>
224 <DL>
225 </DL>
226
227 <!-- ============ METHOD DETAIL ========== -->
228
229 <A NAME="method_detail"><!-- --></A>
230 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
231 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
232 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
233 <B>Method Detail</B></FONT></TH>
234 </TR>
235 </TABLE>
236
237 <A NAME="getColor()"><!-- --></A><H3>
238 getColor</H3>
239 <PRE>
240 public java.lang.String <B>getColor</B>()</PRE>
241 <DL>
242 <DD><DL>
243 </DL>
244 </DD>
245 </DL>
246 <HR>
247
248 <A NAME="setColor(java.lang.String)"><!-- --></A><H3>
249 setColor</H3>
250 <PRE>
251 public void <B>setColor</B>(java.lang.String&nbsp;color)</PRE>
252 <DL>
253 <DD><DL>
254 </DL>
255 </DD>
256 </DL>
257 <HR>
258
259 <A NAME="getColorMode()"><!-- --></A><H3>
260 getColorMode</H3>
261 <PRE>
262 public <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A> <B>getColorMode</B>()</PRE>
263 <DL>
264 <DD><DL>
265 </DL>
266 </DD>
267 </DL>
268 <HR>
269
270 <A NAME="setColorMode(org.boehn.kmlframework.kml.ColorModeEnum)"><!-- --></A><H3>
271 setColorMode</H3>
272 <PRE>
273 public void <B>setColorMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode)</PRE>
274 <DL>
275 <DD><DL>
276 </DL>
277 </DD>
278 </DL>
279 <HR>
280
281 <A NAME="writeInner(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
282 writeInner</H3>
283 <PRE>
284 public void <B>writeInner</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
285 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
286 <DL>
287 <DD><DL>
288
289 <DT><B>Throws:</B>
290 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
291 </DD>
292 </DL>
293 <!-- ========= END OF CLASS DATA ========= -->
294 <HR>
295
296
297 <!-- ======= START OF BOTTOM NAVBAR ====== -->
298 <A NAME="navbar_bottom"><!-- --></A>
299 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
300 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
301 <TR>
302 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
303 <A NAME="navbar_bottom_firstrow"><!-- --></A>
304 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
305 <TR ALIGN="center" VALIGN="top">
306 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
307 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
308 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
309 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ColorStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
310 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
311 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
312 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
313 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
314 </TR>
315 </TABLE>
316 </TD>
317 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
318 </EM>
319 </TD>
320 </TR>
321
322 <TR>
323 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
324 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
325 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
326 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
327 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ColorStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
328 &nbsp;<A HREF="ColorStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
329 &nbsp;<SCRIPT type="text/javascript">
330 <!--
331 if(window==top) {
332 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
333 }
334 //-->
335 </SCRIPT>
336 <NOSCRIPT>
337 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
338 </NOSCRIPT>
339
340
341 </FONT></TD>
342 </TR>
343 <TR>
344 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
345 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
346 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
347 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
348 </TR>
349 </TABLE>
350 <A NAME="skip-navbar_bottom"></A>
351 <!-- ======== END OF BOTTOM NAVBAR ======= -->
352
353 <HR>
354
355 </BODY>
356 </HTML>
+0
-383
documentation/javadoc/org/boehn/kmlframework/kml/Container.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Container (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Container class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Container (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Container.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Container.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Container.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Container</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Feature</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Container</B>
95 </PRE>
96 <DL>
97 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml">Folder</A></DD>
98 </DL>
99 <HR>
100 <DL>
101 <DT><PRE>public abstract class <B>Container</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></DL>
102 </PRE>
103
104 <P>
105 <HR>
106
107 <P>
108
109 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
110
111 <A NAME="constructor_summary"><!-- --></A>
112 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
113 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
114 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
115 <B>Constructor Summary</B></FONT></TH>
116 </TR>
117 <TR BGCOLOR="white" CLASS="TableRowColor">
118 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Container.html#Container()">Container</A></B>()</CODE>
119
120 <BR>
121 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
122 </TR>
123 <TR BGCOLOR="white" CLASS="TableRowColor">
124 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Container.html#Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Container</A></B>(java.lang.String&nbsp;name,
125 java.lang.Boolean&nbsp;visibility,
126 java.lang.Boolean&nbsp;open,
127 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
128 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
129 java.lang.String&nbsp;address,
130 java.lang.String&nbsp;xalAddressDetails,
131 java.lang.String&nbsp;phoneNumber,
132 java.lang.String&nbsp;snippet,
133 java.lang.Integer&nbsp;snippetMaxLines,
134 java.lang.String&nbsp;description,
135 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
136 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
137 java.lang.String&nbsp;styleUrl,
138 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
139 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
140 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
141 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
142
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145 </TR>
146 </TABLE>
147 &nbsp;
148 <!-- ========== METHOD SUMMARY =========== -->
149
150 <A NAME="method_summary"><!-- --></A>
151 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
152 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
153 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
154 <B>Method Summary</B></FONT></TH>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;void</CODE></FONT></TD>
159 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Container.html#addFeature(org.boehn.kmlframework.kml.Feature)">addFeature</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&nbsp;feature)</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;</CODE></FONT></TD>
167 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Container.html#getFeatures()">getFeatures</A></B>()</CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174 <CODE>&nbsp;void</CODE></FONT></TD>
175 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Container.html#setFeatures(java.util.List)">setFeatures</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;features)</CODE>
176
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182 <CODE>&nbsp;void</CODE></FONT></TD>
183 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Container.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
184
185 <BR>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
187 </TR>
188 </TABLE>
189 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Feature"><!-- --></A>
190 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
191 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
192 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></TH>
193 </TR>
194 <TR BGCOLOR="white" CLASS="TableRowColor">
195 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAddress()">getAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getDescription()">getDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getName()">getName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()">getPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippet()">getSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()">getSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleUrl()">getStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()">getXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isOpen()">isOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isVisible()">isVisible</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)">setAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)">setName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)">setOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)">setPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)">setSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)">setSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)">setStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)">setVisibility</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)">setXalAddressDeatails</A></CODE></TD>
196 </TR>
197 </TABLE>
198 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
199 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
200 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
201 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE></TD>
205 </TR>
206 </TABLE>
207 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
208 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
209 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
210 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
211 </TR>
212 <TR BGCOLOR="white" CLASS="TableRowColor">
213 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
214 </TR>
215 </TABLE>
216 &nbsp;
217 <P>
218
219 <!-- ========= CONSTRUCTOR DETAIL ======== -->
220
221 <A NAME="constructor_detail"><!-- --></A>
222 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
223 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
224 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
225 <B>Constructor Detail</B></FONT></TH>
226 </TR>
227 </TABLE>
228
229 <A NAME="Container()"><!-- --></A><H3>
230 Container</H3>
231 <PRE>
232 public <B>Container</B>()</PRE>
233 <DL>
234 </DL>
235 <HR>
236
237 <A NAME="Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)"><!-- --></A><H3>
238 Container</H3>
239 <PRE>
240 public <B>Container</B>(java.lang.String&nbsp;name,
241 java.lang.Boolean&nbsp;visibility,
242 java.lang.Boolean&nbsp;open,
243 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
244 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
245 java.lang.String&nbsp;address,
246 java.lang.String&nbsp;xalAddressDetails,
247 java.lang.String&nbsp;phoneNumber,
248 java.lang.String&nbsp;snippet,
249 java.lang.Integer&nbsp;snippetMaxLines,
250 java.lang.String&nbsp;description,
251 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
252 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
253 java.lang.String&nbsp;styleUrl,
254 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
255 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
256 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
257 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</PRE>
258 <DL>
259 </DL>
260
261 <!-- ============ METHOD DETAIL ========== -->
262
263 <A NAME="method_detail"><!-- --></A>
264 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
265 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
266 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
267 <B>Method Detail</B></FONT></TH>
268 </TR>
269 </TABLE>
270
271 <A NAME="getFeatures()"><!-- --></A><H3>
272 getFeatures</H3>
273 <PRE>
274 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt; <B>getFeatures</B>()</PRE>
275 <DL>
276 <DD><DL>
277 </DL>
278 </DD>
279 </DL>
280 <HR>
281
282 <A NAME="setFeatures(java.util.List)"><!-- --></A><H3>
283 setFeatures</H3>
284 <PRE>
285 public void <B>setFeatures</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;features)</PRE>
286 <DL>
287 <DD><DL>
288 </DL>
289 </DD>
290 </DL>
291 <HR>
292
293 <A NAME="addFeature(org.boehn.kmlframework.kml.Feature)"><!-- --></A><H3>
294 addFeature</H3>
295 <PRE>
296 public void <B>addFeature</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&nbsp;feature)</PRE>
297 <DL>
298 <DD><DL>
299 </DL>
300 </DD>
301 </DL>
302 <HR>
303
304 <A NAME="writeInner(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
305 writeInner</H3>
306 <PRE>
307 public void <B>writeInner</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
308 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
309 <DL>
310 <DD><DL>
311 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></CODE></DL>
312 </DD>
313 <DD><DL>
314
315 <DT><B>Throws:</B>
316 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
317 </DD>
318 </DL>
319 <!-- ========= END OF CLASS DATA ========= -->
320 <HR>
321
322
323 <!-- ======= START OF BOTTOM NAVBAR ====== -->
324 <A NAME="navbar_bottom"><!-- --></A>
325 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
326 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
327 <TR>
328 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
329 <A NAME="navbar_bottom_firstrow"><!-- --></A>
330 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
331 <TR ALIGN="center" VALIGN="top">
332 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
333 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
334 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
335 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Container.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
336 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
337 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
338 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
339 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
340 </TR>
341 </TABLE>
342 </TD>
343 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
344 </EM>
345 </TD>
346 </TR>
347
348 <TR>
349 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
350 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
351 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
352 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
353 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Container.html" target="_top"><B>FRAMES</B></A> &nbsp;
354 &nbsp;<A HREF="Container.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
355 &nbsp;<SCRIPT type="text/javascript">
356 <!--
357 if(window==top) {
358 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
359 }
360 //-->
361 </SCRIPT>
362 <NOSCRIPT>
363 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
364 </NOSCRIPT>
365
366
367 </FONT></TD>
368 </TR>
369 <TR>
370 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
371 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
372 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
373 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
374 </TR>
375 </TABLE>
376 <A NAME="skip-navbar_bottom"></A>
377 <!-- ======== END OF BOTTOM NAVBAR ======= -->
378
379 <HR>
380
381 </BODY>
382 </HTML>
+0
-279
documentation/javadoc/org/boehn/kmlframework/kml/Create.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Create (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Create class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Create (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Create.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Create.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Create.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Create</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.UpdateElement</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Create</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>Create</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Create.html#Create()">Create</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Create.html#Create(org.boehn.kmlframework.kml.KmlObject)">Create</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 </TABLE>
126 &nbsp;
127 <!-- ========== METHOD SUMMARY =========== -->
128
129 <A NAME="method_summary"><!-- --></A>
130 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
131 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
132 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
133 <B>Method Summary</B></FONT></TH>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
137 <CODE>&nbsp;void</CODE></FONT></TD>
138 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Create.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
139
140 <BR>
141 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
142 </TR>
143 </TABLE>
144 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.UpdateElement"><!-- --></A>
145 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
146 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
147 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></B></TH>
148 </TR>
149 <TR BGCOLOR="white" CLASS="TableRowColor">
150 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#getKmlObject()">getKmlObject</A>, <A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#setKmlObject(org.boehn.kmlframework.kml.KmlObject)">setKmlObject</A></CODE></TD>
151 </TR>
152 </TABLE>
153 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
154 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
155 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
156 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
160 </TR>
161 </TABLE>
162 &nbsp;
163 <P>
164
165 <!-- ========= CONSTRUCTOR DETAIL ======== -->
166
167 <A NAME="constructor_detail"><!-- --></A>
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
170 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
171 <B>Constructor Detail</B></FONT></TH>
172 </TR>
173 </TABLE>
174
175 <A NAME="Create()"><!-- --></A><H3>
176 Create</H3>
177 <PRE>
178 public <B>Create</B>()</PRE>
179 <DL>
180 </DL>
181 <HR>
182
183 <A NAME="Create(org.boehn.kmlframework.kml.KmlObject)"><!-- --></A><H3>
184 Create</H3>
185 <PRE>
186 public <B>Create</B>(<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</PRE>
187 <DL>
188 </DL>
189
190 <!-- ============ METHOD DETAIL ========== -->
191
192 <A NAME="method_detail"><!-- --></A>
193 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
194 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
195 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
196 <B>Method Detail</B></FONT></TH>
197 </TR>
198 </TABLE>
199
200 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
201 write</H3>
202 <PRE>
203 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
204 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
205 <DL>
206 <DD><DL>
207 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></CODE></DL>
208 </DD>
209 <DD><DL>
210
211 <DT><B>Throws:</B>
212 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
213 </DD>
214 </DL>
215 <!-- ========= END OF CLASS DATA ========= -->
216 <HR>
217
218
219 <!-- ======= START OF BOTTOM NAVBAR ====== -->
220 <A NAME="navbar_bottom"><!-- --></A>
221 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
222 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
223 <TR>
224 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
225 <A NAME="navbar_bottom_firstrow"><!-- --></A>
226 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
227 <TR ALIGN="center" VALIGN="top">
228 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
229 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
230 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
231 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Create.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
232 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
233 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
234 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
235 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
236 </TR>
237 </TABLE>
238 </TD>
239 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
240 </EM>
241 </TD>
242 </TR>
243
244 <TR>
245 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
246 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
247 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
248 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
249 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Create.html" target="_top"><B>FRAMES</B></A> &nbsp;
250 &nbsp;<A HREF="Create.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
251 &nbsp;<SCRIPT type="text/javascript">
252 <!--
253 if(window==top) {
254 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
255 }
256 //-->
257 </SCRIPT>
258 <NOSCRIPT>
259 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
260 </NOSCRIPT>
261
262
263 </FONT></TD>
264 </TR>
265 <TR>
266 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
267 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
268 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
269 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
270 </TR>
271 </TABLE>
272 <A NAME="skip-navbar_bottom"></A>
273 <!-- ======== END OF BOTTOM NAVBAR ======= -->
274
275 <HR>
276
277 </BODY>
278 </HTML>
+0
-422
documentation/javadoc/org/boehn/kmlframework/kml/Data.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Data (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Data class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Data (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Data.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Data.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Data.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Data</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Data</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>Data</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html#Data()">Data</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html#Data(java.lang.String, java.lang.String, java.lang.String)">Data</A></B>(java.lang.String&nbsp;name,
121 java.lang.String&nbsp;displayName,
122 java.lang.String&nbsp;value)</CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html#getDisplayName()">getDisplayName</A></B>()</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html#getName()">getName</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html#getValue()">getValue</A></B>()</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;void</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html#setDisplayName(java.lang.String)">setDisplayName</A></B>(java.lang.String&nbsp;displayName)</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;void</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;name)</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;void</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html#setValue(java.lang.String)">setValue</A></B>(java.lang.String&nbsp;value)</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>&nbsp;void</CODE></FONT></TD>
188 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
189
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;void</CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 </TABLE>
202 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
203 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
204 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
205 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
206 </TR>
207 <TR BGCOLOR="white" CLASS="TableRowColor">
208 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
209 </TR>
210 </TABLE>
211 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
212 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
213 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
214 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
215 </TR>
216 <TR BGCOLOR="white" CLASS="TableRowColor">
217 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
218 </TR>
219 </TABLE>
220 &nbsp;
221 <P>
222
223 <!-- ========= CONSTRUCTOR DETAIL ======== -->
224
225 <A NAME="constructor_detail"><!-- --></A>
226 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
227 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
228 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
229 <B>Constructor Detail</B></FONT></TH>
230 </TR>
231 </TABLE>
232
233 <A NAME="Data()"><!-- --></A><H3>
234 Data</H3>
235 <PRE>
236 public <B>Data</B>()</PRE>
237 <DL>
238 </DL>
239 <HR>
240
241 <A NAME="Data(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
242 Data</H3>
243 <PRE>
244 public <B>Data</B>(java.lang.String&nbsp;name,
245 java.lang.String&nbsp;displayName,
246 java.lang.String&nbsp;value)</PRE>
247 <DL>
248 </DL>
249
250 <!-- ============ METHOD DETAIL ========== -->
251
252 <A NAME="method_detail"><!-- --></A>
253 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
254 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
255 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
256 <B>Method Detail</B></FONT></TH>
257 </TR>
258 </TABLE>
259
260 <A NAME="getName()"><!-- --></A><H3>
261 getName</H3>
262 <PRE>
263 public java.lang.String <B>getName</B>()</PRE>
264 <DL>
265 <DD><DL>
266 </DL>
267 </DD>
268 </DL>
269 <HR>
270
271 <A NAME="setName(java.lang.String)"><!-- --></A><H3>
272 setName</H3>
273 <PRE>
274 public void <B>setName</B>(java.lang.String&nbsp;name)</PRE>
275 <DL>
276 <DD><DL>
277 </DL>
278 </DD>
279 </DL>
280 <HR>
281
282 <A NAME="getDisplayName()"><!-- --></A><H3>
283 getDisplayName</H3>
284 <PRE>
285 public java.lang.String <B>getDisplayName</B>()</PRE>
286 <DL>
287 <DD><DL>
288 </DL>
289 </DD>
290 </DL>
291 <HR>
292
293 <A NAME="setDisplayName(java.lang.String)"><!-- --></A><H3>
294 setDisplayName</H3>
295 <PRE>
296 public void <B>setDisplayName</B>(java.lang.String&nbsp;displayName)</PRE>
297 <DL>
298 <DD><DL>
299 </DL>
300 </DD>
301 </DL>
302 <HR>
303
304 <A NAME="getValue()"><!-- --></A><H3>
305 getValue</H3>
306 <PRE>
307 public java.lang.String <B>getValue</B>()</PRE>
308 <DL>
309 <DD><DL>
310 </DL>
311 </DD>
312 </DL>
313 <HR>
314
315 <A NAME="setValue(java.lang.String)"><!-- --></A><H3>
316 setValue</H3>
317 <PRE>
318 public void <B>setValue</B>(java.lang.String&nbsp;value)</PRE>
319 <DL>
320 <DD><DL>
321 </DL>
322 </DD>
323 </DL>
324 <HR>
325
326 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
327 write</H3>
328 <PRE>
329 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
330 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
331 <DL>
332 <DD><DL>
333 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
334 </DD>
335 <DD><DL>
336
337 <DT><B>Throws:</B>
338 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
339 </DD>
340 </DL>
341 <HR>
342
343 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
344 writeDelete</H3>
345 <PRE>
346 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
347 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
348 <DL>
349 <DD><DL>
350 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
351 </DD>
352 <DD><DL>
353
354 <DT><B>Throws:</B>
355 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
356 </DD>
357 </DL>
358 <!-- ========= END OF CLASS DATA ========= -->
359 <HR>
360
361
362 <!-- ======= START OF BOTTOM NAVBAR ====== -->
363 <A NAME="navbar_bottom"><!-- --></A>
364 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
365 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
366 <TR>
367 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
368 <A NAME="navbar_bottom_firstrow"><!-- --></A>
369 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
370 <TR ALIGN="center" VALIGN="top">
371 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
372 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
373 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
374 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Data.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
375 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
376 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
377 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
378 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
379 </TR>
380 </TABLE>
381 </TD>
382 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
383 </EM>
384 </TD>
385 </TR>
386
387 <TR>
388 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
389 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
390 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
391 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
392 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Data.html" target="_top"><B>FRAMES</B></A> &nbsp;
393 &nbsp;<A HREF="Data.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
394 &nbsp;<SCRIPT type="text/javascript">
395 <!--
396 if(window==top) {
397 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
398 }
399 //-->
400 </SCRIPT>
401 <NOSCRIPT>
402 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
403 </NOSCRIPT>
404
405
406 </FONT></TD>
407 </TR>
408 <TR>
409 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
410 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
411 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
412 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
413 </TR>
414 </TABLE>
415 <A NAME="skip-navbar_bottom"></A>
416 <!-- ======== END OF BOTTOM NAVBAR ======= -->
417
418 <HR>
419
420 </BODY>
421 </HTML>
+0
-279
documentation/javadoc/org/boehn/kmlframework/kml/Delete.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Delete (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Delete class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Delete (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Delete.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Delete.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Delete.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Delete</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.UpdateElement</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Delete</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>Delete</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Delete.html#Delete()">Delete</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Delete.html#Delete(org.boehn.kmlframework.kml.KmlObject)">Delete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 </TABLE>
126 &nbsp;
127 <!-- ========== METHOD SUMMARY =========== -->
128
129 <A NAME="method_summary"><!-- --></A>
130 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
131 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
132 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
133 <B>Method Summary</B></FONT></TH>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
137 <CODE>&nbsp;void</CODE></FONT></TD>
138 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Delete.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
139
140 <BR>
141 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
142 </TR>
143 </TABLE>
144 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.UpdateElement"><!-- --></A>
145 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
146 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
147 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></B></TH>
148 </TR>
149 <TR BGCOLOR="white" CLASS="TableRowColor">
150 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#getKmlObject()">getKmlObject</A>, <A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#setKmlObject(org.boehn.kmlframework.kml.KmlObject)">setKmlObject</A></CODE></TD>
151 </TR>
152 </TABLE>
153 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
154 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
155 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
156 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
160 </TR>
161 </TABLE>
162 &nbsp;
163 <P>
164
165 <!-- ========= CONSTRUCTOR DETAIL ======== -->
166
167 <A NAME="constructor_detail"><!-- --></A>
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
170 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
171 <B>Constructor Detail</B></FONT></TH>
172 </TR>
173 </TABLE>
174
175 <A NAME="Delete()"><!-- --></A><H3>
176 Delete</H3>
177 <PRE>
178 public <B>Delete</B>()</PRE>
179 <DL>
180 </DL>
181 <HR>
182
183 <A NAME="Delete(org.boehn.kmlframework.kml.KmlObject)"><!-- --></A><H3>
184 Delete</H3>
185 <PRE>
186 public <B>Delete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</PRE>
187 <DL>
188 </DL>
189
190 <!-- ============ METHOD DETAIL ========== -->
191
192 <A NAME="method_detail"><!-- --></A>
193 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
194 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
195 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
196 <B>Method Detail</B></FONT></TH>
197 </TR>
198 </TABLE>
199
200 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
201 write</H3>
202 <PRE>
203 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
204 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
205 <DL>
206 <DD><DL>
207 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></CODE></DL>
208 </DD>
209 <DD><DL>
210
211 <DT><B>Throws:</B>
212 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
213 </DD>
214 </DL>
215 <!-- ========= END OF CLASS DATA ========= -->
216 <HR>
217
218
219 <!-- ======= START OF BOTTOM NAVBAR ====== -->
220 <A NAME="navbar_bottom"><!-- --></A>
221 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
222 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
223 <TR>
224 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
225 <A NAME="navbar_bottom_firstrow"><!-- --></A>
226 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
227 <TR ALIGN="center" VALIGN="top">
228 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
229 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
230 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
231 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Delete.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
232 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
233 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
234 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
235 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
236 </TR>
237 </TABLE>
238 </TD>
239 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
240 </EM>
241 </TD>
242 </TR>
243
244 <TR>
245 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
246 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
247 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
248 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
249 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Delete.html" target="_top"><B>FRAMES</B></A> &nbsp;
250 &nbsp;<A HREF="Delete.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
251 &nbsp;<SCRIPT type="text/javascript">
252 <!--
253 if(window==top) {
254 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
255 }
256 //-->
257 </SCRIPT>
258 <NOSCRIPT>
259 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
260 </NOSCRIPT>
261
262
263 </FONT></TD>
264 </TR>
265 <TR>
266 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
267 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
268 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
269 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
270 </TR>
271 </TABLE>
272 <A NAME="skip-navbar_bottom"></A>
273 <!-- ======== END OF BOTTOM NAVBAR ======= -->
274
275 <HR>
276
277 </BODY>
278 </HTML>
+0
-318
documentation/javadoc/org/boehn/kmlframework/kml/DisplayModeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 DisplayModeEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.DisplayModeEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="DisplayModeEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DisplayModeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/DisplayModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="DisplayModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum DisplayModeEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.DisplayModeEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>DisplayModeEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html#_default">_default</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html#hide">hide</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A></CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>[]</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html#values()">values</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
152 the order they're declared.</TD>
153 </TR>
154 </TABLE>
155 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
156 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
157 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
158 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
162 </TR>
163 </TABLE>
164 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
165 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
166 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
167 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
171 </TR>
172 </TABLE>
173 &nbsp;
174 <P>
175
176 <!-- ============ ENUM CONSTANT DETAIL =========== -->
177
178 <A NAME="enum_constant_detail"><!-- --></A>
179 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
181 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
182 <B>Enum Constant Detail</B></FONT></TH>
183 </TR>
184 </TABLE>
185
186 <A NAME="_default"><!-- --></A><H3>
187 _default</H3>
188 <PRE>
189 public static final <A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A> <B>_default</B></PRE>
190 <DL>
191 <DL>
192 </DL>
193 </DL>
194 <HR>
195
196 <A NAME="hide"><!-- --></A><H3>
197 hide</H3>
198 <PRE>
199 public static final <A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A> <B>hide</B></PRE>
200 <DL>
201 <DL>
202 </DL>
203 </DL>
204
205 <!-- ============ METHOD DETAIL ========== -->
206
207 <A NAME="method_detail"><!-- --></A>
208 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
209 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
210 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
211 <B>Method Detail</B></FONT></TH>
212 </TR>
213 </TABLE>
214
215 <A NAME="values()"><!-- --></A><H3>
216 values</H3>
217 <PRE>
218 public static final <A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>[] <B>values</B>()</PRE>
219 <DL>
220 <DD>Returns an array containing the constants of this enum type, in
221 the order they're declared. This method may be used to iterate
222 over the constants as follows:
223 <pre>
224 for(DisplayModeEnum c : DisplayModeEnum.values())
225 System.out.println(c);
226 </pre>
227 <P>
228 <DD><DL>
229
230 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
231 the order they're declared</DL>
232 </DD>
233 </DL>
234 <HR>
235
236 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
237 valueOf</H3>
238 <PRE>
239 public static <A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
240 <DL>
241 <DD>Returns the enum constant of this type with the specified name.
242 The string must match <I>exactly</I> an identifier used to declare an
243 enum constant in this type. (Extraneous whitespace characters are
244 not permitted.)
245 <P>
246 <DD><DL>
247 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
248 <DT><B>Returns:</B><DD>the enum constant with the specified name
249 <DT><B>Throws:</B>
250 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
251 with the specified name</DL>
252 </DD>
253 </DL>
254 <!-- ========= END OF CLASS DATA ========= -->
255 <HR>
256
257
258 <!-- ======= START OF BOTTOM NAVBAR ====== -->
259 <A NAME="navbar_bottom"><!-- --></A>
260 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
261 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
262 <TR>
263 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
264 <A NAME="navbar_bottom_firstrow"><!-- --></A>
265 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
266 <TR ALIGN="center" VALIGN="top">
267 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
268 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
269 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
270 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DisplayModeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
271 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
272 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
273 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
274 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
275 </TR>
276 </TABLE>
277 </TD>
278 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
279 </EM>
280 </TD>
281 </TR>
282
283 <TR>
284 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
285 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
286 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
287 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
288 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/DisplayModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
289 &nbsp;<A HREF="DisplayModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
290 &nbsp;<SCRIPT type="text/javascript">
291 <!--
292 if(window==top) {
293 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
294 }
295 //-->
296 </SCRIPT>
297 <NOSCRIPT>
298 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
299 </NOSCRIPT>
300
301
302 </FONT></TD>
303 </TR>
304 <TR>
305 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
306 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
307 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
308 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
309 </TR>
310 </TABLE>
311 <A NAME="skip-navbar_bottom"></A>
312 <!-- ======== END OF BOTTOM NAVBAR ======= -->
313
314 <HR>
315
316 </BODY>
317 </HTML>
+0
-417
documentation/javadoc/org/boehn/kmlframework/kml/Document.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Document (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Document class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Document (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Document.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Document.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Document.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Document</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Feature</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Container</A>
95 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Document</B>
96 </PRE>
97 <HR>
98 <DL>
99 <DT><PRE>public class <B>Document</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A></DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106
107 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
108
109 <A NAME="constructor_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Constructor Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Document.html#Document()">Document</A></B>()</CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)">Document</A></B>(java.lang.String&nbsp;name,
123 java.lang.Boolean&nbsp;visibility,
124 java.lang.Boolean&nbsp;open,
125 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
126 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
127 java.lang.String&nbsp;address,
128 java.lang.String&nbsp;xalAddressDetails,
129 java.lang.String&nbsp;phoneNumber,
130 java.lang.String&nbsp;snippet,
131 java.lang.Integer&nbsp;snippetMaxLines,
132 java.lang.String&nbsp;description,
133 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
134 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
135 java.lang.String&nbsp;styleUrl,
136 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
137 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
138 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
139 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
140 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 </TABLE>
146 &nbsp;
147 <!-- ========== METHOD SUMMARY =========== -->
148
149 <A NAME="method_summary"><!-- --></A>
150 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
151 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
152 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
153 <B>Method Summary</B></FONT></TH>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;void</CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Document.html#addSchema(org.boehn.kmlframework.kml.Schema)">addSchema</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&nbsp;schema)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Document.html#getSchemas()">getSchemas</A></B>()</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;void</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Document.html#setSchemas(java.util.List)">setSchemas</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;void</CODE></FONT></TD>
182 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Document.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>&nbsp;void</CODE></FONT></TD>
190 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Document.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 </TABLE>
196 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Container"><!-- --></A>
197 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
198 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
199 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A></B></TH>
200 </TR>
201 <TR BGCOLOR="white" CLASS="TableRowColor">
202 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Container.html#addFeature(org.boehn.kmlframework.kml.Feature)">addFeature</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Container.html#getFeatures()">getFeatures</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Container.html#setFeatures(java.util.List)">setFeatures</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Container.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
203 </TR>
204 </TABLE>
205 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Feature"><!-- --></A>
206 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
207 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
208 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></TH>
209 </TR>
210 <TR BGCOLOR="white" CLASS="TableRowColor">
211 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAddress()">getAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getDescription()">getDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getName()">getName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()">getPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippet()">getSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()">getSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleUrl()">getStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()">getXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isOpen()">isOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isVisible()">isVisible</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)">setAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)">setName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)">setOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)">setPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)">setSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)">setSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)">setStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)">setVisibility</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)">setXalAddressDeatails</A></CODE></TD>
212 </TR>
213 </TABLE>
214 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
215 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
216 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
217 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
218 </TR>
219 <TR BGCOLOR="white" CLASS="TableRowColor">
220 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
221 </TR>
222 </TABLE>
223 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
224 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
225 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
226 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
227 </TR>
228 <TR BGCOLOR="white" CLASS="TableRowColor">
229 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
230 </TR>
231 </TABLE>
232 &nbsp;
233 <P>
234
235 <!-- ========= CONSTRUCTOR DETAIL ======== -->
236
237 <A NAME="constructor_detail"><!-- --></A>
238 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
239 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
240 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
241 <B>Constructor Detail</B></FONT></TH>
242 </TR>
243 </TABLE>
244
245 <A NAME="Document()"><!-- --></A><H3>
246 Document</H3>
247 <PRE>
248 public <B>Document</B>()</PRE>
249 <DL>
250 </DL>
251 <HR>
252
253 <A NAME="Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)"><!-- --></A><H3>
254 Document</H3>
255 <PRE>
256 public <B>Document</B>(java.lang.String&nbsp;name,
257 java.lang.Boolean&nbsp;visibility,
258 java.lang.Boolean&nbsp;open,
259 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
260 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
261 java.lang.String&nbsp;address,
262 java.lang.String&nbsp;xalAddressDetails,
263 java.lang.String&nbsp;phoneNumber,
264 java.lang.String&nbsp;snippet,
265 java.lang.Integer&nbsp;snippetMaxLines,
266 java.lang.String&nbsp;description,
267 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
268 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
269 java.lang.String&nbsp;styleUrl,
270 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
271 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
272 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
273 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
274 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</PRE>
275 <DL>
276 </DL>
277
278 <!-- ============ METHOD DETAIL ========== -->
279
280 <A NAME="method_detail"><!-- --></A>
281 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
282 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
283 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
284 <B>Method Detail</B></FONT></TH>
285 </TR>
286 </TABLE>
287
288 <A NAME="getSchemas()"><!-- --></A><H3>
289 getSchemas</H3>
290 <PRE>
291 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt; <B>getSchemas</B>()</PRE>
292 <DL>
293 <DD><DL>
294 </DL>
295 </DD>
296 </DL>
297 <HR>
298
299 <A NAME="setSchemas(java.util.List)"><!-- --></A><H3>
300 setSchemas</H3>
301 <PRE>
302 public void <B>setSchemas</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</PRE>
303 <DL>
304 <DD><DL>
305 </DL>
306 </DD>
307 </DL>
308 <HR>
309
310 <A NAME="addSchema(org.boehn.kmlframework.kml.Schema)"><!-- --></A><H3>
311 addSchema</H3>
312 <PRE>
313 public void <B>addSchema</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&nbsp;schema)</PRE>
314 <DL>
315 <DD><DL>
316 </DL>
317 </DD>
318 </DL>
319 <HR>
320
321 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
322 write</H3>
323 <PRE>
324 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
325 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
326 <DL>
327 <DD><DL>
328 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
329 </DD>
330 <DD><DL>
331
332 <DT><B>Throws:</B>
333 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
334 </DD>
335 </DL>
336 <HR>
337
338 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
339 writeDelete</H3>
340 <PRE>
341 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
342 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
343 <DL>
344 <DD><DL>
345 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
346 </DD>
347 <DD><DL>
348
349 <DT><B>Throws:</B>
350 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
351 </DD>
352 </DL>
353 <!-- ========= END OF CLASS DATA ========= -->
354 <HR>
355
356
357 <!-- ======= START OF BOTTOM NAVBAR ====== -->
358 <A NAME="navbar_bottom"><!-- --></A>
359 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
360 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
361 <TR>
362 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
363 <A NAME="navbar_bottom_firstrow"><!-- --></A>
364 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
365 <TR ALIGN="center" VALIGN="top">
366 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
367 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
368 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
369 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Document.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
370 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
371 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
372 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
373 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
374 </TR>
375 </TABLE>
376 </TD>
377 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
378 </EM>
379 </TD>
380 </TR>
381
382 <TR>
383 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
384 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
385 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
386 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
387 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Document.html" target="_top"><B>FRAMES</B></A> &nbsp;
388 &nbsp;<A HREF="Document.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
389 &nbsp;<SCRIPT type="text/javascript">
390 <!--
391 if(window==top) {
392 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
393 }
394 //-->
395 </SCRIPT>
396 <NOSCRIPT>
397 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
398 </NOSCRIPT>
399
400
401 </FONT></TD>
402 </TR>
403 <TR>
404 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
405 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
406 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
407 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
408 </TR>
409 </TABLE>
410 <A NAME="skip-navbar_bottom"></A>
411 <!-- ======== END OF BOTTOM NAVBAR ======= -->
412
413 <HR>
414
415 </BODY>
416 </HTML>
+0
-502
documentation/javadoc/org/boehn/kmlframework/kml/ExtendedData.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 ExtendedData (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.ExtendedData class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ExtendedData (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ExtendedData.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ExtendedData.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ExtendedData.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class ExtendedData</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.ExtendedData</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>ExtendedData</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#ExtendedData()">ExtendedData</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#ExtendedData(java.util.List, java.lang.String, java.util.List, java.lang.String, java.lang.String)">ExtendedData</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>&gt;&nbsp;dataElements,
121 java.lang.String&nbsp;schemaUrl,
122 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>&gt;&nbsp;simpleDataElements,
123 java.lang.String&nbsp;nameSpace,
124 java.lang.String&nbsp;customContent)</CODE>
125
126 <BR>
127 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <!-- ========== METHOD SUMMARY =========== -->
132
133 <A NAME="method_summary"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
137 <B>Method Summary</B></FONT></TH>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#getCustomContent()">getCustomContent</A></B>()</CODE>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>&gt;</CODE></FONT></TD>
150 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#getDataElements()">getDataElements</A></B>()</CODE>
151
152 <BR>
153 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#getNameSpace()">getNameSpace</A></B>()</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#getSchemaUrl()">getSchemaUrl</A></B>()</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>&gt;</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#getSimpleDataElements()">getSimpleDataElements</A></B>()</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;void</CODE></FONT></TD>
182 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#setCustomContent(java.lang.String)">setCustomContent</A></B>(java.lang.String&nbsp;customContent)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>&nbsp;void</CODE></FONT></TD>
190 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#setDataElements(java.util.List)">setDataElements</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>&gt;&nbsp;dataElements)</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197 <CODE>&nbsp;void</CODE></FONT></TD>
198 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#setNameSpace(java.lang.String)">setNameSpace</A></B>(java.lang.String&nbsp;nameSpace)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205 <CODE>&nbsp;void</CODE></FONT></TD>
206 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#setSchemaUrl(java.lang.String)">setSchemaUrl</A></B>(java.lang.String&nbsp;schemaUrl)</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>&nbsp;void</CODE></FONT></TD>
214 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#setSimpleDataElements(java.util.List)">setSimpleDataElements</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>&gt;&nbsp;simpleDataElements)</CODE>
215
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
218 </TR>
219 <TR BGCOLOR="white" CLASS="TableRowColor">
220 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
221 <CODE>&nbsp;void</CODE></FONT></TD>
222 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
223
224 <BR>
225 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
226 </TR>
227 <TR BGCOLOR="white" CLASS="TableRowColor">
228 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
229 <CODE>&nbsp;void</CODE></FONT></TD>
230 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
231
232 <BR>
233 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
234 </TR>
235 </TABLE>
236 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
237 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
238 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
239 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
240 </TR>
241 <TR BGCOLOR="white" CLASS="TableRowColor">
242 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
243 </TR>
244 </TABLE>
245 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
246 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
247 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
248 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
249 </TR>
250 <TR BGCOLOR="white" CLASS="TableRowColor">
251 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
252 </TR>
253 </TABLE>
254 &nbsp;
255 <P>
256
257 <!-- ========= CONSTRUCTOR DETAIL ======== -->
258
259 <A NAME="constructor_detail"><!-- --></A>
260 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
261 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
262 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
263 <B>Constructor Detail</B></FONT></TH>
264 </TR>
265 </TABLE>
266
267 <A NAME="ExtendedData()"><!-- --></A><H3>
268 ExtendedData</H3>
269 <PRE>
270 public <B>ExtendedData</B>()</PRE>
271 <DL>
272 </DL>
273 <HR>
274
275 <A NAME="ExtendedData(java.util.List, java.lang.String, java.util.List, java.lang.String, java.lang.String)"><!-- --></A><H3>
276 ExtendedData</H3>
277 <PRE>
278 public <B>ExtendedData</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>&gt;&nbsp;dataElements,
279 java.lang.String&nbsp;schemaUrl,
280 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>&gt;&nbsp;simpleDataElements,
281 java.lang.String&nbsp;nameSpace,
282 java.lang.String&nbsp;customContent)</PRE>
283 <DL>
284 </DL>
285
286 <!-- ============ METHOD DETAIL ========== -->
287
288 <A NAME="method_detail"><!-- --></A>
289 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
290 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
291 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
292 <B>Method Detail</B></FONT></TH>
293 </TR>
294 </TABLE>
295
296 <A NAME="getDataElements()"><!-- --></A><H3>
297 getDataElements</H3>
298 <PRE>
299 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>&gt; <B>getDataElements</B>()</PRE>
300 <DL>
301 <DD><DL>
302 </DL>
303 </DD>
304 </DL>
305 <HR>
306
307 <A NAME="setDataElements(java.util.List)"><!-- --></A><H3>
308 setDataElements</H3>
309 <PRE>
310 public void <B>setDataElements</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>&gt;&nbsp;dataElements)</PRE>
311 <DL>
312 <DD><DL>
313 </DL>
314 </DD>
315 </DL>
316 <HR>
317
318 <A NAME="getSchemaUrl()"><!-- --></A><H3>
319 getSchemaUrl</H3>
320 <PRE>
321 public java.lang.String <B>getSchemaUrl</B>()</PRE>
322 <DL>
323 <DD><DL>
324 </DL>
325 </DD>
326 </DL>
327 <HR>
328
329 <A NAME="setSchemaUrl(java.lang.String)"><!-- --></A><H3>
330 setSchemaUrl</H3>
331 <PRE>
332 public void <B>setSchemaUrl</B>(java.lang.String&nbsp;schemaUrl)</PRE>
333 <DL>
334 <DD><DL>
335 </DL>
336 </DD>
337 </DL>
338 <HR>
339
340 <A NAME="getSimpleDataElements()"><!-- --></A><H3>
341 getSimpleDataElements</H3>
342 <PRE>
343 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>&gt; <B>getSimpleDataElements</B>()</PRE>
344 <DL>
345 <DD><DL>
346 </DL>
347 </DD>
348 </DL>
349 <HR>
350
351 <A NAME="setSimpleDataElements(java.util.List)"><!-- --></A><H3>
352 setSimpleDataElements</H3>
353 <PRE>
354 public void <B>setSimpleDataElements</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>&gt;&nbsp;simpleDataElements)</PRE>
355 <DL>
356 <DD><DL>
357 </DL>
358 </DD>
359 </DL>
360 <HR>
361
362 <A NAME="getNameSpace()"><!-- --></A><H3>
363 getNameSpace</H3>
364 <PRE>
365 public java.lang.String <B>getNameSpace</B>()</PRE>
366 <DL>
367 <DD><DL>
368 </DL>
369 </DD>
370 </DL>
371 <HR>
372
373 <A NAME="setNameSpace(java.lang.String)"><!-- --></A><H3>
374 setNameSpace</H3>
375 <PRE>
376 public void <B>setNameSpace</B>(java.lang.String&nbsp;nameSpace)</PRE>
377 <DL>
378 <DD><DL>
379 </DL>
380 </DD>
381 </DL>
382 <HR>
383
384 <A NAME="getCustomContent()"><!-- --></A><H3>
385 getCustomContent</H3>
386 <PRE>
387 public java.lang.String <B>getCustomContent</B>()</PRE>
388 <DL>
389 <DD><DL>
390 </DL>
391 </DD>
392 </DL>
393 <HR>
394
395 <A NAME="setCustomContent(java.lang.String)"><!-- --></A><H3>
396 setCustomContent</H3>
397 <PRE>
398 public void <B>setCustomContent</B>(java.lang.String&nbsp;customContent)</PRE>
399 <DL>
400 <DD><DL>
401 </DL>
402 </DD>
403 </DL>
404 <HR>
405
406 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
407 write</H3>
408 <PRE>
409 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
410 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
411 <DL>
412 <DD><DL>
413 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
414 </DD>
415 <DD><DL>
416
417 <DT><B>Throws:</B>
418 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
419 </DD>
420 </DL>
421 <HR>
422
423 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
424 writeDelete</H3>
425 <PRE>
426 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
427 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
428 <DL>
429 <DD><DL>
430 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
431 </DD>
432 <DD><DL>
433
434 <DT><B>Throws:</B>
435 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
436 </DD>
437 </DL>
438 <!-- ========= END OF CLASS DATA ========= -->
439 <HR>
440
441
442 <!-- ======= START OF BOTTOM NAVBAR ====== -->
443 <A NAME="navbar_bottom"><!-- --></A>
444 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
445 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
446 <TR>
447 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
448 <A NAME="navbar_bottom_firstrow"><!-- --></A>
449 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
450 <TR ALIGN="center" VALIGN="top">
451 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
452 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
453 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
454 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ExtendedData.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
455 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
456 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
457 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
458 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
459 </TR>
460 </TABLE>
461 </TD>
462 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
463 </EM>
464 </TD>
465 </TR>
466
467 <TR>
468 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
469 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
470 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
471 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
472 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ExtendedData.html" target="_top"><B>FRAMES</B></A> &nbsp;
473 &nbsp;<A HREF="ExtendedData.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
474 &nbsp;<SCRIPT type="text/javascript">
475 <!--
476 if(window==top) {
477 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
478 }
479 //-->
480 </SCRIPT>
481 <NOSCRIPT>
482 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
483 </NOSCRIPT>
484
485
486 </FONT></TD>
487 </TR>
488 <TR>
489 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
490 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
491 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
492 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
493 </TR>
494 </TABLE>
495 <A NAME="skip-navbar_bottom"></A>
496 <!-- ======== END OF BOTTOM NAVBAR ======= -->
497
498 <HR>
499
500 </BODY>
501 </HTML>
+0
-976
documentation/javadoc/org/boehn/kmlframework/kml/Feature.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Feature (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Feature class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Feature (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Feature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Feature.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Feature.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Feature</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Feature</B>
94 </PRE>
95 <DL>
96 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A>, <A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A></DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public abstract class <B>Feature</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107
108 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
109
110 <A NAME="constructor_summary"><!-- --></A>
111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
114 <B>Constructor Summary</B></FONT></TH>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#Feature()">Feature</A></B>()</CODE>
118
119 <BR>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
121 </TR>
122 <TR BGCOLOR="white" CLASS="TableRowColor">
123 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#Feature(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData)">Feature</A></B>(java.lang.String&nbsp;name,
124 java.lang.Boolean&nbsp;visibility,
125 java.lang.Boolean&nbsp;open,
126 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
127 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
128 java.lang.String&nbsp;address,
129 java.lang.String&nbsp;xalAddressDetails,
130 java.lang.String&nbsp;phoneNumber,
131 java.lang.String&nbsp;snippet,
132 java.lang.Integer&nbsp;snippetMaxLines,
133 java.lang.String&nbsp;description,
134 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
135 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
136 java.lang.String&nbsp;styleUrl,
137 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
138 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
139 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 </TABLE>
145 &nbsp;
146 <!-- ========== METHOD SUMMARY =========== -->
147
148 <A NAME="method_summary"><!-- --></A>
149 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
150 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
151 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
152 <B>Method Summary</B></FONT></TH>
153 </TR>
154 <TR BGCOLOR="white" CLASS="TableRowColor">
155 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
156 <CODE>&nbsp;void</CODE></FONT></TD>
157 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&nbsp;styleSelector)</CODE>
158
159 <BR>
160 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
161 </TR>
162 <TR BGCOLOR="white" CLASS="TableRowColor">
163 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></CODE></FONT></TD>
165 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A></B>()</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 <TR BGCOLOR="white" CLASS="TableRowColor">
171 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
172 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
173 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAddress()">getAddress</A></B>()</CODE>
174
175 <BR>
176 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
177 </TR>
178 <TR BGCOLOR="white" CLASS="TableRowColor">
179 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
180 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A></CODE></FONT></TD>
181 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A></B>()</CODE>
182
183 <BR>
184 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
185 </TR>
186 <TR BGCOLOR="white" CLASS="TableRowColor">
187 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
188 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A></CODE></FONT></TD>
189 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A></B>()</CODE>
190
191 <BR>
192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
193 </TR>
194 <TR BGCOLOR="white" CLASS="TableRowColor">
195 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
196 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
197 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getDescription()">getDescription</A></B>()</CODE>
198
199 <BR>
200 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
201 </TR>
202 <TR BGCOLOR="white" CLASS="TableRowColor">
203 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
204 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A></CODE></FONT></TD>
205 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A></B>()</CODE>
206
207 <BR>
208 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
209 </TR>
210 <TR BGCOLOR="white" CLASS="TableRowColor">
211 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
212 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
213 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getName()">getName</A></B>()</CODE>
214
215 <BR>
216 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
217 </TR>
218 <TR BGCOLOR="white" CLASS="TableRowColor">
219 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
220 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
221 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()">getPhoneNumber</A></B>()</CODE>
222
223 <BR>
224 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
225 </TR>
226 <TR BGCOLOR="white" CLASS="TableRowColor">
227 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
228 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A></CODE></FONT></TD>
229 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A></B>()</CODE>
230
231 <BR>
232 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
233 </TR>
234 <TR BGCOLOR="white" CLASS="TableRowColor">
235 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
236 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
237 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippet()">getSnippet</A></B>()</CODE>
238
239 <BR>
240 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
241 </TR>
242 <TR BGCOLOR="white" CLASS="TableRowColor">
243 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
244 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
245 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()">getSnippetMaxLines</A></B>()</CODE>
246
247 <BR>
248 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
249 </TR>
250 <TR BGCOLOR="white" CLASS="TableRowColor">
251 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
252 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;</CODE></FONT></TD>
253 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A></B>()</CODE>
254
255 <BR>
256 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
257 </TR>
258 <TR BGCOLOR="white" CLASS="TableRowColor">
259 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
260 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
261 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleUrl()">getStyleUrl</A></B>()</CODE>
262
263 <BR>
264 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
265 </TR>
266 <TR BGCOLOR="white" CLASS="TableRowColor">
267 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
268 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A></CODE></FONT></TD>
269 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A></B>()</CODE>
270
271 <BR>
272 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
273 </TR>
274 <TR BGCOLOR="white" CLASS="TableRowColor">
275 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
276 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
277 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()">getXalAddressDeatails</A></B>()</CODE>
278
279 <BR>
280 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
281 </TR>
282 <TR BGCOLOR="white" CLASS="TableRowColor">
283 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
284 <CODE>&nbsp;boolean</CODE></FONT></TD>
285 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isOpen()">isOpen</A></B>()</CODE>
286
287 <BR>
288 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
289 </TR>
290 <TR BGCOLOR="white" CLASS="TableRowColor">
291 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
292 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
293 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isVisible()">isVisible</A></B>()</CODE>
294
295 <BR>
296 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
297 </TR>
298 <TR BGCOLOR="white" CLASS="TableRowColor">
299 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
300 <CODE>&nbsp;void</CODE></FONT></TD>
301 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView)</CODE>
302
303 <BR>
304 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
305 </TR>
306 <TR BGCOLOR="white" CLASS="TableRowColor">
307 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
308 <CODE>&nbsp;void</CODE></FONT></TD>
309 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)">setAddress</A></B>(java.lang.String&nbsp;address)</CODE>
310
311 <BR>
312 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
313 </TR>
314 <TR BGCOLOR="white" CLASS="TableRowColor">
315 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
316 <CODE>&nbsp;void</CODE></FONT></TD>
317 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A></B>(<A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor)</CODE>
318
319 <BR>
320 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
321 </TR>
322 <TR BGCOLOR="white" CLASS="TableRowColor">
323 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
324 <CODE>&nbsp;void</CODE></FONT></TD>
325 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A></B>(<A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;link)</CODE>
326
327 <BR>
328 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
329 </TR>
330 <TR BGCOLOR="white" CLASS="TableRowColor">
331 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
332 <CODE>&nbsp;void</CODE></FONT></TD>
333 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)">setDescription</A></B>(java.lang.String&nbsp;description)</CODE>
334
335 <BR>
336 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
337 </TR>
338 <TR BGCOLOR="white" CLASS="TableRowColor">
339 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
340 <CODE>&nbsp;void</CODE></FONT></TD>
341 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</CODE>
342
343 <BR>
344 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
345 </TR>
346 <TR BGCOLOR="white" CLASS="TableRowColor">
347 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
348 <CODE>&nbsp;void</CODE></FONT></TD>
349 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;name)</CODE>
350
351 <BR>
352 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
353 </TR>
354 <TR BGCOLOR="white" CLASS="TableRowColor">
355 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
356 <CODE>&nbsp;void</CODE></FONT></TD>
357 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)">setOpen</A></B>(boolean&nbsp;open)</CODE>
358
359 <BR>
360 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
361 </TR>
362 <TR BGCOLOR="white" CLASS="TableRowColor">
363 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
364 <CODE>&nbsp;void</CODE></FONT></TD>
365 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)">setPhoneNumber</A></B>(java.lang.String&nbsp;phoneNumber)</CODE>
366
367 <BR>
368 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
369 </TR>
370 <TR BGCOLOR="white" CLASS="TableRowColor">
371 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
372 <CODE>&nbsp;void</CODE></FONT></TD>
373 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region)</CODE>
374
375 <BR>
376 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
377 </TR>
378 <TR BGCOLOR="white" CLASS="TableRowColor">
379 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
380 <CODE>&nbsp;void</CODE></FONT></TD>
381 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)">setSnippet</A></B>(java.lang.String&nbsp;snippet)</CODE>
382
383 <BR>
384 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
385 </TR>
386 <TR BGCOLOR="white" CLASS="TableRowColor">
387 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
388 <CODE>&nbsp;void</CODE></FONT></TD>
389 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)">setSnippetMaxLines</A></B>(java.lang.Integer&nbsp;snippetMaxLines)</CODE>
390
391 <BR>
392 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
393 </TR>
394 <TR BGCOLOR="white" CLASS="TableRowColor">
395 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
396 <CODE>&nbsp;void</CODE></FONT></TD>
397 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors)</CODE>
398
399 <BR>
400 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
401 </TR>
402 <TR BGCOLOR="white" CLASS="TableRowColor">
403 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
404 <CODE>&nbsp;void</CODE></FONT></TD>
405 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)">setStyleUrl</A></B>(java.lang.String&nbsp;styleUrl)</CODE>
406
407 <BR>
408 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
409 </TR>
410 <TR BGCOLOR="white" CLASS="TableRowColor">
411 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
412 <CODE>&nbsp;void</CODE></FONT></TD>
413 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive)</CODE>
414
415 <BR>
416 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
417 </TR>
418 <TR BGCOLOR="white" CLASS="TableRowColor">
419 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
420 <CODE>&nbsp;void</CODE></FONT></TD>
421 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)">setVisibility</A></B>(java.lang.Boolean&nbsp;visibility)</CODE>
422
423 <BR>
424 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
425 </TR>
426 <TR BGCOLOR="white" CLASS="TableRowColor">
427 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
428 <CODE>&nbsp;void</CODE></FONT></TD>
429 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)">setXalAddressDeatails</A></B>(java.lang.String&nbsp;xalAddressDeatails)</CODE>
430
431 <BR>
432 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
433 </TR>
434 <TR BGCOLOR="white" CLASS="TableRowColor">
435 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
436 <CODE>&nbsp;void</CODE></FONT></TD>
437 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
438
439 <BR>
440 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
441 </TR>
442 </TABLE>
443 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
444 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
445 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
446 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
447 </TR>
448 <TR BGCOLOR="white" CLASS="TableRowColor">
449 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE></TD>
450 </TR>
451 </TABLE>
452 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
453 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
454 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
455 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
456 </TR>
457 <TR BGCOLOR="white" CLASS="TableRowColor">
458 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
459 </TR>
460 </TABLE>
461 &nbsp;
462 <P>
463
464 <!-- ========= CONSTRUCTOR DETAIL ======== -->
465
466 <A NAME="constructor_detail"><!-- --></A>
467 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
468 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
469 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
470 <B>Constructor Detail</B></FONT></TH>
471 </TR>
472 </TABLE>
473
474 <A NAME="Feature()"><!-- --></A><H3>
475 Feature</H3>
476 <PRE>
477 public <B>Feature</B>()</PRE>
478 <DL>
479 </DL>
480 <HR>
481
482 <A NAME="Feature(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData)"><!-- --></A><H3>
483 Feature</H3>
484 <PRE>
485 public <B>Feature</B>(java.lang.String&nbsp;name,
486 java.lang.Boolean&nbsp;visibility,
487 java.lang.Boolean&nbsp;open,
488 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
489 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
490 java.lang.String&nbsp;address,
491 java.lang.String&nbsp;xalAddressDetails,
492 java.lang.String&nbsp;phoneNumber,
493 java.lang.String&nbsp;snippet,
494 java.lang.Integer&nbsp;snippetMaxLines,
495 java.lang.String&nbsp;description,
496 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
497 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
498 java.lang.String&nbsp;styleUrl,
499 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
500 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
501 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</PRE>
502 <DL>
503 </DL>
504
505 <!-- ============ METHOD DETAIL ========== -->
506
507 <A NAME="method_detail"><!-- --></A>
508 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
509 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
510 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
511 <B>Method Detail</B></FONT></TH>
512 </TR>
513 </TABLE>
514
515 <A NAME="getName()"><!-- --></A><H3>
516 getName</H3>
517 <PRE>
518 public java.lang.String <B>getName</B>()</PRE>
519 <DL>
520 <DD><DL>
521 </DL>
522 </DD>
523 </DL>
524 <HR>
525
526 <A NAME="setName(java.lang.String)"><!-- --></A><H3>
527 setName</H3>
528 <PRE>
529 public void <B>setName</B>(java.lang.String&nbsp;name)</PRE>
530 <DL>
531 <DD><DL>
532 </DL>
533 </DD>
534 </DL>
535 <HR>
536
537 <A NAME="isVisible()"><!-- --></A><H3>
538 isVisible</H3>
539 <PRE>
540 public java.lang.Boolean <B>isVisible</B>()</PRE>
541 <DL>
542 <DD><DL>
543 </DL>
544 </DD>
545 </DL>
546 <HR>
547
548 <A NAME="setVisibility(java.lang.Boolean)"><!-- --></A><H3>
549 setVisibility</H3>
550 <PRE>
551 public void <B>setVisibility</B>(java.lang.Boolean&nbsp;visibility)</PRE>
552 <DL>
553 <DD><DL>
554 </DL>
555 </DD>
556 </DL>
557 <HR>
558
559 <A NAME="isOpen()"><!-- --></A><H3>
560 isOpen</H3>
561 <PRE>
562 public boolean <B>isOpen</B>()</PRE>
563 <DL>
564 <DD><DL>
565 </DL>
566 </DD>
567 </DL>
568 <HR>
569
570 <A NAME="setOpen(boolean)"><!-- --></A><H3>
571 setOpen</H3>
572 <PRE>
573 public void <B>setOpen</B>(boolean&nbsp;open)</PRE>
574 <DL>
575 <DD><DL>
576 </DL>
577 </DD>
578 </DL>
579 <HR>
580
581 <A NAME="getAtomAuthor()"><!-- --></A><H3>
582 getAtomAuthor</H3>
583 <PRE>
584 public <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A> <B>getAtomAuthor</B>()</PRE>
585 <DL>
586 <DD><DL>
587 </DL>
588 </DD>
589 </DL>
590 <HR>
591
592 <A NAME="setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)"><!-- --></A><H3>
593 setAtomAuthor</H3>
594 <PRE>
595 public void <B>setAtomAuthor</B>(<A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor)</PRE>
596 <DL>
597 <DD><DL>
598 </DL>
599 </DD>
600 </DL>
601 <HR>
602
603 <A NAME="getAtomLink()"><!-- --></A><H3>
604 getAtomLink</H3>
605 <PRE>
606 public <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A> <B>getAtomLink</B>()</PRE>
607 <DL>
608 <DD><DL>
609 </DL>
610 </DD>
611 </DL>
612 <HR>
613
614 <A NAME="setAtomLink(org.boehn.kmlframework.atom.AtomLink)"><!-- --></A><H3>
615 setAtomLink</H3>
616 <PRE>
617 public void <B>setAtomLink</B>(<A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;link)</PRE>
618 <DL>
619 <DD><DL>
620 </DL>
621 </DD>
622 </DL>
623 <HR>
624
625 <A NAME="getAddress()"><!-- --></A><H3>
626 getAddress</H3>
627 <PRE>
628 public java.lang.String <B>getAddress</B>()</PRE>
629 <DL>
630 <DD><DL>
631 </DL>
632 </DD>
633 </DL>
634 <HR>
635
636 <A NAME="setAddress(java.lang.String)"><!-- --></A><H3>
637 setAddress</H3>
638 <PRE>
639 public void <B>setAddress</B>(java.lang.String&nbsp;address)</PRE>
640 <DL>
641 <DD><DL>
642 </DL>
643 </DD>
644 </DL>
645 <HR>
646
647 <A NAME="getXalAddressDeatails()"><!-- --></A><H3>
648 getXalAddressDeatails</H3>
649 <PRE>
650 public java.lang.String <B>getXalAddressDeatails</B>()</PRE>
651 <DL>
652 <DD><DL>
653 </DL>
654 </DD>
655 </DL>
656 <HR>
657
658 <A NAME="setXalAddressDeatails(java.lang.String)"><!-- --></A><H3>
659 setXalAddressDeatails</H3>
660 <PRE>
661 public void <B>setXalAddressDeatails</B>(java.lang.String&nbsp;xalAddressDeatails)</PRE>
662 <DL>
663 <DD><DL>
664 </DL>
665 </DD>
666 </DL>
667 <HR>
668
669 <A NAME="getPhoneNumber()"><!-- --></A><H3>
670 getPhoneNumber</H3>
671 <PRE>
672 public java.lang.String <B>getPhoneNumber</B>()</PRE>
673 <DL>
674 <DD><DL>
675 </DL>
676 </DD>
677 </DL>
678 <HR>
679
680 <A NAME="setPhoneNumber(java.lang.String)"><!-- --></A><H3>
681 setPhoneNumber</H3>
682 <PRE>
683 public void <B>setPhoneNumber</B>(java.lang.String&nbsp;phoneNumber)</PRE>
684 <DL>
685 <DD><DL>
686 </DL>
687 </DD>
688 </DL>
689 <HR>
690
691 <A NAME="getSnippet()"><!-- --></A><H3>
692 getSnippet</H3>
693 <PRE>
694 public java.lang.String <B>getSnippet</B>()</PRE>
695 <DL>
696 <DD><DL>
697 </DL>
698 </DD>
699 </DL>
700 <HR>
701
702 <A NAME="setSnippet(java.lang.String)"><!-- --></A><H3>
703 setSnippet</H3>
704 <PRE>
705 public void <B>setSnippet</B>(java.lang.String&nbsp;snippet)</PRE>
706 <DL>
707 <DD><DL>
708 </DL>
709 </DD>
710 </DL>
711 <HR>
712
713 <A NAME="getSnippetMaxLines()"><!-- --></A><H3>
714 getSnippetMaxLines</H3>
715 <PRE>
716 public java.lang.Integer <B>getSnippetMaxLines</B>()</PRE>
717 <DL>
718 <DD><DL>
719 </DL>
720 </DD>
721 </DL>
722 <HR>
723
724 <A NAME="setSnippetMaxLines(java.lang.Integer)"><!-- --></A><H3>
725 setSnippetMaxLines</H3>
726 <PRE>
727 public void <B>setSnippetMaxLines</B>(java.lang.Integer&nbsp;snippetMaxLines)</PRE>
728 <DL>
729 <DD><DL>
730 </DL>
731 </DD>
732 </DL>
733 <HR>
734
735 <A NAME="getDescription()"><!-- --></A><H3>
736 getDescription</H3>
737 <PRE>
738 public java.lang.String <B>getDescription</B>()</PRE>
739 <DL>
740 <DD><DL>
741 </DL>
742 </DD>
743 </DL>
744 <HR>
745
746 <A NAME="setDescription(java.lang.String)"><!-- --></A><H3>
747 setDescription</H3>
748 <PRE>
749 public void <B>setDescription</B>(java.lang.String&nbsp;description)</PRE>
750 <DL>
751 <DD><DL>
752 </DL>
753 </DD>
754 </DL>
755 <HR>
756
757 <A NAME="getAbstractView()"><!-- --></A><H3>
758 getAbstractView</H3>
759 <PRE>
760 public <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A> <B>getAbstractView</B>()</PRE>
761 <DL>
762 <DD><DL>
763 </DL>
764 </DD>
765 </DL>
766 <HR>
767
768 <A NAME="setAbstractView(org.boehn.kmlframework.kml.AbstractView)"><!-- --></A><H3>
769 setAbstractView</H3>
770 <PRE>
771 public void <B>setAbstractView</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView)</PRE>
772 <DL>
773 <DD><DL>
774 </DL>
775 </DD>
776 </DL>
777 <HR>
778
779 <A NAME="getStyleUrl()"><!-- --></A><H3>
780 getStyleUrl</H3>
781 <PRE>
782 public java.lang.String <B>getStyleUrl</B>()</PRE>
783 <DL>
784 <DD><DL>
785 </DL>
786 </DD>
787 </DL>
788 <HR>
789
790 <A NAME="setStyleUrl(java.lang.String)"><!-- --></A><H3>
791 setStyleUrl</H3>
792 <PRE>
793 public void <B>setStyleUrl</B>(java.lang.String&nbsp;styleUrl)</PRE>
794 <DL>
795 <DD><DL>
796 </DL>
797 </DD>
798 </DL>
799 <HR>
800
801 <A NAME="getStyleSelectors()"><!-- --></A><H3>
802 getStyleSelectors</H3>
803 <PRE>
804 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt; <B>getStyleSelectors</B>()</PRE>
805 <DL>
806 <DD><DL>
807 </DL>
808 </DD>
809 </DL>
810 <HR>
811
812 <A NAME="setStyleSelectors(java.util.List)"><!-- --></A><H3>
813 setStyleSelectors</H3>
814 <PRE>
815 public void <B>setStyleSelectors</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors)</PRE>
816 <DL>
817 <DD><DL>
818 </DL>
819 </DD>
820 </DL>
821 <HR>
822
823 <A NAME="addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)"><!-- --></A><H3>
824 addStyleSelector</H3>
825 <PRE>
826 public void <B>addStyleSelector</B>(<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&nbsp;styleSelector)</PRE>
827 <DL>
828 <DD><DL>
829 </DL>
830 </DD>
831 </DL>
832 <HR>
833
834 <A NAME="getTimePrimitive()"><!-- --></A><H3>
835 getTimePrimitive</H3>
836 <PRE>
837 public <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A> <B>getTimePrimitive</B>()</PRE>
838 <DL>
839 <DD><DL>
840 </DL>
841 </DD>
842 </DL>
843 <HR>
844
845 <A NAME="setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)"><!-- --></A><H3>
846 setTimePrimitive</H3>
847 <PRE>
848 public void <B>setTimePrimitive</B>(<A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive)</PRE>
849 <DL>
850 <DD><DL>
851 </DL>
852 </DD>
853 </DL>
854 <HR>
855
856 <A NAME="getRegion()"><!-- --></A><H3>
857 getRegion</H3>
858 <PRE>
859 public <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A> <B>getRegion</B>()</PRE>
860 <DL>
861 <DD><DL>
862 </DL>
863 </DD>
864 </DL>
865 <HR>
866
867 <A NAME="setRegion(org.boehn.kmlframework.kml.Region)"><!-- --></A><H3>
868 setRegion</H3>
869 <PRE>
870 public void <B>setRegion</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region)</PRE>
871 <DL>
872 <DD><DL>
873 </DL>
874 </DD>
875 </DL>
876 <HR>
877
878 <A NAME="getExtendedData()"><!-- --></A><H3>
879 getExtendedData</H3>
880 <PRE>
881 public <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A> <B>getExtendedData</B>()</PRE>
882 <DL>
883 <DD><DL>
884 </DL>
885 </DD>
886 </DL>
887 <HR>
888
889 <A NAME="setExtendedData(org.boehn.kmlframework.kml.ExtendedData)"><!-- --></A><H3>
890 setExtendedData</H3>
891 <PRE>
892 public void <B>setExtendedData</B>(<A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</PRE>
893 <DL>
894 <DD><DL>
895 </DL>
896 </DD>
897 </DL>
898 <HR>
899
900 <A NAME="writeInner(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
901 writeInner</H3>
902 <PRE>
903 public void <B>writeInner</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
904 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
905 <DL>
906 <DD><DL>
907
908 <DT><B>Throws:</B>
909 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
910 </DD>
911 </DL>
912 <!-- ========= END OF CLASS DATA ========= -->
913 <HR>
914
915
916 <!-- ======= START OF BOTTOM NAVBAR ====== -->
917 <A NAME="navbar_bottom"><!-- --></A>
918 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
919 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
920 <TR>
921 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
922 <A NAME="navbar_bottom_firstrow"><!-- --></A>
923 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
924 <TR ALIGN="center" VALIGN="top">
925 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
926 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
927 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
928 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Feature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
929 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
930 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
931 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
932 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
933 </TR>
934 </TABLE>
935 </TD>
936 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
937 </EM>
938 </TD>
939 </TR>
940
941 <TR>
942 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
943 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
944 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
945 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
946 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Feature.html" target="_top"><B>FRAMES</B></A> &nbsp;
947 &nbsp;<A HREF="Feature.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
948 &nbsp;<SCRIPT type="text/javascript">
949 <!--
950 if(window==top) {
951 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
952 }
953 //-->
954 </SCRIPT>
955 <NOSCRIPT>
956 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
957 </NOSCRIPT>
958
959
960 </FONT></TD>
961 </TR>
962 <TR>
963 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
964 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
965 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
966 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
967 </TR>
968 </TABLE>
969 <A NAME="skip-navbar_bottom"></A>
970 <!-- ======== END OF BOTTOM NAVBAR ======= -->
971
972 <HR>
973
974 </BODY>
975 </HTML>
+0
-358
documentation/javadoc/org/boehn/kmlframework/kml/Folder.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:09 CEST 2009 -->
5 <TITLE>
6 Folder (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Folder class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Folder (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Folder.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Folder.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Folder.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Folder</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Feature</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Container</A>
95 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Folder</B>
96 </PRE>
97 <HR>
98 <DL>
99 <DT><PRE>public class <B>Folder</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A></DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106
107 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
108
109 <A NAME="constructor_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Constructor Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Folder.html#Folder()">Folder</A></B>()</CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Folder.html#Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Folder</A></B>(java.lang.String&nbsp;name,
123 java.lang.Boolean&nbsp;visibility,
124 java.lang.Boolean&nbsp;open,
125 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
126 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
127 java.lang.String&nbsp;address,
128 java.lang.String&nbsp;xalAddressDetails,
129 java.lang.String&nbsp;phoneNumber,
130 java.lang.String&nbsp;snippet,
131 java.lang.Integer&nbsp;snippetMaxLines,
132 java.lang.String&nbsp;description,
133 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
134 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
135 java.lang.String&nbsp;styleUrl,
136 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
137 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
138 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
139 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 </TABLE>
145 &nbsp;
146 <!-- ========== METHOD SUMMARY =========== -->
147
148 <A NAME="method_summary"><!-- --></A>
149 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
150 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
151 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
152 <B>Method Summary</B></FONT></TH>
153 </TR>
154 <TR BGCOLOR="white" CLASS="TableRowColor">
155 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
156 <CODE>&nbsp;void</CODE></FONT></TD>
157 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Folder.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
158
159 <BR>
160 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
161 </TR>
162 <TR BGCOLOR="white" CLASS="TableRowColor">
163 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164 <CODE>&nbsp;void</CODE></FONT></TD>
165 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Folder.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 </TABLE>
171 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Container"><!-- --></A>
172 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
173 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
174 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A></B></TH>
175 </TR>
176 <TR BGCOLOR="white" CLASS="TableRowColor">
177 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Container.html#addFeature(org.boehn.kmlframework.kml.Feature)">addFeature</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Container.html#getFeatures()">getFeatures</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Container.html#setFeatures(java.util.List)">setFeatures</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Container.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
178 </TR>
179 </TABLE>
180 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Feature"><!-- --></A>
181 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
182 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
183 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></TH>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAddress()">getAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getDescription()">getDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getName()">getName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()">getPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippet()">getSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()">getSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleUrl()">getStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()">getXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isOpen()">isOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isVisible()">isVisible</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)">setAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)">setName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)">setOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)">setPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)">setSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)">setSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)">setStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)">setVisibility</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)">setXalAddressDeatails</A></CODE></TD>
187 </TR>
188 </TABLE>
189 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
190 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
191 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
192 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
193 </TR>
194 <TR BGCOLOR="white" CLASS="TableRowColor">
195 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
196 </TR>
197 </TABLE>
198 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
199 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
200 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
201 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
205 </TR>
206 </TABLE>
207 &nbsp;
208 <P>
209
210 <!-- ========= CONSTRUCTOR DETAIL ======== -->
211
212 <A NAME="constructor_detail"><!-- --></A>
213 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
214 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
215 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
216 <B>Constructor Detail</B></FONT></TH>
217 </TR>
218 </TABLE>
219
220 <A NAME="Folder()"><!-- --></A><H3>
221 Folder</H3>
222 <PRE>
223 public <B>Folder</B>()</PRE>
224 <DL>
225 </DL>
226 <HR>
227
228 <A NAME="Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)"><!-- --></A><H3>
229 Folder</H3>
230 <PRE>
231 public <B>Folder</B>(java.lang.String&nbsp;name,
232 java.lang.Boolean&nbsp;visibility,
233 java.lang.Boolean&nbsp;open,
234 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
235 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
236 java.lang.String&nbsp;address,
237 java.lang.String&nbsp;xalAddressDetails,
238 java.lang.String&nbsp;phoneNumber,
239 java.lang.String&nbsp;snippet,
240 java.lang.Integer&nbsp;snippetMaxLines,
241 java.lang.String&nbsp;description,
242 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
243 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
244 java.lang.String&nbsp;styleUrl,
245 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
246 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
247 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
248 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</PRE>
249 <DL>
250 </DL>
251
252 <!-- ============ METHOD DETAIL ========== -->
253
254 <A NAME="method_detail"><!-- --></A>
255 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
256 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
257 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
258 <B>Method Detail</B></FONT></TH>
259 </TR>
260 </TABLE>
261
262 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
263 write</H3>
264 <PRE>
265 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
266 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
267 <DL>
268 <DD><DL>
269 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
270 </DD>
271 <DD><DL>
272
273 <DT><B>Throws:</B>
274 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
275 </DD>
276 </DL>
277 <HR>
278
279 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
280 writeDelete</H3>
281 <PRE>
282 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
283 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
284 <DL>
285 <DD><DL>
286 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
287 </DD>
288 <DD><DL>
289
290 <DT><B>Throws:</B>
291 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
292 </DD>
293 </DL>
294 <!-- ========= END OF CLASS DATA ========= -->
295 <HR>
296
297
298 <!-- ======= START OF BOTTOM NAVBAR ====== -->
299 <A NAME="navbar_bottom"><!-- --></A>
300 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
301 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
302 <TR>
303 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
304 <A NAME="navbar_bottom_firstrow"><!-- --></A>
305 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
306 <TR ALIGN="center" VALIGN="top">
307 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
308 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
309 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
310 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Folder.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
311 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
312 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
313 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
314 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
315 </TR>
316 </TABLE>
317 </TD>
318 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
319 </EM>
320 </TD>
321 </TR>
322
323 <TR>
324 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
325 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
326 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
327 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
328 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Folder.html" target="_top"><B>FRAMES</B></A> &nbsp;
329 &nbsp;<A HREF="Folder.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
330 &nbsp;<SCRIPT type="text/javascript">
331 <!--
332 if(window==top) {
333 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
334 }
335 //-->
336 </SCRIPT>
337 <NOSCRIPT>
338 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
339 </NOSCRIPT>
340
341
342 </FONT></TD>
343 </TR>
344 <TR>
345 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
346 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
347 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
348 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
349 </TR>
350 </TABLE>
351 <A NAME="skip-navbar_bottom"></A>
352 <!-- ======== END OF BOTTOM NAVBAR ======= -->
353
354 <HR>
355
356 </BODY>
357 </HTML>
+0
-234
documentation/javadoc/org/boehn/kmlframework/kml/Geometry.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Geometry (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Geometry class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Geometry (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Geometry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Geometry.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Geometry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Geometry</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Geometry</B>
94 </PRE>
95 <DL>
96 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>, <A HREF="../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A>, <A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A></DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public abstract class <B>Geometry</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107
108 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
109
110 <A NAME="constructor_summary"><!-- --></A>
111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
114 <B>Constructor Summary</B></FONT></TH>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html#Geometry()">Geometry</A></B>()</CODE>
118
119 <BR>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
121 </TR>
122 </TABLE>
123 &nbsp;
124 <!-- ========== METHOD SUMMARY =========== -->
125
126 <A NAME="method_summary"><!-- --></A>
127 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
128 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
129 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
130 <B>Method Summary</B></FONT></TH>
131 </TR>
132 </TABLE>
133 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
136 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE></TD>
140 </TR>
141 </TABLE>
142 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
143 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
144 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
145 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
149 </TR>
150 </TABLE>
151 &nbsp;
152 <P>
153
154 <!-- ========= CONSTRUCTOR DETAIL ======== -->
155
156 <A NAME="constructor_detail"><!-- --></A>
157 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
158 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
159 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
160 <B>Constructor Detail</B></FONT></TH>
161 </TR>
162 </TABLE>
163
164 <A NAME="Geometry()"><!-- --></A><H3>
165 Geometry</H3>
166 <PRE>
167 public <B>Geometry</B>()</PRE>
168 <DL>
169 </DL>
170 <!-- ========= END OF CLASS DATA ========= -->
171 <HR>
172
173
174 <!-- ======= START OF BOTTOM NAVBAR ====== -->
175 <A NAME="navbar_bottom"><!-- --></A>
176 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
177 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
178 <TR>
179 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
180 <A NAME="navbar_bottom_firstrow"><!-- --></A>
181 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
182 <TR ALIGN="center" VALIGN="top">
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
185 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Geometry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
187 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
188 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
189 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
190 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
191 </TR>
192 </TABLE>
193 </TD>
194 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
195 </EM>
196 </TD>
197 </TR>
198
199 <TR>
200 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
201 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
202 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
203 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
204 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Geometry.html" target="_top"><B>FRAMES</B></A> &nbsp;
205 &nbsp;<A HREF="Geometry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
206 &nbsp;<SCRIPT type="text/javascript">
207 <!--
208 if(window==top) {
209 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
210 }
211 //-->
212 </SCRIPT>
213 <NOSCRIPT>
214 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
215 </NOSCRIPT>
216
217
218 </FONT></TD>
219 </TR>
220 <TR>
221 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
222 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject">METHOD</A></FONT></TD>
223 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
224 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
225 </TR>
226 </TABLE>
227 <A NAME="skip-navbar_bottom"></A>
228 <!-- ======== END OF BOTTOM NAVBAR ======= -->
229
230 <HR>
231
232 </BODY>
233 </HTML>
+0
-318
documentation/javadoc/org/boehn/kmlframework/kml/GridOriginEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 GridOriginEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.GridOriginEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="GridOriginEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GridOriginEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/GridOriginEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="GridOriginEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum GridOriginEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.GridOriginEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>GridOriginEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html#lowerLeft">lowerLeft</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html#upperLeft">upperLeft</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A></CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>[]</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html#values()">values</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
152 the order they're declared.</TD>
153 </TR>
154 </TABLE>
155 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
156 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
157 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
158 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
162 </TR>
163 </TABLE>
164 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
165 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
166 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
167 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
171 </TR>
172 </TABLE>
173 &nbsp;
174 <P>
175
176 <!-- ============ ENUM CONSTANT DETAIL =========== -->
177
178 <A NAME="enum_constant_detail"><!-- --></A>
179 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
181 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
182 <B>Enum Constant Detail</B></FONT></TH>
183 </TR>
184 </TABLE>
185
186 <A NAME="lowerLeft"><!-- --></A><H3>
187 lowerLeft</H3>
188 <PRE>
189 public static final <A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A> <B>lowerLeft</B></PRE>
190 <DL>
191 <DL>
192 </DL>
193 </DL>
194 <HR>
195
196 <A NAME="upperLeft"><!-- --></A><H3>
197 upperLeft</H3>
198 <PRE>
199 public static final <A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A> <B>upperLeft</B></PRE>
200 <DL>
201 <DL>
202 </DL>
203 </DL>
204
205 <!-- ============ METHOD DETAIL ========== -->
206
207 <A NAME="method_detail"><!-- --></A>
208 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
209 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
210 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
211 <B>Method Detail</B></FONT></TH>
212 </TR>
213 </TABLE>
214
215 <A NAME="values()"><!-- --></A><H3>
216 values</H3>
217 <PRE>
218 public static final <A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>[] <B>values</B>()</PRE>
219 <DL>
220 <DD>Returns an array containing the constants of this enum type, in
221 the order they're declared. This method may be used to iterate
222 over the constants as follows:
223 <pre>
224 for(GridOriginEnum c : GridOriginEnum.values())
225 System.out.println(c);
226 </pre>
227 <P>
228 <DD><DL>
229
230 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
231 the order they're declared</DL>
232 </DD>
233 </DL>
234 <HR>
235
236 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
237 valueOf</H3>
238 <PRE>
239 public static <A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
240 <DL>
241 <DD>Returns the enum constant of this type with the specified name.
242 The string must match <I>exactly</I> an identifier used to declare an
243 enum constant in this type. (Extraneous whitespace characters are
244 not permitted.)
245 <P>
246 <DD><DL>
247 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
248 <DT><B>Returns:</B><DD>the enum constant with the specified name
249 <DT><B>Throws:</B>
250 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
251 with the specified name</DL>
252 </DD>
253 </DL>
254 <!-- ========= END OF CLASS DATA ========= -->
255 <HR>
256
257
258 <!-- ======= START OF BOTTOM NAVBAR ====== -->
259 <A NAME="navbar_bottom"><!-- --></A>
260 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
261 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
262 <TR>
263 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
264 <A NAME="navbar_bottom_firstrow"><!-- --></A>
265 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
266 <TR ALIGN="center" VALIGN="top">
267 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
268 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
269 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
270 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GridOriginEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
271 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
272 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
273 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
274 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
275 </TR>
276 </TABLE>
277 </TD>
278 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
279 </EM>
280 </TD>
281 </TR>
282
283 <TR>
284 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
285 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
286 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
287 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
288 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/GridOriginEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
289 &nbsp;<A HREF="GridOriginEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
290 &nbsp;<SCRIPT type="text/javascript">
291 <!--
292 if(window==top) {
293 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
294 }
295 //-->
296 </SCRIPT>
297 <NOSCRIPT>
298 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
299 </NOSCRIPT>
300
301
302 </FONT></TD>
303 </TR>
304 <TR>
305 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
306 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
307 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
308 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
309 </TR>
310 </TABLE>
311 <A NAME="skip-navbar_bottom"></A>
312 <!-- ======== END OF BOTTOM NAVBAR ======= -->
313
314 <HR>
315
316 </BODY>
317 </HTML>
+0
-642
documentation/javadoc/org/boehn/kmlframework/kml/GroundOverlay.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 GroundOverlay (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.GroundOverlay class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="GroundOverlay (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GroundOverlay.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/GroundOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="GroundOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class GroundOverlay</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Feature</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Overlay</A>
95 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.GroundOverlay</B>
96 </PRE>
97 <HR>
98 <DL>
99 <DT><PRE>public class <B>GroundOverlay</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A></DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106
107 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
108
109 <A NAME="constructor_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Constructor Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay()">GroundOverlay</A></B>()</CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">GroundOverlay</A></B>(java.lang.String&nbsp;name,
123 java.lang.Boolean&nbsp;visibility,
124 java.lang.Boolean&nbsp;open,
125 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
126 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
127 java.lang.String&nbsp;address,
128 java.lang.String&nbsp;xalAddressDetails,
129 java.lang.String&nbsp;phoneNumber,
130 java.lang.String&nbsp;snippet,
131 java.lang.Integer&nbsp;snippetMaxLines,
132 java.lang.String&nbsp;description,
133 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
134 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
135 java.lang.String&nbsp;styleUrl,
136 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
137 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
138 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
139 java.lang.String&nbsp;color,
140 java.lang.Integer&nbsp;drawOrder,
141 <A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
142 java.lang.Double&nbsp;alititude,
143 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
144 java.lang.Double&nbsp;north,
145 java.lang.Double&nbsp;south,
146 java.lang.Double&nbsp;east,
147 java.lang.Double&nbsp;west,
148 java.lang.Double&nbsp;rotation)</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 </TABLE>
154 &nbsp;
155 <!-- ========== METHOD SUMMARY =========== -->
156
157 <A NAME="method_summary"><!-- --></A>
158 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
159 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
160 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
161 <B>Method Summary</B></FONT></TH>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#getAltitude()">getAltitude</A></B>()</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
182 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#getEast()">getEast</A></B>()</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
190 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#getNorth()">getNorth</A></B>()</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
198 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#getRotation()">getRotation</A></B>()</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
206 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#getSouth()">getSouth</A></B>()</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
214 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#getWest()">getWest</A></B>()</CODE>
215
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
218 </TR>
219 <TR BGCOLOR="white" CLASS="TableRowColor">
220 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
221 <CODE>&nbsp;void</CODE></FONT></TD>
222 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#setAltitude(java.lang.Double)">setAltitude</A></B>(java.lang.Double&nbsp;altitude)</CODE>
223
224 <BR>
225 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
226 </TR>
227 <TR BGCOLOR="white" CLASS="TableRowColor">
228 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
229 <CODE>&nbsp;void</CODE></FONT></TD>
230 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
231
232 <BR>
233 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
234 </TR>
235 <TR BGCOLOR="white" CLASS="TableRowColor">
236 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
237 <CODE>&nbsp;void</CODE></FONT></TD>
238 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#setEast(java.lang.Double)">setEast</A></B>(java.lang.Double&nbsp;east)</CODE>
239
240 <BR>
241 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
242 </TR>
243 <TR BGCOLOR="white" CLASS="TableRowColor">
244 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
245 <CODE>&nbsp;void</CODE></FONT></TD>
246 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#setNorth(java.lang.Double)">setNorth</A></B>(java.lang.Double&nbsp;north)</CODE>
247
248 <BR>
249 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
250 </TR>
251 <TR BGCOLOR="white" CLASS="TableRowColor">
252 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
253 <CODE>&nbsp;void</CODE></FONT></TD>
254 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#setRotation(java.lang.Double)">setRotation</A></B>(java.lang.Double&nbsp;rotation)</CODE>
255
256 <BR>
257 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
258 </TR>
259 <TR BGCOLOR="white" CLASS="TableRowColor">
260 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
261 <CODE>&nbsp;void</CODE></FONT></TD>
262 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#setSouth(java.lang.Double)">setSouth</A></B>(java.lang.Double&nbsp;south)</CODE>
263
264 <BR>
265 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
266 </TR>
267 <TR BGCOLOR="white" CLASS="TableRowColor">
268 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
269 <CODE>&nbsp;void</CODE></FONT></TD>
270 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#setWest(java.lang.Double)">setWest</A></B>(java.lang.Double&nbsp;west)</CODE>
271
272 <BR>
273 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
274 </TR>
275 <TR BGCOLOR="white" CLASS="TableRowColor">
276 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
277 <CODE>&nbsp;void</CODE></FONT></TD>
278 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
279
280 <BR>
281 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
282 </TR>
283 <TR BGCOLOR="white" CLASS="TableRowColor">
284 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
285 <CODE>&nbsp;void</CODE></FONT></TD>
286 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
287
288 <BR>
289 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
290 </TR>
291 </TABLE>
292 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Overlay"><!-- --></A>
293 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
294 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
295 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A></B></TH>
296 </TR>
297 <TR BGCOLOR="white" CLASS="TableRowColor">
298 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getColor()">getColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getDrawOrder()">getDrawOrder</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getIcon()">getIcon</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setColor(java.lang.String)">setColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setDrawOrder(java.lang.Integer)">setDrawOrder</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setIcon(org.boehn.kmlframework.kml.Icon)">setIcon</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
299 </TR>
300 </TABLE>
301 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Feature"><!-- --></A>
302 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
303 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
304 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></TH>
305 </TR>
306 <TR BGCOLOR="white" CLASS="TableRowColor">
307 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAddress()">getAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getDescription()">getDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getName()">getName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()">getPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippet()">getSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()">getSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleUrl()">getStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()">getXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isOpen()">isOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isVisible()">isVisible</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)">setAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)">setName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)">setOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)">setPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)">setSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)">setSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)">setStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)">setVisibility</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)">setXalAddressDeatails</A></CODE></TD>
308 </TR>
309 </TABLE>
310 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
311 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
312 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
313 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
314 </TR>
315 <TR BGCOLOR="white" CLASS="TableRowColor">
316 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
317 </TR>
318 </TABLE>
319 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
320 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
321 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
322 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
323 </TR>
324 <TR BGCOLOR="white" CLASS="TableRowColor">
325 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
326 </TR>
327 </TABLE>
328 &nbsp;
329 <P>
330
331 <!-- ========= CONSTRUCTOR DETAIL ======== -->
332
333 <A NAME="constructor_detail"><!-- --></A>
334 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
335 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
336 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
337 <B>Constructor Detail</B></FONT></TH>
338 </TR>
339 </TABLE>
340
341 <A NAME="GroundOverlay()"><!-- --></A><H3>
342 GroundOverlay</H3>
343 <PRE>
344 public <B>GroundOverlay</B>()</PRE>
345 <DL>
346 </DL>
347 <HR>
348
349 <A NAME="GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)"><!-- --></A><H3>
350 GroundOverlay</H3>
351 <PRE>
352 public <B>GroundOverlay</B>(java.lang.String&nbsp;name,
353 java.lang.Boolean&nbsp;visibility,
354 java.lang.Boolean&nbsp;open,
355 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
356 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
357 java.lang.String&nbsp;address,
358 java.lang.String&nbsp;xalAddressDetails,
359 java.lang.String&nbsp;phoneNumber,
360 java.lang.String&nbsp;snippet,
361 java.lang.Integer&nbsp;snippetMaxLines,
362 java.lang.String&nbsp;description,
363 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
364 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
365 java.lang.String&nbsp;styleUrl,
366 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
367 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
368 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
369 java.lang.String&nbsp;color,
370 java.lang.Integer&nbsp;drawOrder,
371 <A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
372 java.lang.Double&nbsp;alititude,
373 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
374 java.lang.Double&nbsp;north,
375 java.lang.Double&nbsp;south,
376 java.lang.Double&nbsp;east,
377 java.lang.Double&nbsp;west,
378 java.lang.Double&nbsp;rotation)</PRE>
379 <DL>
380 </DL>
381
382 <!-- ============ METHOD DETAIL ========== -->
383
384 <A NAME="method_detail"><!-- --></A>
385 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
386 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
387 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
388 <B>Method Detail</B></FONT></TH>
389 </TR>
390 </TABLE>
391
392 <A NAME="getAltitude()"><!-- --></A><H3>
393 getAltitude</H3>
394 <PRE>
395 public java.lang.Double <B>getAltitude</B>()</PRE>
396 <DL>
397 <DD><DL>
398 </DL>
399 </DD>
400 </DL>
401 <HR>
402
403 <A NAME="setAltitude(java.lang.Double)"><!-- --></A><H3>
404 setAltitude</H3>
405 <PRE>
406 public void <B>setAltitude</B>(java.lang.Double&nbsp;altitude)</PRE>
407 <DL>
408 <DD><DL>
409 </DL>
410 </DD>
411 </DL>
412 <HR>
413
414 <A NAME="getAltitudeMode()"><!-- --></A><H3>
415 getAltitudeMode</H3>
416 <PRE>
417 public <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>getAltitudeMode</B>()</PRE>
418 <DL>
419 <DD><DL>
420 </DL>
421 </DD>
422 </DL>
423 <HR>
424
425 <A NAME="setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><!-- --></A><H3>
426 setAltitudeMode</H3>
427 <PRE>
428 public void <B>setAltitudeMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</PRE>
429 <DL>
430 <DD><DL>
431 </DL>
432 </DD>
433 </DL>
434 <HR>
435
436 <A NAME="getNorth()"><!-- --></A><H3>
437 getNorth</H3>
438 <PRE>
439 public java.lang.Double <B>getNorth</B>()</PRE>
440 <DL>
441 <DD><DL>
442 </DL>
443 </DD>
444 </DL>
445 <HR>
446
447 <A NAME="setNorth(java.lang.Double)"><!-- --></A><H3>
448 setNorth</H3>
449 <PRE>
450 public void <B>setNorth</B>(java.lang.Double&nbsp;north)</PRE>
451 <DL>
452 <DD><DL>
453 </DL>
454 </DD>
455 </DL>
456 <HR>
457
458 <A NAME="getSouth()"><!-- --></A><H3>
459 getSouth</H3>
460 <PRE>
461 public java.lang.Double <B>getSouth</B>()</PRE>
462 <DL>
463 <DD><DL>
464 </DL>
465 </DD>
466 </DL>
467 <HR>
468
469 <A NAME="setSouth(java.lang.Double)"><!-- --></A><H3>
470 setSouth</H3>
471 <PRE>
472 public void <B>setSouth</B>(java.lang.Double&nbsp;south)</PRE>
473 <DL>
474 <DD><DL>
475 </DL>
476 </DD>
477 </DL>
478 <HR>
479
480 <A NAME="getEast()"><!-- --></A><H3>
481 getEast</H3>
482 <PRE>
483 public java.lang.Double <B>getEast</B>()</PRE>
484 <DL>
485 <DD><DL>
486 </DL>
487 </DD>
488 </DL>
489 <HR>
490
491 <A NAME="setEast(java.lang.Double)"><!-- --></A><H3>
492 setEast</H3>
493 <PRE>
494 public void <B>setEast</B>(java.lang.Double&nbsp;east)</PRE>
495 <DL>
496 <DD><DL>
497 </DL>
498 </DD>
499 </DL>
500 <HR>
501
502 <A NAME="getWest()"><!-- --></A><H3>
503 getWest</H3>
504 <PRE>
505 public java.lang.Double <B>getWest</B>()</PRE>
506 <DL>
507 <DD><DL>
508 </DL>
509 </DD>
510 </DL>
511 <HR>
512
513 <A NAME="setWest(java.lang.Double)"><!-- --></A><H3>
514 setWest</H3>
515 <PRE>
516 public void <B>setWest</B>(java.lang.Double&nbsp;west)</PRE>
517 <DL>
518 <DD><DL>
519 </DL>
520 </DD>
521 </DL>
522 <HR>
523
524 <A NAME="getRotation()"><!-- --></A><H3>
525 getRotation</H3>
526 <PRE>
527 public java.lang.Double <B>getRotation</B>()</PRE>
528 <DL>
529 <DD><DL>
530 </DL>
531 </DD>
532 </DL>
533 <HR>
534
535 <A NAME="setRotation(java.lang.Double)"><!-- --></A><H3>
536 setRotation</H3>
537 <PRE>
538 public void <B>setRotation</B>(java.lang.Double&nbsp;rotation)</PRE>
539 <DL>
540 <DD><DL>
541 </DL>
542 </DD>
543 </DL>
544 <HR>
545
546 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
547 write</H3>
548 <PRE>
549 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
550 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
551 <DL>
552 <DD><DL>
553 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
554 </DD>
555 <DD><DL>
556
557 <DT><B>Throws:</B>
558 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
559 </DD>
560 </DL>
561 <HR>
562
563 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
564 writeDelete</H3>
565 <PRE>
566 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
567 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
568 <DL>
569 <DD><DL>
570 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
571 </DD>
572 <DD><DL>
573
574 <DT><B>Throws:</B>
575 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
576 </DD>
577 </DL>
578 <!-- ========= END OF CLASS DATA ========= -->
579 <HR>
580
581
582 <!-- ======= START OF BOTTOM NAVBAR ====== -->
583 <A NAME="navbar_bottom"><!-- --></A>
584 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
585 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
586 <TR>
587 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
588 <A NAME="navbar_bottom_firstrow"><!-- --></A>
589 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
590 <TR ALIGN="center" VALIGN="top">
591 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
592 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
593 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
594 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GroundOverlay.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
595 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
596 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
597 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
598 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
599 </TR>
600 </TABLE>
601 </TD>
602 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
603 </EM>
604 </TD>
605 </TR>
606
607 <TR>
608 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
609 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
610 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
611 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
612 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/GroundOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
613 &nbsp;<A HREF="GroundOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
614 &nbsp;<SCRIPT type="text/javascript">
615 <!--
616 if(window==top) {
617 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
618 }
619 //-->
620 </SCRIPT>
621 <NOSCRIPT>
622 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
623 </NOSCRIPT>
624
625
626 </FONT></TD>
627 </TR>
628 <TR>
629 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
630 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
631 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
632 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
633 </TR>
634 </TABLE>
635 <A NAME="skip-navbar_bottom"></A>
636 <!-- ======== END OF BOTTOM NAVBAR ======= -->
637
638 <HR>
639
640 </BODY>
641 </HTML>
+0
-328
documentation/javadoc/org/boehn/kmlframework/kml/Icon.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Icon (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Icon class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Icon (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Icon.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Icon.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Icon.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Icon</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Link</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Icon</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>Icon</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Icon.html#Icon()">Icon</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Icon.html#Icon(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)">Icon</A></B>(java.lang.String&nbsp;href,
122 <A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode,
123 java.lang.Double&nbsp;refreshInterval,
124 <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode,
125 java.lang.Double&nbsp;viewRefreshTime,
126 java.lang.Double&nbsp;viewBoundScale,
127 <A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat,
128 java.lang.String&nbsp;httpQuery)</CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <!-- ========== METHOD SUMMARY =========== -->
136
137 <A NAME="method_summary"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
140 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
141 <B>Method Summary</B></FONT></TH>
142 </TR>
143 <TR BGCOLOR="white" CLASS="TableRowColor">
144 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145 <CODE>&nbsp;void</CODE></FONT></TD>
146 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Icon.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153 <CODE>&nbsp;void</CODE></FONT></TD>
154 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Icon.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
158 </TR>
159 </TABLE>
160 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Link"><!-- --></A>
161 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
162 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
163 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></B></TH>
164 </TR>
165 <TR BGCOLOR="white" CLASS="TableRowColor">
166 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getHref()">getHref</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getHttpQuery()">getHttpQuery</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getRefreshInterval()">getRefreshInterval</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getRefreshMode()">getRefreshMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getViewBoundScale()">getViewBoundScale</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getViewFormat()">getViewFormat</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getViewRefreshMode()">getViewRefreshMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getViewRefreshTime()">getViewRefreshTime</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setHref(java.lang.String)">setHref</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setHttpQuery(java.lang.String)">setHttpQuery</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setRefreshInterval(java.lang.Double)">setRefreshInterval</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setRefreshMode(org.boehn.kmlframework.kml.RefreshModeEnum)">setRefreshMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setViewBoundScale(java.lang.Double)">setViewBoundScale</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setViewFormat(org.boehn.kmlframework.kml.ViewFormat)">setViewFormat</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setViewRefreshMode(org.boehn.kmlframework.kml.ViewRefreshModeEnum)">setViewRefreshMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setViewRefreshTime(java.lang.Double)">setViewRefreshTime</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
167 </TR>
168 </TABLE>
169 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
170 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
171 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
172 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
176 </TR>
177 </TABLE>
178 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
179 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
181 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
182 </TR>
183 <TR BGCOLOR="white" CLASS="TableRowColor">
184 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
185 </TR>
186 </TABLE>
187 &nbsp;
188 <P>
189
190 <!-- ========= CONSTRUCTOR DETAIL ======== -->
191
192 <A NAME="constructor_detail"><!-- --></A>
193 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
194 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
195 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
196 <B>Constructor Detail</B></FONT></TH>
197 </TR>
198 </TABLE>
199
200 <A NAME="Icon()"><!-- --></A><H3>
201 Icon</H3>
202 <PRE>
203 public <B>Icon</B>()</PRE>
204 <DL>
205 </DL>
206 <HR>
207
208 <A NAME="Icon(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)"><!-- --></A><H3>
209 Icon</H3>
210 <PRE>
211 public <B>Icon</B>(java.lang.String&nbsp;href,
212 <A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode,
213 java.lang.Double&nbsp;refreshInterval,
214 <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode,
215 java.lang.Double&nbsp;viewRefreshTime,
216 java.lang.Double&nbsp;viewBoundScale,
217 <A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat,
218 java.lang.String&nbsp;httpQuery)</PRE>
219 <DL>
220 </DL>
221
222 <!-- ============ METHOD DETAIL ========== -->
223
224 <A NAME="method_detail"><!-- --></A>
225 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
226 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
227 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
228 <B>Method Detail</B></FONT></TH>
229 </TR>
230 </TABLE>
231
232 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
233 write</H3>
234 <PRE>
235 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
236 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
237 <DL>
238 <DD><DL>
239 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></CODE></DL>
240 </DD>
241 <DD><DL>
242
243 <DT><B>Throws:</B>
244 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
245 </DD>
246 </DL>
247 <HR>
248
249 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
250 writeDelete</H3>
251 <PRE>
252 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
253 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
254 <DL>
255 <DD><DL>
256 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></CODE></DL>
257 </DD>
258 <DD><DL>
259
260 <DT><B>Throws:</B>
261 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
262 </DD>
263 </DL>
264 <!-- ========= END OF CLASS DATA ========= -->
265 <HR>
266
267
268 <!-- ======= START OF BOTTOM NAVBAR ====== -->
269 <A NAME="navbar_bottom"><!-- --></A>
270 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
271 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
272 <TR>
273 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
274 <A NAME="navbar_bottom_firstrow"><!-- --></A>
275 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
276 <TR ALIGN="center" VALIGN="top">
277 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
278 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
279 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
280 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Icon.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
281 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
282 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
283 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
284 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
285 </TR>
286 </TABLE>
287 </TD>
288 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
289 </EM>
290 </TD>
291 </TR>
292
293 <TR>
294 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
295 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
296 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
297 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
298 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Icon.html" target="_top"><B>FRAMES</B></A> &nbsp;
299 &nbsp;<A HREF="Icon.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
300 &nbsp;<SCRIPT type="text/javascript">
301 <!--
302 if(window==top) {
303 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
304 }
305 //-->
306 </SCRIPT>
307 <NOSCRIPT>
308 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
309 </NOSCRIPT>
310
311
312 </FONT></TD>
313 </TR>
314 <TR>
315 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
316 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
317 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
318 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
319 </TR>
320 </TABLE>
321 <A NAME="skip-navbar_bottom"></A>
322 <!-- ======== END OF BOTTOM NAVBAR ======= -->
323
324 <HR>
325
326 </BODY>
327 </HTML>
+0
-596
documentation/javadoc/org/boehn/kmlframework/kml/IconStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 IconStyle (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.IconStyle class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="IconStyle (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IconStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/IconStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="IconStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class IconStyle</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.ColorStyle</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.IconStyle</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>IconStyle</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#IconStyle()">IconStyle</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#IconStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double, java.lang.Double, java.lang.String, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum)">IconStyle</A></B>(java.lang.String&nbsp;color,
122 <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
123 java.lang.Double&nbsp;scale,
124 java.lang.Double&nbsp;heading,
125 java.lang.String&nbsp;iconHref,
126 java.lang.Double&nbsp;hotSpotX,
127 java.lang.Double&nbsp;hotSpotY,
128 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotXunits,
129 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotYunits)</CODE>
130
131 <BR>
132 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
133 </TR>
134 </TABLE>
135 &nbsp;
136 <!-- ========== METHOD SUMMARY =========== -->
137
138 <A NAME="method_summary"><!-- --></A>
139 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
140 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
141 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
142 <B>Method Summary</B></FONT></TH>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#getHeading()">getHeading</A></B>()</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 <TR BGCOLOR="white" CLASS="TableRowColor">
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
155 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#getHotSpotX()">getHotSpotX</A></B>()</CODE>
156
157 <BR>
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
163 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#getHotSpotXunits()">getHotSpotXunits</A></B>()</CODE>
164
165 <BR>
166 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
171 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#getHotSpotY()">getHotSpotY</A></B>()</CODE>
172
173 <BR>
174 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
175 </TR>
176 <TR BGCOLOR="white" CLASS="TableRowColor">
177 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
179 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#getHotSpotYunits()">getHotSpotYunits</A></B>()</CODE>
180
181 <BR>
182 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183 </TR>
184 <TR BGCOLOR="white" CLASS="TableRowColor">
185 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
187 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#getIconHref()">getIconHref</A></B>()</CODE>
188
189 <BR>
190 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
191 </TR>
192 <TR BGCOLOR="white" CLASS="TableRowColor">
193 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
195 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#getScale()">getScale</A></B>()</CODE>
196
197 <BR>
198 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
199 </TR>
200 <TR BGCOLOR="white" CLASS="TableRowColor">
201 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
202 <CODE>&nbsp;void</CODE></FONT></TD>
203 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#setHeading(java.lang.Double)">setHeading</A></B>(java.lang.Double&nbsp;heading)</CODE>
204
205 <BR>
206 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
207 </TR>
208 <TR BGCOLOR="white" CLASS="TableRowColor">
209 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
210 <CODE>&nbsp;void</CODE></FONT></TD>
211 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#setHotSpotX(java.lang.Double)">setHotSpotX</A></B>(java.lang.Double&nbsp;hotSpotX)</CODE>
212
213 <BR>
214 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
215 </TR>
216 <TR BGCOLOR="white" CLASS="TableRowColor">
217 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
218 <CODE>&nbsp;void</CODE></FONT></TD>
219 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#setHotSpotXunits(org.boehn.kmlframework.kml.UnitEnum)">setHotSpotXunits</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotXunits)</CODE>
220
221 <BR>
222 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
223 </TR>
224 <TR BGCOLOR="white" CLASS="TableRowColor">
225 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
226 <CODE>&nbsp;void</CODE></FONT></TD>
227 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#setHotSpotY(java.lang.Double)">setHotSpotY</A></B>(java.lang.Double&nbsp;hotSpotY)</CODE>
228
229 <BR>
230 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
231 </TR>
232 <TR BGCOLOR="white" CLASS="TableRowColor">
233 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
234 <CODE>&nbsp;void</CODE></FONT></TD>
235 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#setHotSpotYunits(org.boehn.kmlframework.kml.UnitEnum)">setHotSpotYunits</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotYunits)</CODE>
236
237 <BR>
238 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
239 </TR>
240 <TR BGCOLOR="white" CLASS="TableRowColor">
241 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
242 <CODE>&nbsp;void</CODE></FONT></TD>
243 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#setIconHref(java.lang.String)">setIconHref</A></B>(java.lang.String&nbsp;iconHref)</CODE>
244
245 <BR>
246 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
247 </TR>
248 <TR BGCOLOR="white" CLASS="TableRowColor">
249 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
250 <CODE>&nbsp;void</CODE></FONT></TD>
251 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#setScale(java.lang.Double)">setScale</A></B>(java.lang.Double&nbsp;scale)</CODE>
252
253 <BR>
254 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
255 </TR>
256 <TR BGCOLOR="white" CLASS="TableRowColor">
257 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
258 <CODE>&nbsp;void</CODE></FONT></TD>
259 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
260
261 <BR>
262 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
266 <CODE>&nbsp;void</CODE></FONT></TD>
267 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
268
269 <BR>
270 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
271 </TR>
272 </TABLE>
273 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.ColorStyle"><!-- --></A>
274 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
275 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
276 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></B></TH>
277 </TR>
278 <TR BGCOLOR="white" CLASS="TableRowColor">
279 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColor()">getColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColorMode()">getColorMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColor(java.lang.String)">setColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColorMode(org.boehn.kmlframework.kml.ColorModeEnum)">setColorMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
280 </TR>
281 </TABLE>
282 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
283 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
284 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
285 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
286 </TR>
287 <TR BGCOLOR="white" CLASS="TableRowColor">
288 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
289 </TR>
290 </TABLE>
291 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
292 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
293 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
294 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
295 </TR>
296 <TR BGCOLOR="white" CLASS="TableRowColor">
297 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
298 </TR>
299 </TABLE>
300 &nbsp;
301 <P>
302
303 <!-- ========= CONSTRUCTOR DETAIL ======== -->
304
305 <A NAME="constructor_detail"><!-- --></A>
306 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
307 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
308 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
309 <B>Constructor Detail</B></FONT></TH>
310 </TR>
311 </TABLE>
312
313 <A NAME="IconStyle()"><!-- --></A><H3>
314 IconStyle</H3>
315 <PRE>
316 public <B>IconStyle</B>()</PRE>
317 <DL>
318 </DL>
319 <HR>
320
321 <A NAME="IconStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double, java.lang.Double, java.lang.String, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
322 IconStyle</H3>
323 <PRE>
324 public <B>IconStyle</B>(java.lang.String&nbsp;color,
325 <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
326 java.lang.Double&nbsp;scale,
327 java.lang.Double&nbsp;heading,
328 java.lang.String&nbsp;iconHref,
329 java.lang.Double&nbsp;hotSpotX,
330 java.lang.Double&nbsp;hotSpotY,
331 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotXunits,
332 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotYunits)</PRE>
333 <DL>
334 </DL>
335
336 <!-- ============ METHOD DETAIL ========== -->
337
338 <A NAME="method_detail"><!-- --></A>
339 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
340 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
341 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
342 <B>Method Detail</B></FONT></TH>
343 </TR>
344 </TABLE>
345
346 <A NAME="getScale()"><!-- --></A><H3>
347 getScale</H3>
348 <PRE>
349 public java.lang.Double <B>getScale</B>()</PRE>
350 <DL>
351 <DD><DL>
352 </DL>
353 </DD>
354 </DL>
355 <HR>
356
357 <A NAME="setScale(java.lang.Double)"><!-- --></A><H3>
358 setScale</H3>
359 <PRE>
360 public void <B>setScale</B>(java.lang.Double&nbsp;scale)</PRE>
361 <DL>
362 <DD><DL>
363 </DL>
364 </DD>
365 </DL>
366 <HR>
367
368 <A NAME="getHeading()"><!-- --></A><H3>
369 getHeading</H3>
370 <PRE>
371 public java.lang.Double <B>getHeading</B>()</PRE>
372 <DL>
373 <DD><DL>
374 </DL>
375 </DD>
376 </DL>
377 <HR>
378
379 <A NAME="setHeading(java.lang.Double)"><!-- --></A><H3>
380 setHeading</H3>
381 <PRE>
382 public void <B>setHeading</B>(java.lang.Double&nbsp;heading)</PRE>
383 <DL>
384 <DD><DL>
385 </DL>
386 </DD>
387 </DL>
388 <HR>
389
390 <A NAME="getIconHref()"><!-- --></A><H3>
391 getIconHref</H3>
392 <PRE>
393 public java.lang.String <B>getIconHref</B>()</PRE>
394 <DL>
395 <DD><DL>
396 </DL>
397 </DD>
398 </DL>
399 <HR>
400
401 <A NAME="setIconHref(java.lang.String)"><!-- --></A><H3>
402 setIconHref</H3>
403 <PRE>
404 public void <B>setIconHref</B>(java.lang.String&nbsp;iconHref)</PRE>
405 <DL>
406 <DD><DL>
407 </DL>
408 </DD>
409 </DL>
410 <HR>
411
412 <A NAME="getHotSpotX()"><!-- --></A><H3>
413 getHotSpotX</H3>
414 <PRE>
415 public java.lang.Double <B>getHotSpotX</B>()</PRE>
416 <DL>
417 <DD><DL>
418 </DL>
419 </DD>
420 </DL>
421 <HR>
422
423 <A NAME="setHotSpotX(java.lang.Double)"><!-- --></A><H3>
424 setHotSpotX</H3>
425 <PRE>
426 public void <B>setHotSpotX</B>(java.lang.Double&nbsp;hotSpotX)</PRE>
427 <DL>
428 <DD><DL>
429 </DL>
430 </DD>
431 </DL>
432 <HR>
433
434 <A NAME="getHotSpotY()"><!-- --></A><H3>
435 getHotSpotY</H3>
436 <PRE>
437 public java.lang.Double <B>getHotSpotY</B>()</PRE>
438 <DL>
439 <DD><DL>
440 </DL>
441 </DD>
442 </DL>
443 <HR>
444
445 <A NAME="setHotSpotY(java.lang.Double)"><!-- --></A><H3>
446 setHotSpotY</H3>
447 <PRE>
448 public void <B>setHotSpotY</B>(java.lang.Double&nbsp;hotSpotY)</PRE>
449 <DL>
450 <DD><DL>
451 </DL>
452 </DD>
453 </DL>
454 <HR>
455
456 <A NAME="getHotSpotXunits()"><!-- --></A><H3>
457 getHotSpotXunits</H3>
458 <PRE>
459 public <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>getHotSpotXunits</B>()</PRE>
460 <DL>
461 <DD><DL>
462 </DL>
463 </DD>
464 </DL>
465 <HR>
466
467 <A NAME="setHotSpotXunits(org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
468 setHotSpotXunits</H3>
469 <PRE>
470 public void <B>setHotSpotXunits</B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotXunits)</PRE>
471 <DL>
472 <DD><DL>
473 </DL>
474 </DD>
475 </DL>
476 <HR>
477
478 <A NAME="getHotSpotYunits()"><!-- --></A><H3>
479 getHotSpotYunits</H3>
480 <PRE>
481 public <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>getHotSpotYunits</B>()</PRE>
482 <DL>
483 <DD><DL>
484 </DL>
485 </DD>
486 </DL>
487 <HR>
488
489 <A NAME="setHotSpotYunits(org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
490 setHotSpotYunits</H3>
491 <PRE>
492 public void <B>setHotSpotYunits</B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotYunits)</PRE>
493 <DL>
494 <DD><DL>
495 </DL>
496 </DD>
497 </DL>
498 <HR>
499
500 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
501 write</H3>
502 <PRE>
503 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
504 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
505 <DL>
506 <DD><DL>
507 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
508 </DD>
509 <DD><DL>
510
511 <DT><B>Throws:</B>
512 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
513 </DD>
514 </DL>
515 <HR>
516
517 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
518 writeDelete</H3>
519 <PRE>
520 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
521 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
522 <DL>
523 <DD><DL>
524 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
525 </DD>
526 <DD><DL>
527
528 <DT><B>Throws:</B>
529 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
530 </DD>
531 </DL>
532 <!-- ========= END OF CLASS DATA ========= -->
533 <HR>
534
535
536 <!-- ======= START OF BOTTOM NAVBAR ====== -->
537 <A NAME="navbar_bottom"><!-- --></A>
538 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
539 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
540 <TR>
541 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
542 <A NAME="navbar_bottom_firstrow"><!-- --></A>
543 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
544 <TR ALIGN="center" VALIGN="top">
545 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
546 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
547 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
548 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IconStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
549 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
550 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
551 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
552 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
553 </TR>
554 </TABLE>
555 </TD>
556 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
557 </EM>
558 </TD>
559 </TR>
560
561 <TR>
562 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
563 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
564 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
565 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
566 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/IconStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
567 &nbsp;<A HREF="IconStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
568 &nbsp;<SCRIPT type="text/javascript">
569 <!--
570 if(window==top) {
571 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
572 }
573 //-->
574 </SCRIPT>
575 <NOSCRIPT>
576 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
577 </NOSCRIPT>
578
579
580 </FONT></TD>
581 </TR>
582 <TR>
583 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
584 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
585 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
586 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
587 </TR>
588 </TABLE>
589 <A NAME="skip-navbar_bottom"></A>
590 <!-- ======== END OF BOTTOM NAVBAR ======= -->
591
592 <HR>
593
594 </BODY>
595 </HTML>
+0
-818
documentation/javadoc/org/boehn/kmlframework/kml/Kml.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Kml (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Kml class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Kml (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Kml.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Kml.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Kml.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Kml</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Kml</B>
93 </PRE>
94 <DL>
95 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A>, <A HREF="../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A></DD>
96 </DL>
97 <HR>
98 <DL>
99 <DT><PRE>public class <B>Kml</B><DT>extends java.lang.Object</DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106 <!-- =========== FIELD SUMMARY =========== -->
107
108 <A NAME="field_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Field Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
116 <CODE>protected &nbsp;boolean</CODE></FONT></TD>
117 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#atomElementsIncluded">atomElementsIncluded</A></B></CODE>
118
119 <BR>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
121 </TR>
122 <TR BGCOLOR="white" CLASS="TableRowColor">
123 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
124 <CODE>protected &nbsp;boolean</CODE></FONT></TD>
125 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#celestialData">celestialData</A></B></CODE>
126
127 <BR>
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
129 </TR>
130 <TR BGCOLOR="white" CLASS="TableRowColor">
131 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
132 <CODE>protected &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></CODE></FONT></TD>
133 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#feature">feature</A></B></CODE>
134
135 <BR>
136 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140 <CODE>protected &nbsp;boolean</CODE></FONT></TD>
141 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#generateObjectIds">generateObjectIds</A></B></CODE>
142
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145 </TR>
146 <TR BGCOLOR="white" CLASS="TableRowColor">
147 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148 <CODE>protected &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></CODE></FONT></TD>
149 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#networkLinkControl">networkLinkControl</A></B></CODE>
150
151 <BR>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153 </TR>
154 </TABLE>
155 &nbsp;
156 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
157
158 <A NAME="constructor_summary"><!-- --></A>
159 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
160 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
161 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
162 <B>Constructor Summary</B></FONT></TH>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#Kml()">Kml</A></B>()</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 <TR BGCOLOR="white" CLASS="TableRowColor">
171 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#Kml(org.boehn.kmlframework.kml.NetworkLinkControl, org.boehn.kmlframework.kml.Feature)">Kml</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>&nbsp;networkLinkControl,
172 <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&nbsp;feature)</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 </TABLE>
178 &nbsp;
179 <!-- ========== METHOD SUMMARY =========== -->
180
181 <A NAME="method_summary"><!-- --></A>
182 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
183 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
184 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
185 <B>Method Summary</B></FONT></TH>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>&nbsp;void</CODE></FONT></TD>
190 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#createKml(java.io.PrintWriter)">createKml</A></B>(java.io.PrintWriter&nbsp;printWriter)</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197 <CODE>&nbsp;void</CODE></FONT></TD>
198 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#createKml(java.lang.String)">createKml</A></B>(java.lang.String&nbsp;fileName)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205 <CODE>&nbsp;void</CODE></FONT></TD>
206 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#createKmz(java.lang.String)">createKmz</A></B>(java.lang.String&nbsp;fileName)</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></CODE></FONT></TD>
214 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#getFeature()">getFeature</A></B>()</CODE>
215
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
218 </TR>
219 <TR BGCOLOR="white" CLASS="TableRowColor">
220 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
221 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></CODE></FONT></TD>
222 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#getNetworkLinkControl()">getNetworkLinkControl</A></B>()</CODE>
223
224 <BR>
225 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
226 </TR>
227 <TR BGCOLOR="white" CLASS="TableRowColor">
228 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
229 <CODE>&nbsp;boolean</CODE></FONT></TD>
230 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#getXmlIndent()">getXmlIndent</A></B>()</CODE>
231
232 <BR>
233 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
234 </TR>
235 <TR BGCOLOR="white" CLASS="TableRowColor">
236 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
237 <CODE>&nbsp;boolean</CODE></FONT></TD>
238 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#isAtomElementsIncluded()">isAtomElementsIncluded</A></B>()</CODE>
239
240 <BR>
241 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
242 </TR>
243 <TR BGCOLOR="white" CLASS="TableRowColor">
244 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
245 <CODE>&nbsp;boolean</CODE></FONT></TD>
246 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#isCelestialData()">isCelestialData</A></B>()</CODE>
247
248 <BR>
249 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
250 </TR>
251 <TR BGCOLOR="white" CLASS="TableRowColor">
252 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
253 <CODE>&nbsp;boolean</CODE></FONT></TD>
254 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#isGenerateObjectIds()">isGenerateObjectIds</A></B>()</CODE>
255
256 <BR>
257 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
258 </TR>
259 <TR BGCOLOR="white" CLASS="TableRowColor">
260 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
261 <CODE>&nbsp;void</CODE></FONT></TD>
262 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#print(int, java.lang.String)">print</A></B>(int&nbsp;indentChangeBefore,
263 java.lang.String&nbsp;string)</CODE>
264
265 <BR>
266 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
267 </TR>
268 <TR BGCOLOR="white" CLASS="TableRowColor">
269 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
270 <CODE>&nbsp;void</CODE></FONT></TD>
271 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#print(java.lang.String)">print</A></B>(java.lang.String&nbsp;string)</CODE>
272
273 <BR>
274 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
275 </TR>
276 <TR BGCOLOR="white" CLASS="TableRowColor">
277 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
278 <CODE>&nbsp;void</CODE></FONT></TD>
279 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#print(java.lang.String, int)">print</A></B>(java.lang.String&nbsp;string,
280 int&nbsp;indentChangeAfter)</CODE>
281
282 <BR>
283 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
284 </TR>
285 <TR BGCOLOR="white" CLASS="TableRowColor">
286 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
287 <CODE>&nbsp;void</CODE></FONT></TD>
288 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#println(int, java.lang.String)">println</A></B>(int&nbsp;indentChangeBefore,
289 java.lang.String&nbsp;string)</CODE>
290
291 <BR>
292 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
293 </TR>
294 <TR BGCOLOR="white" CLASS="TableRowColor">
295 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
296 <CODE>&nbsp;void</CODE></FONT></TD>
297 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#println(java.lang.String)">println</A></B>(java.lang.String&nbsp;string)</CODE>
298
299 <BR>
300 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
301 </TR>
302 <TR BGCOLOR="white" CLASS="TableRowColor">
303 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
304 <CODE>&nbsp;void</CODE></FONT></TD>
305 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#println(java.lang.String, int)">println</A></B>(java.lang.String&nbsp;string,
306 int&nbsp;indentChangeAfter)</CODE>
307
308 <BR>
309 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
310 </TR>
311 <TR BGCOLOR="white" CLASS="TableRowColor">
312 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
313 <CODE>&nbsp;void</CODE></FONT></TD>
314 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setAtomElementsIncluded(boolean)">setAtomElementsIncluded</A></B>(boolean&nbsp;atomElementsIncluded)</CODE>
315
316 <BR>
317 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
318 </TR>
319 <TR BGCOLOR="white" CLASS="TableRowColor">
320 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
321 <CODE>&nbsp;void</CODE></FONT></TD>
322 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setCelestialData(boolean)">setCelestialData</A></B>(boolean&nbsp;celestialData)</CODE>
323
324 <BR>
325 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
326 </TR>
327 <TR BGCOLOR="white" CLASS="TableRowColor">
328 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
329 <CODE>&nbsp;void</CODE></FONT></TD>
330 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setFeature(org.boehn.kmlframework.kml.Feature)">setFeature</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&nbsp;feature)</CODE>
331
332 <BR>
333 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
334 </TR>
335 <TR BGCOLOR="white" CLASS="TableRowColor">
336 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
337 <CODE>&nbsp;void</CODE></FONT></TD>
338 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setGenerateObjectIds(boolean)">setGenerateObjectIds</A></B>(boolean&nbsp;generateObjectIds)</CODE>
339
340 <BR>
341 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
342 </TR>
343 <TR BGCOLOR="white" CLASS="TableRowColor">
344 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
345 <CODE>&nbsp;void</CODE></FONT></TD>
346 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setNetworkLinkControl(org.boehn.kmlframework.kml.NetworkLinkControl)">setNetworkLinkControl</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>&nbsp;networkLinkControl)</CODE>
347
348 <BR>
349 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
350 </TR>
351 <TR BGCOLOR="white" CLASS="TableRowColor">
352 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
353 <CODE>&nbsp;void</CODE></FONT></TD>
354 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setXmlIndent(boolean)">setXmlIndent</A></B>(boolean&nbsp;xmlIndent)</CODE>
355
356 <BR>
357 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
358 </TR>
359 <TR BGCOLOR="white" CLASS="TableRowColor">
360 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
361 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
362 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#toString()">toString</A></B>()</CODE>
363
364 <BR>
365 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
366 </TR>
367 <TR BGCOLOR="white" CLASS="TableRowColor">
368 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
369 <CODE>&nbsp;void</CODE></FONT></TD>
370 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
371
372 <BR>
373 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
374 </TR>
375 </TABLE>
376 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
377 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
378 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
379 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
380 </TR>
381 <TR BGCOLOR="white" CLASS="TableRowColor">
382 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
383 </TR>
384 </TABLE>
385 &nbsp;
386 <P>
387
388 <!-- ============ FIELD DETAIL =========== -->
389
390 <A NAME="field_detail"><!-- --></A>
391 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
392 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
393 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
394 <B>Field Detail</B></FONT></TH>
395 </TR>
396 </TABLE>
397
398 <A NAME="networkLinkControl"><!-- --></A><H3>
399 networkLinkControl</H3>
400 <PRE>
401 protected <A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A> <B>networkLinkControl</B></PRE>
402 <DL>
403 <DL>
404 </DL>
405 </DL>
406 <HR>
407
408 <A NAME="feature"><!-- --></A><H3>
409 feature</H3>
410 <PRE>
411 protected <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A> <B>feature</B></PRE>
412 <DL>
413 <DL>
414 </DL>
415 </DL>
416 <HR>
417
418 <A NAME="celestialData"><!-- --></A><H3>
419 celestialData</H3>
420 <PRE>
421 protected boolean <B>celestialData</B></PRE>
422 <DL>
423 <DL>
424 </DL>
425 </DL>
426 <HR>
427
428 <A NAME="atomElementsIncluded"><!-- --></A><H3>
429 atomElementsIncluded</H3>
430 <PRE>
431 protected boolean <B>atomElementsIncluded</B></PRE>
432 <DL>
433 <DL>
434 </DL>
435 </DL>
436 <HR>
437
438 <A NAME="generateObjectIds"><!-- --></A><H3>
439 generateObjectIds</H3>
440 <PRE>
441 protected boolean <B>generateObjectIds</B></PRE>
442 <DL>
443 <DL>
444 </DL>
445 </DL>
446
447 <!-- ========= CONSTRUCTOR DETAIL ======== -->
448
449 <A NAME="constructor_detail"><!-- --></A>
450 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
451 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
452 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
453 <B>Constructor Detail</B></FONT></TH>
454 </TR>
455 </TABLE>
456
457 <A NAME="Kml()"><!-- --></A><H3>
458 Kml</H3>
459 <PRE>
460 public <B>Kml</B>()</PRE>
461 <DL>
462 </DL>
463 <HR>
464
465 <A NAME="Kml(org.boehn.kmlframework.kml.NetworkLinkControl, org.boehn.kmlframework.kml.Feature)"><!-- --></A><H3>
466 Kml</H3>
467 <PRE>
468 public <B>Kml</B>(<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>&nbsp;networkLinkControl,
469 <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&nbsp;feature)</PRE>
470 <DL>
471 </DL>
472
473 <!-- ============ METHOD DETAIL ========== -->
474
475 <A NAME="method_detail"><!-- --></A>
476 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
477 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
478 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
479 <B>Method Detail</B></FONT></TH>
480 </TR>
481 </TABLE>
482
483 <A NAME="setXmlIndent(boolean)"><!-- --></A><H3>
484 setXmlIndent</H3>
485 <PRE>
486 public void <B>setXmlIndent</B>(boolean&nbsp;xmlIndent)</PRE>
487 <DL>
488 <DD><DL>
489 </DL>
490 </DD>
491 </DL>
492 <HR>
493
494 <A NAME="getXmlIndent()"><!-- --></A><H3>
495 getXmlIndent</H3>
496 <PRE>
497 public boolean <B>getXmlIndent</B>()</PRE>
498 <DL>
499 <DD><DL>
500 </DL>
501 </DD>
502 </DL>
503 <HR>
504
505 <A NAME="getNetworkLinkControl()"><!-- --></A><H3>
506 getNetworkLinkControl</H3>
507 <PRE>
508 public <A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A> <B>getNetworkLinkControl</B>()</PRE>
509 <DL>
510 <DD><DL>
511 </DL>
512 </DD>
513 </DL>
514 <HR>
515
516 <A NAME="setNetworkLinkControl(org.boehn.kmlframework.kml.NetworkLinkControl)"><!-- --></A><H3>
517 setNetworkLinkControl</H3>
518 <PRE>
519 public void <B>setNetworkLinkControl</B>(<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>&nbsp;networkLinkControl)</PRE>
520 <DL>
521 <DD><DL>
522 </DL>
523 </DD>
524 </DL>
525 <HR>
526
527 <A NAME="getFeature()"><!-- --></A><H3>
528 getFeature</H3>
529 <PRE>
530 public <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A> <B>getFeature</B>()</PRE>
531 <DL>
532 <DD><DL>
533 </DL>
534 </DD>
535 </DL>
536 <HR>
537
538 <A NAME="setFeature(org.boehn.kmlframework.kml.Feature)"><!-- --></A><H3>
539 setFeature</H3>
540 <PRE>
541 public void <B>setFeature</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&nbsp;feature)</PRE>
542 <DL>
543 <DD><DL>
544 </DL>
545 </DD>
546 </DL>
547 <HR>
548
549 <A NAME="isCelestialData()"><!-- --></A><H3>
550 isCelestialData</H3>
551 <PRE>
552 public boolean <B>isCelestialData</B>()</PRE>
553 <DL>
554 <DD><DL>
555 </DL>
556 </DD>
557 </DL>
558 <HR>
559
560 <A NAME="setCelestialData(boolean)"><!-- --></A><H3>
561 setCelestialData</H3>
562 <PRE>
563 public void <B>setCelestialData</B>(boolean&nbsp;celestialData)</PRE>
564 <DL>
565 <DD><DL>
566 </DL>
567 </DD>
568 </DL>
569 <HR>
570
571 <A NAME="isAtomElementsIncluded()"><!-- --></A><H3>
572 isAtomElementsIncluded</H3>
573 <PRE>
574 public boolean <B>isAtomElementsIncluded</B>()</PRE>
575 <DL>
576 <DD><DL>
577 </DL>
578 </DD>
579 </DL>
580 <HR>
581
582 <A NAME="setAtomElementsIncluded(boolean)"><!-- --></A><H3>
583 setAtomElementsIncluded</H3>
584 <PRE>
585 public void <B>setAtomElementsIncluded</B>(boolean&nbsp;atomElementsIncluded)</PRE>
586 <DL>
587 <DD><DL>
588 </DL>
589 </DD>
590 </DL>
591 <HR>
592
593 <A NAME="isGenerateObjectIds()"><!-- --></A><H3>
594 isGenerateObjectIds</H3>
595 <PRE>
596 public boolean <B>isGenerateObjectIds</B>()</PRE>
597 <DL>
598 <DD><DL>
599 </DL>
600 </DD>
601 </DL>
602 <HR>
603
604 <A NAME="setGenerateObjectIds(boolean)"><!-- --></A><H3>
605 setGenerateObjectIds</H3>
606 <PRE>
607 public void <B>setGenerateObjectIds</B>(boolean&nbsp;generateObjectIds)</PRE>
608 <DL>
609 <DD><DL>
610 </DL>
611 </DD>
612 </DL>
613 <HR>
614
615 <A NAME="print(java.lang.String)"><!-- --></A><H3>
616 print</H3>
617 <PRE>
618 public void <B>print</B>(java.lang.String&nbsp;string)</PRE>
619 <DL>
620 <DD><DL>
621 </DL>
622 </DD>
623 </DL>
624 <HR>
625
626 <A NAME="println(java.lang.String)"><!-- --></A><H3>
627 println</H3>
628 <PRE>
629 public void <B>println</B>(java.lang.String&nbsp;string)</PRE>
630 <DL>
631 <DD><DL>
632 </DL>
633 </DD>
634 </DL>
635 <HR>
636
637 <A NAME="print(java.lang.String, int)"><!-- --></A><H3>
638 print</H3>
639 <PRE>
640 public void <B>print</B>(java.lang.String&nbsp;string,
641 int&nbsp;indentChangeAfter)</PRE>
642 <DL>
643 <DD><DL>
644 </DL>
645 </DD>
646 </DL>
647 <HR>
648
649 <A NAME="println(java.lang.String, int)"><!-- --></A><H3>
650 println</H3>
651 <PRE>
652 public void <B>println</B>(java.lang.String&nbsp;string,
653 int&nbsp;indentChangeAfter)</PRE>
654 <DL>
655 <DD><DL>
656 </DL>
657 </DD>
658 </DL>
659 <HR>
660
661 <A NAME="print(int, java.lang.String)"><!-- --></A><H3>
662 print</H3>
663 <PRE>
664 public void <B>print</B>(int&nbsp;indentChangeBefore,
665 java.lang.String&nbsp;string)</PRE>
666 <DL>
667 <DD><DL>
668 </DL>
669 </DD>
670 </DL>
671 <HR>
672
673 <A NAME="println(int, java.lang.String)"><!-- --></A><H3>
674 println</H3>
675 <PRE>
676 public void <B>println</B>(int&nbsp;indentChangeBefore,
677 java.lang.String&nbsp;string)</PRE>
678 <DL>
679 <DD><DL>
680 </DL>
681 </DD>
682 </DL>
683 <HR>
684
685 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
686 write</H3>
687 <PRE>
688 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
689 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
690 <DL>
691 <DD><DL>
692
693 <DT><B>Throws:</B>
694 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
695 </DD>
696 </DL>
697 <HR>
698
699 <A NAME="createKml(java.lang.String)"><!-- --></A><H3>
700 createKml</H3>
701 <PRE>
702 public void <B>createKml</B>(java.lang.String&nbsp;fileName)
703 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>,
704 java.io.IOException</PRE>
705 <DL>
706 <DD><DL>
707
708 <DT><B>Throws:</B>
709 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE>
710 <DD><CODE>java.io.IOException</CODE></DL>
711 </DD>
712 </DL>
713 <HR>
714
715 <A NAME="createKml(java.io.PrintWriter)"><!-- --></A><H3>
716 createKml</H3>
717 <PRE>
718 public void <B>createKml</B>(java.io.PrintWriter&nbsp;printWriter)
719 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>,
720 java.io.IOException</PRE>
721 <DL>
722 <DD><DL>
723
724 <DT><B>Throws:</B>
725 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE>
726 <DD><CODE>java.io.IOException</CODE></DL>
727 </DD>
728 </DL>
729 <HR>
730
731 <A NAME="createKmz(java.lang.String)"><!-- --></A><H3>
732 createKmz</H3>
733 <PRE>
734 public void <B>createKmz</B>(java.lang.String&nbsp;fileName)</PRE>
735 <DL>
736 <DD><DL>
737 </DL>
738 </DD>
739 </DL>
740 <HR>
741
742 <A NAME="toString()"><!-- --></A><H3>
743 toString</H3>
744 <PRE>
745 public java.lang.String <B>toString</B>()</PRE>
746 <DL>
747 <DD><DL>
748 <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
749 </DD>
750 <DD><DL>
751 </DL>
752 </DD>
753 </DL>
754 <!-- ========= END OF CLASS DATA ========= -->
755 <HR>
756
757
758 <!-- ======= START OF BOTTOM NAVBAR ====== -->
759 <A NAME="navbar_bottom"><!-- --></A>
760 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
761 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
762 <TR>
763 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
764 <A NAME="navbar_bottom_firstrow"><!-- --></A>
765 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
766 <TR ALIGN="center" VALIGN="top">
767 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
768 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
769 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
770 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Kml.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
771 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
772 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
773 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
774 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
775 </TR>
776 </TABLE>
777 </TD>
778 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
779 </EM>
780 </TD>
781 </TR>
782
783 <TR>
784 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
785 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
786 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
787 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
788 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Kml.html" target="_top"><B>FRAMES</B></A> &nbsp;
789 &nbsp;<A HREF="Kml.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
790 &nbsp;<SCRIPT type="text/javascript">
791 <!--
792 if(window==top) {
793 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
794 }
795 //-->
796 </SCRIPT>
797 <NOSCRIPT>
798 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
799 </NOSCRIPT>
800
801
802 </FONT></TD>
803 </TR>
804 <TR>
805 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
806 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
807 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
808 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
809 </TR>
810 </TABLE>
811 <A NAME="skip-navbar_bottom"></A>
812 <!-- ======== END OF BOTTOM NAVBAR ======= -->
813
814 <HR>
815
816 </BODY>
817 </HTML>
+0
-281
documentation/javadoc/org/boehn/kmlframework/kml/KmlException.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 KmlException (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.KmlException class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="KmlException (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KmlException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/KmlException.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="KmlException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class KmlException</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.KmlException</B>
95 </PRE>
96 <DL>
97 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
98 </DL>
99 <HR>
100 <DL>
101 <DT><PRE>public class <B>KmlException</B><DT>extends java.lang.Exception</DL>
102 </PRE>
103
104 <P>
105 <DL>
106 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.boehn.kmlframework.kml.KmlException">Serialized Form</A></DL>
107 <HR>
108
109 <P>
110
111 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
112
113 <A NAME="constructor_summary"><!-- --></A>
114 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
116 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
117 <B>Constructor Summary</B></FONT></TH>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html#KmlException()">KmlException</A></B>()</CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 <TR BGCOLOR="white" CLASS="TableRowColor">
126 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html#KmlException(java.lang.String)">KmlException</A></B>(java.lang.String&nbsp;arg0)</CODE>
127
128 <BR>
129 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
130 </TR>
131 <TR BGCOLOR="white" CLASS="TableRowColor">
132 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html#KmlException(java.lang.String, java.lang.Throwable)">KmlException</A></B>(java.lang.String&nbsp;arg0,
133 java.lang.Throwable&nbsp;arg1)</CODE>
134
135 <BR>
136 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html#KmlException(java.lang.Throwable)">KmlException</A></B>(java.lang.Throwable&nbsp;arg0)</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 </TABLE>
145 &nbsp;
146 <!-- ========== METHOD SUMMARY =========== -->
147
148 <A NAME="method_summary"><!-- --></A>
149 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
150 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
151 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
152 <B>Method Summary</B></FONT></TH>
153 </TR>
154 </TABLE>
155 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
156 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
157 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
158 <TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD>
162 </TR>
163 </TABLE>
164 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
165 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
166 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
167 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
171 </TR>
172 </TABLE>
173 &nbsp;
174 <P>
175
176 <!-- ========= CONSTRUCTOR DETAIL ======== -->
177
178 <A NAME="constructor_detail"><!-- --></A>
179 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
181 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
182 <B>Constructor Detail</B></FONT></TH>
183 </TR>
184 </TABLE>
185
186 <A NAME="KmlException()"><!-- --></A><H3>
187 KmlException</H3>
188 <PRE>
189 public <B>KmlException</B>()</PRE>
190 <DL>
191 </DL>
192 <HR>
193
194 <A NAME="KmlException(java.lang.String)"><!-- --></A><H3>
195 KmlException</H3>
196 <PRE>
197 public <B>KmlException</B>(java.lang.String&nbsp;arg0)</PRE>
198 <DL>
199 </DL>
200 <HR>
201
202 <A NAME="KmlException(java.lang.String, java.lang.Throwable)"><!-- --></A><H3>
203 KmlException</H3>
204 <PRE>
205 public <B>KmlException</B>(java.lang.String&nbsp;arg0,
206 java.lang.Throwable&nbsp;arg1)</PRE>
207 <DL>
208 </DL>
209 <HR>
210
211 <A NAME="KmlException(java.lang.Throwable)"><!-- --></A><H3>
212 KmlException</H3>
213 <PRE>
214 public <B>KmlException</B>(java.lang.Throwable&nbsp;arg0)</PRE>
215 <DL>
216 </DL>
217 <!-- ========= END OF CLASS DATA ========= -->
218 <HR>
219
220
221 <!-- ======= START OF BOTTOM NAVBAR ====== -->
222 <A NAME="navbar_bottom"><!-- --></A>
223 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
224 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
225 <TR>
226 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
227 <A NAME="navbar_bottom_firstrow"><!-- --></A>
228 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
229 <TR ALIGN="center" VALIGN="top">
230 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
231 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
232 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
233 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KmlException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
234 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
235 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
236 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
237 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
238 </TR>
239 </TABLE>
240 </TD>
241 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
242 </EM>
243 </TD>
244 </TR>
245
246 <TR>
247 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
248 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
249 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
250 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
251 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/KmlException.html" target="_top"><B>FRAMES</B></A> &nbsp;
252 &nbsp;<A HREF="KmlException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
253 &nbsp;<SCRIPT type="text/javascript">
254 <!--
255 if(window==top) {
256 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
257 }
258 //-->
259 </SCRIPT>
260 <NOSCRIPT>
261 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
262 </NOSCRIPT>
263
264
265 </FONT></TD>
266 </TR>
267 <TR>
268 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
269 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
270 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
271 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
272 </TR>
273 </TABLE>
274 <A NAME="skip-navbar_bottom"></A>
275 <!-- ======== END OF BOTTOM NAVBAR ======= -->
276
277 <HR>
278
279 </BODY>
280 </HTML>
+0
-410
documentation/javadoc/org/boehn/kmlframework/kml/KmlObject.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 KmlObject (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.KmlObject class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="KmlObject (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KmlObject.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/KmlObject.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="KmlObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class KmlObject</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.KmlObject</B>
93 </PRE>
94 <DL>
95 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>, <A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>, <A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>, <A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>, <A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>, <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A></DD>
96 </DL>
97 <HR>
98 <DL>
99 <DT><PRE>public abstract class <B>KmlObject</B><DT>extends java.lang.Object</DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106
107 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
108
109 <A NAME="constructor_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Constructor Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#KmlObject()">KmlObject</A></B>()</CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 </TABLE>
122 &nbsp;
123 <!-- ========== METHOD SUMMARY =========== -->
124
125 <A NAME="method_summary"><!-- --></A>
126 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
127 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
128 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
129 <B>Method Summary</B></FONT></TH>
130 </TR>
131 <TR BGCOLOR="white" CLASS="TableRowColor">
132 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
133 <CODE>static&nbsp;int</CODE></FONT></TD>
134 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A></B>(boolean&nbsp;booleanValue)</CODE>
135
136 <BR>
137 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A></B>(java.lang.Enum&nbsp;_enum)</CODE>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
150 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A></B>()</CODE>
151
152 <BR>
153 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A></B>()</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;void</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A></B>(java.lang.String&nbsp;id)</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;void</CODE></FONT></TD>
182 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></B>(java.lang.String&nbsp;targetId)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>abstract &nbsp;void</CODE></FONT></TD>
190 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197 <CODE>abstract &nbsp;void</CODE></FONT></TD>
198 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 </TABLE>
204 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
205 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
206 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
207 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
211 </TR>
212 </TABLE>
213 &nbsp;
214 <P>
215
216 <!-- ========= CONSTRUCTOR DETAIL ======== -->
217
218 <A NAME="constructor_detail"><!-- --></A>
219 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
220 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
221 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
222 <B>Constructor Detail</B></FONT></TH>
223 </TR>
224 </TABLE>
225
226 <A NAME="KmlObject()"><!-- --></A><H3>
227 KmlObject</H3>
228 <PRE>
229 public <B>KmlObject</B>()</PRE>
230 <DL>
231 </DL>
232
233 <!-- ============ METHOD DETAIL ========== -->
234
235 <A NAME="method_detail"><!-- --></A>
236 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
237 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
238 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
239 <B>Method Detail</B></FONT></TH>
240 </TR>
241 </TABLE>
242
243 <A NAME="getId()"><!-- --></A><H3>
244 getId</H3>
245 <PRE>
246 public java.lang.String <B>getId</B>()</PRE>
247 <DL>
248 <DD><DL>
249 </DL>
250 </DD>
251 </DL>
252 <HR>
253
254 <A NAME="setId(java.lang.String)"><!-- --></A><H3>
255 setId</H3>
256 <PRE>
257 public void <B>setId</B>(java.lang.String&nbsp;id)</PRE>
258 <DL>
259 <DD><DL>
260 </DL>
261 </DD>
262 </DL>
263 <HR>
264
265 <A NAME="getTargetId()"><!-- --></A><H3>
266 getTargetId</H3>
267 <PRE>
268 public java.lang.String <B>getTargetId</B>()</PRE>
269 <DL>
270 <DD><DL>
271 </DL>
272 </DD>
273 </DL>
274 <HR>
275
276 <A NAME="setTargetId(java.lang.String)"><!-- --></A><H3>
277 setTargetId</H3>
278 <PRE>
279 public void <B>setTargetId</B>(java.lang.String&nbsp;targetId)</PRE>
280 <DL>
281 <DD><DL>
282 </DL>
283 </DD>
284 </DL>
285 <HR>
286
287 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
288 write</H3>
289 <PRE>
290 public abstract void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
291 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
292 <DL>
293 <DD><DL>
294
295 <DT><B>Throws:</B>
296 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
297 </DD>
298 </DL>
299 <HR>
300
301 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
302 writeDelete</H3>
303 <PRE>
304 public abstract void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
305 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
306 <DL>
307 <DD><DL>
308
309 <DT><B>Throws:</B>
310 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
311 </DD>
312 </DL>
313 <HR>
314
315 <A NAME="getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
316 getIdAndTargetIdFormatted</H3>
317 <PRE>
318 protected java.lang.String <B>getIdAndTargetIdFormatted</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</PRE>
319 <DL>
320 <DD><DL>
321 </DL>
322 </DD>
323 </DL>
324 <HR>
325
326 <A NAME="booleanToInt(boolean)"><!-- --></A><H3>
327 booleanToInt</H3>
328 <PRE>
329 public static int <B>booleanToInt</B>(boolean&nbsp;booleanValue)</PRE>
330 <DL>
331 <DD><DL>
332 </DL>
333 </DD>
334 </DL>
335 <HR>
336
337 <A NAME="enumToString(java.lang.Enum)"><!-- --></A><H3>
338 enumToString</H3>
339 <PRE>
340 public static java.lang.String <B>enumToString</B>(java.lang.Enum&nbsp;_enum)</PRE>
341 <DL>
342 <DD><DL>
343 </DL>
344 </DD>
345 </DL>
346 <!-- ========= END OF CLASS DATA ========= -->
347 <HR>
348
349
350 <!-- ======= START OF BOTTOM NAVBAR ====== -->
351 <A NAME="navbar_bottom"><!-- --></A>
352 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
353 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
354 <TR>
355 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
356 <A NAME="navbar_bottom_firstrow"><!-- --></A>
357 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
358 <TR ALIGN="center" VALIGN="top">
359 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
360 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
361 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
362 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KmlObject.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
363 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
364 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
365 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
366 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
367 </TR>
368 </TABLE>
369 </TD>
370 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
371 </EM>
372 </TD>
373 </TR>
374
375 <TR>
376 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
377 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
378 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
379 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
380 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/KmlObject.html" target="_top"><B>FRAMES</B></A> &nbsp;
381 &nbsp;<A HREF="KmlObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
382 &nbsp;<SCRIPT type="text/javascript">
383 <!--
384 if(window==top) {
385 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
386 }
387 //-->
388 </SCRIPT>
389 <NOSCRIPT>
390 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
391 </NOSCRIPT>
392
393
394 </FONT></TD>
395 </TR>
396 <TR>
397 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
398 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
399 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
400 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
401 </TR>
402 </TABLE>
403 <A NAME="skip-navbar_bottom"></A>
404 <!-- ======== END OF BOTTOM NAVBAR ======= -->
405
406 <HR>
407
408 </BODY>
409 </HTML>
+0
-356
documentation/javadoc/org/boehn/kmlframework/kml/LabelStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 LabelStyle (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.LabelStyle class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="LabelStyle (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LabelStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/LabelStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="LabelStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class LabelStyle</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.ColorStyle</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.LabelStyle</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>LabelStyle</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html#LabelStyle()">LabelStyle</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html#LabelStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double)">LabelStyle</A></B>(java.lang.String&nbsp;color,
122 <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
123 java.lang.Double&nbsp;scale)</CODE>
124
125 <BR>
126 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
127 </TR>
128 </TABLE>
129 &nbsp;
130 <!-- ========== METHOD SUMMARY =========== -->
131
132 <A NAME="method_summary"><!-- --></A>
133 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
135 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
136 <B>Method Summary</B></FONT></TH>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
141 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html#getScale()">getScale</A></B>()</CODE>
142
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145 </TR>
146 <TR BGCOLOR="white" CLASS="TableRowColor">
147 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148 <CODE>&nbsp;void</CODE></FONT></TD>
149 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html#setScale(java.lang.Double)">setScale</A></B>(java.lang.Double&nbsp;scale)</CODE>
150
151 <BR>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153 </TR>
154 <TR BGCOLOR="white" CLASS="TableRowColor">
155 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
156 <CODE>&nbsp;void</CODE></FONT></TD>
157 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
158
159 <BR>
160 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
161 </TR>
162 <TR BGCOLOR="white" CLASS="TableRowColor">
163 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164 <CODE>&nbsp;void</CODE></FONT></TD>
165 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 </TABLE>
171 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.ColorStyle"><!-- --></A>
172 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
173 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
174 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></B></TH>
175 </TR>
176 <TR BGCOLOR="white" CLASS="TableRowColor">
177 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColor()">getColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColorMode()">getColorMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColor(java.lang.String)">setColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColorMode(org.boehn.kmlframework.kml.ColorModeEnum)">setColorMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
178 </TR>
179 </TABLE>
180 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
181 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
182 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
183 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
187 </TR>
188 </TABLE>
189 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
190 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
191 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
192 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
193 </TR>
194 <TR BGCOLOR="white" CLASS="TableRowColor">
195 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
196 </TR>
197 </TABLE>
198 &nbsp;
199 <P>
200
201 <!-- ========= CONSTRUCTOR DETAIL ======== -->
202
203 <A NAME="constructor_detail"><!-- --></A>
204 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
205 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
206 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
207 <B>Constructor Detail</B></FONT></TH>
208 </TR>
209 </TABLE>
210
211 <A NAME="LabelStyle()"><!-- --></A><H3>
212 LabelStyle</H3>
213 <PRE>
214 public <B>LabelStyle</B>()</PRE>
215 <DL>
216 </DL>
217 <HR>
218
219 <A NAME="LabelStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double)"><!-- --></A><H3>
220 LabelStyle</H3>
221 <PRE>
222 public <B>LabelStyle</B>(java.lang.String&nbsp;color,
223 <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
224 java.lang.Double&nbsp;scale)</PRE>
225 <DL>
226 </DL>
227
228 <!-- ============ METHOD DETAIL ========== -->
229
230 <A NAME="method_detail"><!-- --></A>
231 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
232 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
233 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
234 <B>Method Detail</B></FONT></TH>
235 </TR>
236 </TABLE>
237
238 <A NAME="getScale()"><!-- --></A><H3>
239 getScale</H3>
240 <PRE>
241 public java.lang.Double <B>getScale</B>()</PRE>
242 <DL>
243 <DD><DL>
244 </DL>
245 </DD>
246 </DL>
247 <HR>
248
249 <A NAME="setScale(java.lang.Double)"><!-- --></A><H3>
250 setScale</H3>
251 <PRE>
252 public void <B>setScale</B>(java.lang.Double&nbsp;scale)</PRE>
253 <DL>
254 <DD><DL>
255 </DL>
256 </DD>
257 </DL>
258 <HR>
259
260 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
261 write</H3>
262 <PRE>
263 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
264 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
265 <DL>
266 <DD><DL>
267 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
268 </DD>
269 <DD><DL>
270
271 <DT><B>Throws:</B>
272 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
273 </DD>
274 </DL>
275 <HR>
276
277 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
278 writeDelete</H3>
279 <PRE>
280 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
281 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
282 <DL>
283 <DD><DL>
284 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
285 </DD>
286 <DD><DL>
287
288 <DT><B>Throws:</B>
289 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
290 </DD>
291 </DL>
292 <!-- ========= END OF CLASS DATA ========= -->
293 <HR>
294
295
296 <!-- ======= START OF BOTTOM NAVBAR ====== -->
297 <A NAME="navbar_bottom"><!-- --></A>
298 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
299 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
300 <TR>
301 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
302 <A NAME="navbar_bottom_firstrow"><!-- --></A>
303 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
304 <TR ALIGN="center" VALIGN="top">
305 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
306 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
307 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
308 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LabelStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
309 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
310 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
311 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
312 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
313 </TR>
314 </TABLE>
315 </TD>
316 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
317 </EM>
318 </TD>
319 </TR>
320
321 <TR>
322 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
323 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
324 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
325 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
326 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/LabelStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
327 &nbsp;<A HREF="LabelStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
328 &nbsp;<SCRIPT type="text/javascript">
329 <!--
330 if(window==top) {
331 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
332 }
333 //-->
334 </SCRIPT>
335 <NOSCRIPT>
336 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
337 </NOSCRIPT>
338
339
340 </FONT></TD>
341 </TR>
342 <TR>
343 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
344 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
345 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
346 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
347 </TR>
348 </TABLE>
349 <A NAME="skip-navbar_bottom"></A>
350 <!-- ======== END OF BOTTOM NAVBAR ======= -->
351
352 <HR>
353
354 </BODY>
355 </HTML>
+0
-463
documentation/javadoc/org/boehn/kmlframework/kml/LineString.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 LineString (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.LineString class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="LineString (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LineString.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/LineString.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="LineString.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class LineString</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Geometry</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.LineString</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>LineString</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#LineString()">LineString</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#LineString(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.util.List)">LineString</A></B>(java.lang.Boolean&nbsp;extrude,
122 java.lang.Boolean&nbsp;tessellate,
123 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
124 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</CODE>
125
126 <BR>
127 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <!-- ========== METHOD SUMMARY =========== -->
132
133 <A NAME="method_summary"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
137 <B>Method Summary</B></FONT></TH>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;</CODE></FONT></TD>
150 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#getCoordinates()">getCoordinates</A></B>()</CODE>
151
152 <BR>
153 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#getExtrude()">getExtrude</A></B>()</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#getTessellate()">getTessellate</A></B>()</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;void</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;void</CODE></FONT></TD>
182 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#setCoordinates(java.util.List)">setCoordinates</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>&nbsp;void</CODE></FONT></TD>
190 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#setExtrude(java.lang.Boolean)">setExtrude</A></B>(java.lang.Boolean&nbsp;extrude)</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197 <CODE>&nbsp;void</CODE></FONT></TD>
198 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#setTessellate(java.lang.Boolean)">setTessellate</A></B>(java.lang.Boolean&nbsp;tessellate)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205 <CODE>&nbsp;void</CODE></FONT></TD>
206 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>&nbsp;void</CODE></FONT></TD>
214 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
215
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
218 </TR>
219 </TABLE>
220 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
221 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
222 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
223 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
227 </TR>
228 </TABLE>
229 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
230 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
231 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
232 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
233 </TR>
234 <TR BGCOLOR="white" CLASS="TableRowColor">
235 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
236 </TR>
237 </TABLE>
238 &nbsp;
239 <P>
240
241 <!-- ========= CONSTRUCTOR DETAIL ======== -->
242
243 <A NAME="constructor_detail"><!-- --></A>
244 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
245 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
246 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
247 <B>Constructor Detail</B></FONT></TH>
248 </TR>
249 </TABLE>
250
251 <A NAME="LineString()"><!-- --></A><H3>
252 LineString</H3>
253 <PRE>
254 public <B>LineString</B>()</PRE>
255 <DL>
256 </DL>
257 <HR>
258
259 <A NAME="LineString(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.util.List)"><!-- --></A><H3>
260 LineString</H3>
261 <PRE>
262 public <B>LineString</B>(java.lang.Boolean&nbsp;extrude,
263 java.lang.Boolean&nbsp;tessellate,
264 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
265 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</PRE>
266 <DL>
267 </DL>
268
269 <!-- ============ METHOD DETAIL ========== -->
270
271 <A NAME="method_detail"><!-- --></A>
272 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
273 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
274 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
275 <B>Method Detail</B></FONT></TH>
276 </TR>
277 </TABLE>
278
279 <A NAME="getExtrude()"><!-- --></A><H3>
280 getExtrude</H3>
281 <PRE>
282 public java.lang.Boolean <B>getExtrude</B>()</PRE>
283 <DL>
284 <DD><DL>
285 </DL>
286 </DD>
287 </DL>
288 <HR>
289
290 <A NAME="setExtrude(java.lang.Boolean)"><!-- --></A><H3>
291 setExtrude</H3>
292 <PRE>
293 public void <B>setExtrude</B>(java.lang.Boolean&nbsp;extrude)</PRE>
294 <DL>
295 <DD><DL>
296 </DL>
297 </DD>
298 </DL>
299 <HR>
300
301 <A NAME="getTessellate()"><!-- --></A><H3>
302 getTessellate</H3>
303 <PRE>
304 public java.lang.Boolean <B>getTessellate</B>()</PRE>
305 <DL>
306 <DD><DL>
307 </DL>
308 </DD>
309 </DL>
310 <HR>
311
312 <A NAME="setTessellate(java.lang.Boolean)"><!-- --></A><H3>
313 setTessellate</H3>
314 <PRE>
315 public void <B>setTessellate</B>(java.lang.Boolean&nbsp;tessellate)</PRE>
316 <DL>
317 <DD><DL>
318 </DL>
319 </DD>
320 </DL>
321 <HR>
322
323 <A NAME="getAltitudeMode()"><!-- --></A><H3>
324 getAltitudeMode</H3>
325 <PRE>
326 public <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>getAltitudeMode</B>()</PRE>
327 <DL>
328 <DD><DL>
329 </DL>
330 </DD>
331 </DL>
332 <HR>
333
334 <A NAME="setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><!-- --></A><H3>
335 setAltitudeMode</H3>
336 <PRE>
337 public void <B>setAltitudeMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</PRE>
338 <DL>
339 <DD><DL>
340 </DL>
341 </DD>
342 </DL>
343 <HR>
344
345 <A NAME="getCoordinates()"><!-- --></A><H3>
346 getCoordinates</H3>
347 <PRE>
348 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt; <B>getCoordinates</B>()</PRE>
349 <DL>
350 <DD><DL>
351 </DL>
352 </DD>
353 </DL>
354 <HR>
355
356 <A NAME="setCoordinates(java.util.List)"><!-- --></A><H3>
357 setCoordinates</H3>
358 <PRE>
359 public void <B>setCoordinates</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</PRE>
360 <DL>
361 <DD><DL>
362 </DL>
363 </DD>
364 </DL>
365 <HR>
366
367 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
368 write</H3>
369 <PRE>
370 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
371 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
372 <DL>
373 <DD><DL>
374 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
375 </DD>
376 <DD><DL>
377
378 <DT><B>Throws:</B>
379 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
380 </DD>
381 </DL>
382 <HR>
383
384 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
385 writeDelete</H3>
386 <PRE>
387 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
388 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
389 <DL>
390 <DD><DL>
391 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
392 </DD>
393 <DD><DL>
394
395 <DT><B>Throws:</B>
396 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
397 </DD>
398 </DL>
399 <!-- ========= END OF CLASS DATA ========= -->
400 <HR>
401
402
403 <!-- ======= START OF BOTTOM NAVBAR ====== -->
404 <A NAME="navbar_bottom"><!-- --></A>
405 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
406 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
407 <TR>
408 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
409 <A NAME="navbar_bottom_firstrow"><!-- --></A>
410 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
411 <TR ALIGN="center" VALIGN="top">
412 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
413 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
414 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
415 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LineString.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
416 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
417 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
418 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
419 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
420 </TR>
421 </TABLE>
422 </TD>
423 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
424 </EM>
425 </TD>
426 </TR>
427
428 <TR>
429 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
430 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
431 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
432 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
433 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/LineString.html" target="_top"><B>FRAMES</B></A> &nbsp;
434 &nbsp;<A HREF="LineString.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
435 &nbsp;<SCRIPT type="text/javascript">
436 <!--
437 if(window==top) {
438 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
439 }
440 //-->
441 </SCRIPT>
442 <NOSCRIPT>
443 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
444 </NOSCRIPT>
445
446
447 </FONT></TD>
448 </TR>
449 <TR>
450 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
451 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
452 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
453 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
454 </TR>
455 </TABLE>
456 <A NAME="skip-navbar_bottom"></A>
457 <!-- ======== END OF BOTTOM NAVBAR ======= -->
458
459 <HR>
460
461 </BODY>
462 </HTML>
+0
-356
documentation/javadoc/org/boehn/kmlframework/kml/LineStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 LineStyle (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.LineStyle class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="LineStyle (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LineStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/LineStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="LineStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class LineStyle</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.ColorStyle</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.LineStyle</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>LineStyle</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html#LineStyle()">LineStyle</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html#LineStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double)">LineStyle</A></B>(java.lang.String&nbsp;color,
122 <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
123 java.lang.Double&nbsp;width)</CODE>
124
125 <BR>
126 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
127 </TR>
128 </TABLE>
129 &nbsp;
130 <!-- ========== METHOD SUMMARY =========== -->
131
132 <A NAME="method_summary"><!-- --></A>
133 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
135 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
136 <B>Method Summary</B></FONT></TH>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
141 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html#getWidth()">getWidth</A></B>()</CODE>
142
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145 </TR>
146 <TR BGCOLOR="white" CLASS="TableRowColor">
147 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148 <CODE>&nbsp;void</CODE></FONT></TD>
149 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html#setWidth(java.lang.Double)">setWidth</A></B>(java.lang.Double&nbsp;width)</CODE>
150
151 <BR>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153 </TR>
154 <TR BGCOLOR="white" CLASS="TableRowColor">
155 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
156 <CODE>&nbsp;void</CODE></FONT></TD>
157 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
158
159 <BR>
160 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
161 </TR>
162 <TR BGCOLOR="white" CLASS="TableRowColor">
163 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164 <CODE>&nbsp;void</CODE></FONT></TD>
165 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 </TABLE>
171 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.ColorStyle"><!-- --></A>
172 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
173 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
174 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></B></TH>
175 </TR>
176 <TR BGCOLOR="white" CLASS="TableRowColor">
177 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColor()">getColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColorMode()">getColorMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColor(java.lang.String)">setColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColorMode(org.boehn.kmlframework.kml.ColorModeEnum)">setColorMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
178 </TR>
179 </TABLE>
180 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
181 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
182 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
183 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
187 </TR>
188 </TABLE>
189 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
190 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
191 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
192 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
193 </TR>
194 <TR BGCOLOR="white" CLASS="TableRowColor">
195 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
196 </TR>
197 </TABLE>
198 &nbsp;
199 <P>
200
201 <!-- ========= CONSTRUCTOR DETAIL ======== -->
202
203 <A NAME="constructor_detail"><!-- --></A>
204 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
205 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
206 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
207 <B>Constructor Detail</B></FONT></TH>
208 </TR>
209 </TABLE>
210
211 <A NAME="LineStyle()"><!-- --></A><H3>
212 LineStyle</H3>
213 <PRE>
214 public <B>LineStyle</B>()</PRE>
215 <DL>
216 </DL>
217 <HR>
218
219 <A NAME="LineStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double)"><!-- --></A><H3>
220 LineStyle</H3>
221 <PRE>
222 public <B>LineStyle</B>(java.lang.String&nbsp;color,
223 <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
224 java.lang.Double&nbsp;width)</PRE>
225 <DL>
226 </DL>
227
228 <!-- ============ METHOD DETAIL ========== -->
229
230 <A NAME="method_detail"><!-- --></A>
231 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
232 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
233 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
234 <B>Method Detail</B></FONT></TH>
235 </TR>
236 </TABLE>
237
238 <A NAME="getWidth()"><!-- --></A><H3>
239 getWidth</H3>
240 <PRE>
241 public java.lang.Double <B>getWidth</B>()</PRE>
242 <DL>
243 <DD><DL>
244 </DL>
245 </DD>
246 </DL>
247 <HR>
248
249 <A NAME="setWidth(java.lang.Double)"><!-- --></A><H3>
250 setWidth</H3>
251 <PRE>
252 public void <B>setWidth</B>(java.lang.Double&nbsp;width)</PRE>
253 <DL>
254 <DD><DL>
255 </DL>
256 </DD>
257 </DL>
258 <HR>
259
260 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
261 write</H3>
262 <PRE>
263 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
264 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
265 <DL>
266 <DD><DL>
267 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
268 </DD>
269 <DD><DL>
270
271 <DT><B>Throws:</B>
272 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
273 </DD>
274 </DL>
275 <HR>
276
277 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
278 writeDelete</H3>
279 <PRE>
280 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
281 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
282 <DL>
283 <DD><DL>
284 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
285 </DD>
286 <DD><DL>
287
288 <DT><B>Throws:</B>
289 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
290 </DD>
291 </DL>
292 <!-- ========= END OF CLASS DATA ========= -->
293 <HR>
294
295
296 <!-- ======= START OF BOTTOM NAVBAR ====== -->
297 <A NAME="navbar_bottom"><!-- --></A>
298 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
299 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
300 <TR>
301 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
302 <A NAME="navbar_bottom_firstrow"><!-- --></A>
303 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
304 <TR ALIGN="center" VALIGN="top">
305 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
306 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
307 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
308 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LineStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
309 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
310 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
311 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
312 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
313 </TR>
314 </TABLE>
315 </TD>
316 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
317 </EM>
318 </TD>
319 </TR>
320
321 <TR>
322 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
323 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
324 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
325 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
326 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/LineStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
327 &nbsp;<A HREF="LineStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
328 &nbsp;<SCRIPT type="text/javascript">
329 <!--
330 if(window==top) {
331 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
332 }
333 //-->
334 </SCRIPT>
335 <NOSCRIPT>
336 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
337 </NOSCRIPT>
338
339
340 </FONT></TD>
341 </TR>
342 <TR>
343 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
344 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
345 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
346 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
347 </TR>
348 </TABLE>
349 <A NAME="skip-navbar_bottom"></A>
350 <!-- ======== END OF BOTTOM NAVBAR ======= -->
351
352 <HR>
353
354 </BODY>
355 </HTML>
+0
-463
documentation/javadoc/org/boehn/kmlframework/kml/LinearRing.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 LinearRing (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.LinearRing class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="LinearRing (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LinearRing.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/LinearRing.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="LinearRing.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class LinearRing</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Geometry</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.LinearRing</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>LinearRing</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#LinearRing()">LinearRing</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#LinearRing(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.util.List)">LinearRing</A></B>(java.lang.Boolean&nbsp;extrude,
122 java.lang.Boolean&nbsp;tessellate,
123 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
124 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</CODE>
125
126 <BR>
127 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <!-- ========== METHOD SUMMARY =========== -->
132
133 <A NAME="method_summary"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
137 <B>Method Summary</B></FONT></TH>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;</CODE></FONT></TD>
150 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#getCoordinates()">getCoordinates</A></B>()</CODE>
151
152 <BR>
153 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#getExtrude()">getExtrude</A></B>()</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#getTessellate()">getTessellate</A></B>()</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;void</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;void</CODE></FONT></TD>
182 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#setCoordinates(java.util.List)">setCoordinates</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>&nbsp;void</CODE></FONT></TD>
190 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#setExtrude(java.lang.Boolean)">setExtrude</A></B>(java.lang.Boolean&nbsp;extrude)</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197 <CODE>&nbsp;void</CODE></FONT></TD>
198 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#setTessellate(java.lang.Boolean)">setTessellate</A></B>(java.lang.Boolean&nbsp;tessellate)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205 <CODE>&nbsp;void</CODE></FONT></TD>
206 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>&nbsp;void</CODE></FONT></TD>
214 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
215
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
218 </TR>
219 </TABLE>
220 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
221 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
222 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
223 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
227 </TR>
228 </TABLE>
229 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
230 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
231 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
232 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
233 </TR>
234 <TR BGCOLOR="white" CLASS="TableRowColor">
235 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
236 </TR>
237 </TABLE>
238 &nbsp;
239 <P>
240
241 <!-- ========= CONSTRUCTOR DETAIL ======== -->
242
243 <A NAME="constructor_detail"><!-- --></A>
244 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
245 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
246 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
247 <B>Constructor Detail</B></FONT></TH>
248 </TR>
249 </TABLE>
250
251 <A NAME="LinearRing()"><!-- --></A><H3>
252 LinearRing</H3>
253 <PRE>
254 public <B>LinearRing</B>()</PRE>
255 <DL>
256 </DL>
257 <HR>
258
259 <A NAME="LinearRing(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.util.List)"><!-- --></A><H3>
260 LinearRing</H3>
261 <PRE>
262 public <B>LinearRing</B>(java.lang.Boolean&nbsp;extrude,
263 java.lang.Boolean&nbsp;tessellate,
264 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
265 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</PRE>
266 <DL>
267 </DL>
268
269 <!-- ============ METHOD DETAIL ========== -->
270
271 <A NAME="method_detail"><!-- --></A>
272 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
273 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
274 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
275 <B>Method Detail</B></FONT></TH>
276 </TR>
277 </TABLE>
278
279 <A NAME="getExtrude()"><!-- --></A><H3>
280 getExtrude</H3>
281 <PRE>
282 public java.lang.Boolean <B>getExtrude</B>()</PRE>
283 <DL>
284 <DD><DL>
285 </DL>
286 </DD>
287 </DL>
288 <HR>
289
290 <A NAME="setExtrude(java.lang.Boolean)"><!-- --></A><H3>
291 setExtrude</H3>
292 <PRE>
293 public void <B>setExtrude</B>(java.lang.Boolean&nbsp;extrude)</PRE>
294 <DL>
295 <DD><DL>
296 </DL>
297 </DD>
298 </DL>
299 <HR>
300
301 <A NAME="getTessellate()"><!-- --></A><H3>
302 getTessellate</H3>
303 <PRE>
304 public java.lang.Boolean <B>getTessellate</B>()</PRE>
305 <DL>
306 <DD><DL>
307 </DL>
308 </DD>
309 </DL>
310 <HR>
311
312 <A NAME="setTessellate(java.lang.Boolean)"><!-- --></A><H3>
313 setTessellate</H3>
314 <PRE>
315 public void <B>setTessellate</B>(java.lang.Boolean&nbsp;tessellate)</PRE>
316 <DL>
317 <DD><DL>
318 </DL>
319 </DD>
320 </DL>
321 <HR>
322
323 <A NAME="getAltitudeMode()"><!-- --></A><H3>
324 getAltitudeMode</H3>
325 <PRE>
326 public <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>getAltitudeMode</B>()</PRE>
327 <DL>
328 <DD><DL>
329 </DL>
330 </DD>
331 </DL>
332 <HR>
333
334 <A NAME="setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><!-- --></A><H3>
335 setAltitudeMode</H3>
336 <PRE>
337 public void <B>setAltitudeMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</PRE>
338 <DL>
339 <DD><DL>
340 </DL>
341 </DD>
342 </DL>
343 <HR>
344
345 <A NAME="getCoordinates()"><!-- --></A><H3>
346 getCoordinates</H3>
347 <PRE>
348 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt; <B>getCoordinates</B>()</PRE>
349 <DL>
350 <DD><DL>
351 </DL>
352 </DD>
353 </DL>
354 <HR>
355
356 <A NAME="setCoordinates(java.util.List)"><!-- --></A><H3>
357 setCoordinates</H3>
358 <PRE>
359 public void <B>setCoordinates</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</PRE>
360 <DL>
361 <DD><DL>
362 </DL>
363 </DD>
364 </DL>
365 <HR>
366
367 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
368 write</H3>
369 <PRE>
370 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
371 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
372 <DL>
373 <DD><DL>
374 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
375 </DD>
376 <DD><DL>
377
378 <DT><B>Throws:</B>
379 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
380 </DD>
381 </DL>
382 <HR>
383
384 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
385 writeDelete</H3>
386 <PRE>
387 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
388 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
389 <DL>
390 <DD><DL>
391 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
392 </DD>
393 <DD><DL>
394
395 <DT><B>Throws:</B>
396 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
397 </DD>
398 </DL>
399 <!-- ========= END OF CLASS DATA ========= -->
400 <HR>
401
402
403 <!-- ======= START OF BOTTOM NAVBAR ====== -->
404 <A NAME="navbar_bottom"><!-- --></A>
405 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
406 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
407 <TR>
408 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
409 <A NAME="navbar_bottom_firstrow"><!-- --></A>
410 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
411 <TR ALIGN="center" VALIGN="top">
412 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
413 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
414 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
415 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LinearRing.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
416 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
417 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
418 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
419 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
420 </TR>
421 </TABLE>
422 </TD>
423 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
424 </EM>
425 </TD>
426 </TR>
427
428 <TR>
429 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
430 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
431 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
432 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
433 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/LinearRing.html" target="_top"><B>FRAMES</B></A> &nbsp;
434 &nbsp;<A HREF="LinearRing.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
435 &nbsp;<SCRIPT type="text/javascript">
436 <!--
437 if(window==top) {
438 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
439 }
440 //-->
441 </SCRIPT>
442 <NOSCRIPT>
443 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
444 </NOSCRIPT>
445
446
447 </FONT></TD>
448 </TR>
449 <TR>
450 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
451 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
452 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
453 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
454 </TR>
455 </TABLE>
456 <A NAME="skip-navbar_bottom"></A>
457 <!-- ======== END OF BOTTOM NAVBAR ======= -->
458
459 <HR>
460
461 </BODY>
462 </HTML>
+0
-647
documentation/javadoc/org/boehn/kmlframework/kml/Link.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Link (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Link class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Link (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Link.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Link.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Link.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Link</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Link</B>
94 </PRE>
95 <DL>
96 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A></DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public class <B>Link</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107
108 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
109
110 <A NAME="constructor_summary"><!-- --></A>
111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
114 <B>Constructor Summary</B></FONT></TH>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#Link()">Link</A></B>()</CODE>
118
119 <BR>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
121 </TR>
122 <TR BGCOLOR="white" CLASS="TableRowColor">
123 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#Link(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)">Link</A></B>(java.lang.String&nbsp;href,
124 <A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode,
125 java.lang.Double&nbsp;refreshInterval,
126 <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode,
127 java.lang.Double&nbsp;viewRefreshTime,
128 java.lang.Double&nbsp;viewBoundScale,
129 <A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat,
130 java.lang.String&nbsp;httpQuery)</CODE>
131
132 <BR>
133 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
134 </TR>
135 </TABLE>
136 &nbsp;
137 <!-- ========== METHOD SUMMARY =========== -->
138
139 <A NAME="method_summary"><!-- --></A>
140 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
141 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
142 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
143 <B>Method Summary</B></FONT></TH>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getHref()">getHref</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getHttpQuery()">getHttpQuery</A></B>()</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getRefreshInterval()">getRefreshInterval</A></B>()</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A></CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getRefreshMode()">getRefreshMode</A></B>()</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getViewBoundScale()">getViewBoundScale</A></B>()</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A></CODE></FONT></TD>
188 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getViewFormat()">getViewFormat</A></B>()</CODE>
189
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A></CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getViewRefreshMode()">getViewRefreshMode</A></B>()</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 <TR BGCOLOR="white" CLASS="TableRowColor">
202 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
204 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#getViewRefreshTime()">getViewRefreshTime</A></B>()</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211 <CODE>&nbsp;void</CODE></FONT></TD>
212 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setHref(java.lang.String)">setHref</A></B>(java.lang.String&nbsp;href)</CODE>
213
214 <BR>
215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216 </TR>
217 <TR BGCOLOR="white" CLASS="TableRowColor">
218 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
219 <CODE>&nbsp;void</CODE></FONT></TD>
220 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setHttpQuery(java.lang.String)">setHttpQuery</A></B>(java.lang.String&nbsp;httpQuery)</CODE>
221
222 <BR>
223 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
227 <CODE>&nbsp;void</CODE></FONT></TD>
228 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setRefreshInterval(java.lang.Double)">setRefreshInterval</A></B>(java.lang.Double&nbsp;refreshInterval)</CODE>
229
230 <BR>
231 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
232 </TR>
233 <TR BGCOLOR="white" CLASS="TableRowColor">
234 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
235 <CODE>&nbsp;void</CODE></FONT></TD>
236 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setRefreshMode(org.boehn.kmlframework.kml.RefreshModeEnum)">setRefreshMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode)</CODE>
237
238 <BR>
239 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
240 </TR>
241 <TR BGCOLOR="white" CLASS="TableRowColor">
242 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
243 <CODE>&nbsp;void</CODE></FONT></TD>
244 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setViewBoundScale(java.lang.Double)">setViewBoundScale</A></B>(java.lang.Double&nbsp;viewBoundScale)</CODE>
245
246 <BR>
247 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
248 </TR>
249 <TR BGCOLOR="white" CLASS="TableRowColor">
250 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
251 <CODE>&nbsp;void</CODE></FONT></TD>
252 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setViewFormat(org.boehn.kmlframework.kml.ViewFormat)">setViewFormat</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat)</CODE>
253
254 <BR>
255 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
256 </TR>
257 <TR BGCOLOR="white" CLASS="TableRowColor">
258 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
259 <CODE>&nbsp;void</CODE></FONT></TD>
260 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setViewRefreshMode(org.boehn.kmlframework.kml.ViewRefreshModeEnum)">setViewRefreshMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode)</CODE>
261
262 <BR>
263 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
264 </TR>
265 <TR BGCOLOR="white" CLASS="TableRowColor">
266 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
267 <CODE>&nbsp;void</CODE></FONT></TD>
268 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#setViewRefreshTime(java.lang.Double)">setViewRefreshTime</A></B>(java.lang.Double&nbsp;viewRefreshTime)</CODE>
269
270 <BR>
271 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
272 </TR>
273 <TR BGCOLOR="white" CLASS="TableRowColor">
274 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
275 <CODE>&nbsp;void</CODE></FONT></TD>
276 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
277
278 <BR>
279 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
280 </TR>
281 <TR BGCOLOR="white" CLASS="TableRowColor">
282 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
283 <CODE>&nbsp;void</CODE></FONT></TD>
284 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
285
286 <BR>
287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
291 <CODE>protected &nbsp;void</CODE></FONT></TD>
292 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
293
294 <BR>
295 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
296 </TR>
297 </TABLE>
298 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
299 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
300 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
301 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
302 </TR>
303 <TR BGCOLOR="white" CLASS="TableRowColor">
304 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
305 </TR>
306 </TABLE>
307 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
308 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
309 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
310 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
311 </TR>
312 <TR BGCOLOR="white" CLASS="TableRowColor">
313 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
314 </TR>
315 </TABLE>
316 &nbsp;
317 <P>
318
319 <!-- ========= CONSTRUCTOR DETAIL ======== -->
320
321 <A NAME="constructor_detail"><!-- --></A>
322 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
323 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
324 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
325 <B>Constructor Detail</B></FONT></TH>
326 </TR>
327 </TABLE>
328
329 <A NAME="Link()"><!-- --></A><H3>
330 Link</H3>
331 <PRE>
332 public <B>Link</B>()</PRE>
333 <DL>
334 </DL>
335 <HR>
336
337 <A NAME="Link(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)"><!-- --></A><H3>
338 Link</H3>
339 <PRE>
340 public <B>Link</B>(java.lang.String&nbsp;href,
341 <A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode,
342 java.lang.Double&nbsp;refreshInterval,
343 <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode,
344 java.lang.Double&nbsp;viewRefreshTime,
345 java.lang.Double&nbsp;viewBoundScale,
346 <A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat,
347 java.lang.String&nbsp;httpQuery)</PRE>
348 <DL>
349 </DL>
350
351 <!-- ============ METHOD DETAIL ========== -->
352
353 <A NAME="method_detail"><!-- --></A>
354 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
355 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
356 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
357 <B>Method Detail</B></FONT></TH>
358 </TR>
359 </TABLE>
360
361 <A NAME="getHref()"><!-- --></A><H3>
362 getHref</H3>
363 <PRE>
364 public java.lang.String <B>getHref</B>()</PRE>
365 <DL>
366 <DD><DL>
367 </DL>
368 </DD>
369 </DL>
370 <HR>
371
372 <A NAME="setHref(java.lang.String)"><!-- --></A><H3>
373 setHref</H3>
374 <PRE>
375 public void <B>setHref</B>(java.lang.String&nbsp;href)</PRE>
376 <DL>
377 <DD><DL>
378 </DL>
379 </DD>
380 </DL>
381 <HR>
382
383 <A NAME="getRefreshMode()"><!-- --></A><H3>
384 getRefreshMode</H3>
385 <PRE>
386 public <A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A> <B>getRefreshMode</B>()</PRE>
387 <DL>
388 <DD><DL>
389 </DL>
390 </DD>
391 </DL>
392 <HR>
393
394 <A NAME="setRefreshMode(org.boehn.kmlframework.kml.RefreshModeEnum)"><!-- --></A><H3>
395 setRefreshMode</H3>
396 <PRE>
397 public void <B>setRefreshMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode)</PRE>
398 <DL>
399 <DD><DL>
400 </DL>
401 </DD>
402 </DL>
403 <HR>
404
405 <A NAME="getRefreshInterval()"><!-- --></A><H3>
406 getRefreshInterval</H3>
407 <PRE>
408 public java.lang.Double <B>getRefreshInterval</B>()</PRE>
409 <DL>
410 <DD><DL>
411 </DL>
412 </DD>
413 </DL>
414 <HR>
415
416 <A NAME="setRefreshInterval(java.lang.Double)"><!-- --></A><H3>
417 setRefreshInterval</H3>
418 <PRE>
419 public void <B>setRefreshInterval</B>(java.lang.Double&nbsp;refreshInterval)</PRE>
420 <DL>
421 <DD><DL>
422 </DL>
423 </DD>
424 </DL>
425 <HR>
426
427 <A NAME="getViewRefreshMode()"><!-- --></A><H3>
428 getViewRefreshMode</H3>
429 <PRE>
430 public <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A> <B>getViewRefreshMode</B>()</PRE>
431 <DL>
432 <DD><DL>
433 </DL>
434 </DD>
435 </DL>
436 <HR>
437
438 <A NAME="setViewRefreshMode(org.boehn.kmlframework.kml.ViewRefreshModeEnum)"><!-- --></A><H3>
439 setViewRefreshMode</H3>
440 <PRE>
441 public void <B>setViewRefreshMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode)</PRE>
442 <DL>
443 <DD><DL>
444 </DL>
445 </DD>
446 </DL>
447 <HR>
448
449 <A NAME="getViewRefreshTime()"><!-- --></A><H3>
450 getViewRefreshTime</H3>
451 <PRE>
452 public java.lang.Double <B>getViewRefreshTime</B>()</PRE>
453 <DL>
454 <DD><DL>
455 </DL>
456 </DD>
457 </DL>
458 <HR>
459
460 <A NAME="setViewRefreshTime(java.lang.Double)"><!-- --></A><H3>
461 setViewRefreshTime</H3>
462 <PRE>
463 public void <B>setViewRefreshTime</B>(java.lang.Double&nbsp;viewRefreshTime)</PRE>
464 <DL>
465 <DD><DL>
466 </DL>
467 </DD>
468 </DL>
469 <HR>
470
471 <A NAME="getViewBoundScale()"><!-- --></A><H3>
472 getViewBoundScale</H3>
473 <PRE>
474 public java.lang.Double <B>getViewBoundScale</B>()</PRE>
475 <DL>
476 <DD><DL>
477 </DL>
478 </DD>
479 </DL>
480 <HR>
481
482 <A NAME="setViewBoundScale(java.lang.Double)"><!-- --></A><H3>
483 setViewBoundScale</H3>
484 <PRE>
485 public void <B>setViewBoundScale</B>(java.lang.Double&nbsp;viewBoundScale)</PRE>
486 <DL>
487 <DD><DL>
488 </DL>
489 </DD>
490 </DL>
491 <HR>
492
493 <A NAME="getViewFormat()"><!-- --></A><H3>
494 getViewFormat</H3>
495 <PRE>
496 public <A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A> <B>getViewFormat</B>()</PRE>
497 <DL>
498 <DD><DL>
499 </DL>
500 </DD>
501 </DL>
502 <HR>
503
504 <A NAME="setViewFormat(org.boehn.kmlframework.kml.ViewFormat)"><!-- --></A><H3>
505 setViewFormat</H3>
506 <PRE>
507 public void <B>setViewFormat</B>(<A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat)</PRE>
508 <DL>
509 <DD><DL>
510 </DL>
511 </DD>
512 </DL>
513 <HR>
514
515 <A NAME="getHttpQuery()"><!-- --></A><H3>
516 getHttpQuery</H3>
517 <PRE>
518 public java.lang.String <B>getHttpQuery</B>()</PRE>
519 <DL>
520 <DD><DL>
521 </DL>
522 </DD>
523 </DL>
524 <HR>
525
526 <A NAME="setHttpQuery(java.lang.String)"><!-- --></A><H3>
527 setHttpQuery</H3>
528 <PRE>
529 public void <B>setHttpQuery</B>(java.lang.String&nbsp;httpQuery)</PRE>
530 <DL>
531 <DD><DL>
532 </DL>
533 </DD>
534 </DL>
535 <HR>
536
537 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
538 write</H3>
539 <PRE>
540 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
541 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
542 <DL>
543 <DD><DL>
544 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
545 </DD>
546 <DD><DL>
547
548 <DT><B>Throws:</B>
549 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
550 </DD>
551 </DL>
552 <HR>
553
554 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
555 writeDelete</H3>
556 <PRE>
557 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
558 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
559 <DL>
560 <DD><DL>
561 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
562 </DD>
563 <DD><DL>
564
565 <DT><B>Throws:</B>
566 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
567 </DD>
568 </DL>
569 <HR>
570
571 <A NAME="writeInner(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
572 writeInner</H3>
573 <PRE>
574 protected void <B>writeInner</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
575 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
576 <DL>
577 <DD><DL>
578
579 <DT><B>Throws:</B>
580 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
581 </DD>
582 </DL>
583 <!-- ========= END OF CLASS DATA ========= -->
584 <HR>
585
586
587 <!-- ======= START OF BOTTOM NAVBAR ====== -->
588 <A NAME="navbar_bottom"><!-- --></A>
589 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
590 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
591 <TR>
592 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
593 <A NAME="navbar_bottom_firstrow"><!-- --></A>
594 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
595 <TR ALIGN="center" VALIGN="top">
596 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
597 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
598 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
599 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Link.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
600 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
601 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
602 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
603 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
604 </TR>
605 </TABLE>
606 </TD>
607 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
608 </EM>
609 </TD>
610 </TR>
611
612 <TR>
613 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
614 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
615 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
616 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
617 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Link.html" target="_top"><B>FRAMES</B></A> &nbsp;
618 &nbsp;<A HREF="Link.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
619 &nbsp;<SCRIPT type="text/javascript">
620 <!--
621 if(window==top) {
622 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
623 }
624 //-->
625 </SCRIPT>
626 <NOSCRIPT>
627 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
628 </NOSCRIPT>
629
630
631 </FONT></TD>
632 </TR>
633 <TR>
634 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
635 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
636 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
637 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
638 </TR>
639 </TABLE>
640 <A NAME="skip-navbar_bottom"></A>
641 <!-- ======== END OF BOTTOM NAVBAR ======= -->
642
643 <HR>
644
645 </BODY>
646 </HTML>
+0
-350
documentation/javadoc/org/boehn/kmlframework/kml/ListItemTypeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 ListItemTypeEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.ListItemTypeEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ListItemTypeEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ListItemTypeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ListItemTypeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ListItemTypeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum ListItemTypeEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.ListItemTypeEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>ListItemTypeEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html#check">check</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html#checkHideChildren">checkHideChildren</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html#checkOffOnly">checkOffOnly</A></B></CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 <TR BGCOLOR="white" CLASS="TableRowColor">
134 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html#radioFolder">radioFolder</A></B></CODE>
135
136 <BR>
137 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
138 </TR>
139 </TABLE>
140 &nbsp;
141 <!-- ========== METHOD SUMMARY =========== -->
142
143 <A NAME="method_summary"><!-- --></A>
144 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
145 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
146 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
147 <B>Method Summary</B></FONT></TH>
148 </TR>
149 <TR BGCOLOR="white" CLASS="TableRowColor">
150 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
151 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A></CODE></FONT></TD>
152 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
153
154 <BR>
155 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
159 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>[]</CODE></FONT></TD>
160 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html#values()">values</A></B>()</CODE>
161
162 <BR>
163 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
164 the order they're declared.</TD>
165 </TR>
166 </TABLE>
167 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
170 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
174 </TR>
175 </TABLE>
176 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
177 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
178 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
179 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
180 </TR>
181 <TR BGCOLOR="white" CLASS="TableRowColor">
182 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
183 </TR>
184 </TABLE>
185 &nbsp;
186 <P>
187
188 <!-- ============ ENUM CONSTANT DETAIL =========== -->
189
190 <A NAME="enum_constant_detail"><!-- --></A>
191 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
192 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
193 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
194 <B>Enum Constant Detail</B></FONT></TH>
195 </TR>
196 </TABLE>
197
198 <A NAME="check"><!-- --></A><H3>
199 check</H3>
200 <PRE>
201 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A> <B>check</B></PRE>
202 <DL>
203 <DL>
204 </DL>
205 </DL>
206 <HR>
207
208 <A NAME="checkOffOnly"><!-- --></A><H3>
209 checkOffOnly</H3>
210 <PRE>
211 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A> <B>checkOffOnly</B></PRE>
212 <DL>
213 <DL>
214 </DL>
215 </DL>
216 <HR>
217
218 <A NAME="checkHideChildren"><!-- --></A><H3>
219 checkHideChildren</H3>
220 <PRE>
221 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A> <B>checkHideChildren</B></PRE>
222 <DL>
223 <DL>
224 </DL>
225 </DL>
226 <HR>
227
228 <A NAME="radioFolder"><!-- --></A><H3>
229 radioFolder</H3>
230 <PRE>
231 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A> <B>radioFolder</B></PRE>
232 <DL>
233 <DL>
234 </DL>
235 </DL>
236
237 <!-- ============ METHOD DETAIL ========== -->
238
239 <A NAME="method_detail"><!-- --></A>
240 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
241 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
242 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
243 <B>Method Detail</B></FONT></TH>
244 </TR>
245 </TABLE>
246
247 <A NAME="values()"><!-- --></A><H3>
248 values</H3>
249 <PRE>
250 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>[] <B>values</B>()</PRE>
251 <DL>
252 <DD>Returns an array containing the constants of this enum type, in
253 the order they're declared. This method may be used to iterate
254 over the constants as follows:
255 <pre>
256 for(ListItemTypeEnum c : ListItemTypeEnum.values())
257 System.out.println(c);
258 </pre>
259 <P>
260 <DD><DL>
261
262 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
263 the order they're declared</DL>
264 </DD>
265 </DL>
266 <HR>
267
268 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
269 valueOf</H3>
270 <PRE>
271 public static <A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
272 <DL>
273 <DD>Returns the enum constant of this type with the specified name.
274 The string must match <I>exactly</I> an identifier used to declare an
275 enum constant in this type. (Extraneous whitespace characters are
276 not permitted.)
277 <P>
278 <DD><DL>
279 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
280 <DT><B>Returns:</B><DD>the enum constant with the specified name
281 <DT><B>Throws:</B>
282 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
283 with the specified name</DL>
284 </DD>
285 </DL>
286 <!-- ========= END OF CLASS DATA ========= -->
287 <HR>
288
289
290 <!-- ======= START OF BOTTOM NAVBAR ====== -->
291 <A NAME="navbar_bottom"><!-- --></A>
292 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
293 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
294 <TR>
295 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
296 <A NAME="navbar_bottom_firstrow"><!-- --></A>
297 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
298 <TR ALIGN="center" VALIGN="top">
299 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
300 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
301 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
302 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ListItemTypeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
303 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
304 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
305 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
306 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
307 </TR>
308 </TABLE>
309 </TD>
310 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
311 </EM>
312 </TD>
313 </TR>
314
315 <TR>
316 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
317 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
318 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
319 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
320 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ListItemTypeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
321 &nbsp;<A HREF="ListItemTypeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
322 &nbsp;<SCRIPT type="text/javascript">
323 <!--
324 if(window==top) {
325 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
326 }
327 //-->
328 </SCRIPT>
329 <NOSCRIPT>
330 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
331 </NOSCRIPT>
332
333
334 </FONT></TD>
335 </TR>
336 <TR>
337 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
338 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
339 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
340 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
341 </TR>
342 </TABLE>
343 <A NAME="skip-navbar_bottom"></A>
344 <!-- ======== END OF BOTTOM NAVBAR ======= -->
345
346 <HR>
347
348 </BODY>
349 </HTML>
+0
-462
documentation/javadoc/org/boehn/kmlframework/kml/ListStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 ListStyle (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.ListStyle class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ListStyle (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ListStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ListStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ListStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class ListStyle</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.ListStyle</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>ListStyle</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#ListStyle()">ListStyle</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#ListStyle(org.boehn.kmlframework.kml.ListItemTypeEnum, java.lang.String, java.lang.String, java.lang.String)">ListStyle</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>&nbsp;listItemType,
121 java.lang.String&nbsp;bgColor,
122 java.lang.String&nbsp;itemIconState,
123 java.lang.String&nbsp;href)</CODE>
124
125 <BR>
126 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
127 </TR>
128 </TABLE>
129 &nbsp;
130 <!-- ========== METHOD SUMMARY =========== -->
131
132 <A NAME="method_summary"><!-- --></A>
133 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
135 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
136 <B>Method Summary</B></FONT></TH>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
141 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#getBgColor()">getBgColor</A></B>()</CODE>
142
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145 </TR>
146 <TR BGCOLOR="white" CLASS="TableRowColor">
147 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
149 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#getHref()">getHref</A></B>()</CODE>
150
151 <BR>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153 </TR>
154 <TR BGCOLOR="white" CLASS="TableRowColor">
155 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
156 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
157 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#getItemIconState()">getItemIconState</A></B>()</CODE>
158
159 <BR>
160 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
161 </TR>
162 <TR BGCOLOR="white" CLASS="TableRowColor">
163 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A></CODE></FONT></TD>
165 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#getListItemType()">getListItemType</A></B>()</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 <TR BGCOLOR="white" CLASS="TableRowColor">
171 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
172 <CODE>&nbsp;void</CODE></FONT></TD>
173 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#setBgColor(java.lang.String)">setBgColor</A></B>(java.lang.String&nbsp;bgColor)</CODE>
174
175 <BR>
176 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
177 </TR>
178 <TR BGCOLOR="white" CLASS="TableRowColor">
179 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
180 <CODE>&nbsp;void</CODE></FONT></TD>
181 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#setHref(java.lang.String)">setHref</A></B>(java.lang.String&nbsp;href)</CODE>
182
183 <BR>
184 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
185 </TR>
186 <TR BGCOLOR="white" CLASS="TableRowColor">
187 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
188 <CODE>&nbsp;void</CODE></FONT></TD>
189 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#setItemIconState(java.lang.String)">setItemIconState</A></B>(java.lang.String&nbsp;itemIconState)</CODE>
190
191 <BR>
192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
193 </TR>
194 <TR BGCOLOR="white" CLASS="TableRowColor">
195 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
196 <CODE>&nbsp;void</CODE></FONT></TD>
197 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#setListItemType(org.boehn.kmlframework.kml.ListItemTypeEnum)">setListItemType</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>&nbsp;listItemType)</CODE>
198
199 <BR>
200 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
201 </TR>
202 <TR BGCOLOR="white" CLASS="TableRowColor">
203 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
204 <CODE>&nbsp;void</CODE></FONT></TD>
205 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
206
207 <BR>
208 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
209 </TR>
210 <TR BGCOLOR="white" CLASS="TableRowColor">
211 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
212 <CODE>&nbsp;void</CODE></FONT></TD>
213 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
214
215 <BR>
216 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
217 </TR>
218 </TABLE>
219 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
220 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
221 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
222 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
223 </TR>
224 <TR BGCOLOR="white" CLASS="TableRowColor">
225 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
226 </TR>
227 </TABLE>
228 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
229 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
230 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
231 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
232 </TR>
233 <TR BGCOLOR="white" CLASS="TableRowColor">
234 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
235 </TR>
236 </TABLE>
237 &nbsp;
238 <P>
239
240 <!-- ========= CONSTRUCTOR DETAIL ======== -->
241
242 <A NAME="constructor_detail"><!-- --></A>
243 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
244 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
245 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
246 <B>Constructor Detail</B></FONT></TH>
247 </TR>
248 </TABLE>
249
250 <A NAME="ListStyle()"><!-- --></A><H3>
251 ListStyle</H3>
252 <PRE>
253 public <B>ListStyle</B>()</PRE>
254 <DL>
255 </DL>
256 <HR>
257
258 <A NAME="ListStyle(org.boehn.kmlframework.kml.ListItemTypeEnum, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
259 ListStyle</H3>
260 <PRE>
261 public <B>ListStyle</B>(<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>&nbsp;listItemType,
262 java.lang.String&nbsp;bgColor,
263 java.lang.String&nbsp;itemIconState,
264 java.lang.String&nbsp;href)</PRE>
265 <DL>
266 </DL>
267
268 <!-- ============ METHOD DETAIL ========== -->
269
270 <A NAME="method_detail"><!-- --></A>
271 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
272 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
273 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
274 <B>Method Detail</B></FONT></TH>
275 </TR>
276 </TABLE>
277
278 <A NAME="getListItemType()"><!-- --></A><H3>
279 getListItemType</H3>
280 <PRE>
281 public <A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A> <B>getListItemType</B>()</PRE>
282 <DL>
283 <DD><DL>
284 </DL>
285 </DD>
286 </DL>
287 <HR>
288
289 <A NAME="setListItemType(org.boehn.kmlframework.kml.ListItemTypeEnum)"><!-- --></A><H3>
290 setListItemType</H3>
291 <PRE>
292 public void <B>setListItemType</B>(<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>&nbsp;listItemType)</PRE>
293 <DL>
294 <DD><DL>
295 </DL>
296 </DD>
297 </DL>
298 <HR>
299
300 <A NAME="getBgColor()"><!-- --></A><H3>
301 getBgColor</H3>
302 <PRE>
303 public java.lang.String <B>getBgColor</B>()</PRE>
304 <DL>
305 <DD><DL>
306 </DL>
307 </DD>
308 </DL>
309 <HR>
310
311 <A NAME="setBgColor(java.lang.String)"><!-- --></A><H3>
312 setBgColor</H3>
313 <PRE>
314 public void <B>setBgColor</B>(java.lang.String&nbsp;bgColor)</PRE>
315 <DL>
316 <DD><DL>
317 </DL>
318 </DD>
319 </DL>
320 <HR>
321
322 <A NAME="getItemIconState()"><!-- --></A><H3>
323 getItemIconState</H3>
324 <PRE>
325 public java.lang.String <B>getItemIconState</B>()</PRE>
326 <DL>
327 <DD><DL>
328 </DL>
329 </DD>
330 </DL>
331 <HR>
332
333 <A NAME="setItemIconState(java.lang.String)"><!-- --></A><H3>
334 setItemIconState</H3>
335 <PRE>
336 public void <B>setItemIconState</B>(java.lang.String&nbsp;itemIconState)</PRE>
337 <DL>
338 <DD><DL>
339 </DL>
340 </DD>
341 </DL>
342 <HR>
343
344 <A NAME="getHref()"><!-- --></A><H3>
345 getHref</H3>
346 <PRE>
347 public java.lang.String <B>getHref</B>()</PRE>
348 <DL>
349 <DD><DL>
350 </DL>
351 </DD>
352 </DL>
353 <HR>
354
355 <A NAME="setHref(java.lang.String)"><!-- --></A><H3>
356 setHref</H3>
357 <PRE>
358 public void <B>setHref</B>(java.lang.String&nbsp;href)</PRE>
359 <DL>
360 <DD><DL>
361 </DL>
362 </DD>
363 </DL>
364 <HR>
365
366 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
367 write</H3>
368 <PRE>
369 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
370 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
371 <DL>
372 <DD><DL>
373 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
374 </DD>
375 <DD><DL>
376
377 <DT><B>Throws:</B>
378 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
379 </DD>
380 </DL>
381 <HR>
382
383 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
384 writeDelete</H3>
385 <PRE>
386 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
387 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
388 <DL>
389 <DD><DL>
390 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
391 </DD>
392 <DD><DL>
393
394 <DT><B>Throws:</B>
395 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
396 </DD>
397 </DL>
398 <!-- ========= END OF CLASS DATA ========= -->
399 <HR>
400
401
402 <!-- ======= START OF BOTTOM NAVBAR ====== -->
403 <A NAME="navbar_bottom"><!-- --></A>
404 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
405 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
406 <TR>
407 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
408 <A NAME="navbar_bottom_firstrow"><!-- --></A>
409 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
410 <TR ALIGN="center" VALIGN="top">
411 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
412 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
413 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
414 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ListStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
415 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
416 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
417 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
418 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
419 </TR>
420 </TABLE>
421 </TD>
422 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
423 </EM>
424 </TD>
425 </TR>
426
427 <TR>
428 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
429 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
430 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
431 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
432 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ListStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
433 &nbsp;<A HREF="ListStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
434 &nbsp;<SCRIPT type="text/javascript">
435 <!--
436 if(window==top) {
437 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
438 }
439 //-->
440 </SCRIPT>
441 <NOSCRIPT>
442 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
443 </NOSCRIPT>
444
445
446 </FONT></TD>
447 </TR>
448 <TR>
449 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
450 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
451 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
452 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
453 </TR>
454 </TABLE>
455 <A NAME="skip-navbar_bottom"></A>
456 <!-- ======== END OF BOTTOM NAVBAR ======= -->
457
458 <HR>
459
460 </BODY>
461 </HTML>
+0
-364
documentation/javadoc/org/boehn/kmlframework/kml/LookAt.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 LookAt (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.LookAt class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="LookAt (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LookAt.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/LookAt.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="LookAt.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class LookAt</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.AbstractView</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.LookAt</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>LookAt</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html#LookAt()">LookAt</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html#LookAt(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double)">LookAt</A></B>(java.lang.Double&nbsp;longitude,
122 java.lang.Double&nbsp;latitude,
123 java.lang.Double&nbsp;altitude,
124 java.lang.Double&nbsp;heading,
125 java.lang.Double&nbsp;tilt,
126 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
127 java.lang.Double&nbsp;range)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <!-- ========== METHOD SUMMARY =========== -->
135
136 <A NAME="method_summary"><!-- --></A>
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
139 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
140 <B>Method Summary</B></FONT></TH>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
144 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
145 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html#getRange()">getRange</A></B>()</CODE>
146
147 <BR>
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
149 </TR>
150 <TR BGCOLOR="white" CLASS="TableRowColor">
151 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152 <CODE>&nbsp;void</CODE></FONT></TD>
153 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html#setRange(java.lang.Double)">setRange</A></B>(java.lang.Double&nbsp;range)</CODE>
154
155 <BR>
156 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160 <CODE>&nbsp;void</CODE></FONT></TD>
161 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
162
163 <BR>
164 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
168 <CODE>&nbsp;void</CODE></FONT></TD>
169 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
170
171 <BR>
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
173 </TR>
174 </TABLE>
175 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.AbstractView"><!-- --></A>
176 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
177 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
178 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></B></TH>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getAltitude()">getAltitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getAltitudeMode()">getAltitudeMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getHeading()">getHeading</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getLatitude()">getLatitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getLongitude()">getLongitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#getTilt()">getTilt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setAltitude(java.lang.Double)">setAltitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setHeading(java.lang.Double)">setHeading</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setLatitude(java.lang.Double)">setLatitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setLongitude(java.lang.Double)">setLongitude</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#setTilt(java.lang.Double)">setTilt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
182 </TR>
183 </TABLE>
184 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
185 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
186 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
187 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
188 </TR>
189 <TR BGCOLOR="white" CLASS="TableRowColor">
190 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
191 </TR>
192 </TABLE>
193 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
194 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
195 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
196 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
200 </TR>
201 </TABLE>
202 &nbsp;
203 <P>
204
205 <!-- ========= CONSTRUCTOR DETAIL ======== -->
206
207 <A NAME="constructor_detail"><!-- --></A>
208 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
209 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
210 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
211 <B>Constructor Detail</B></FONT></TH>
212 </TR>
213 </TABLE>
214
215 <A NAME="LookAt()"><!-- --></A><H3>
216 LookAt</H3>
217 <PRE>
218 public <B>LookAt</B>()</PRE>
219 <DL>
220 </DL>
221 <HR>
222
223 <A NAME="LookAt(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double)"><!-- --></A><H3>
224 LookAt</H3>
225 <PRE>
226 public <B>LookAt</B>(java.lang.Double&nbsp;longitude,
227 java.lang.Double&nbsp;latitude,
228 java.lang.Double&nbsp;altitude,
229 java.lang.Double&nbsp;heading,
230 java.lang.Double&nbsp;tilt,
231 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
232 java.lang.Double&nbsp;range)</PRE>
233 <DL>
234 </DL>
235
236 <!-- ============ METHOD DETAIL ========== -->
237
238 <A NAME="method_detail"><!-- --></A>
239 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
240 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
241 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
242 <B>Method Detail</B></FONT></TH>
243 </TR>
244 </TABLE>
245
246 <A NAME="getRange()"><!-- --></A><H3>
247 getRange</H3>
248 <PRE>
249 public java.lang.Double <B>getRange</B>()</PRE>
250 <DL>
251 <DD><DL>
252 </DL>
253 </DD>
254 </DL>
255 <HR>
256
257 <A NAME="setRange(java.lang.Double)"><!-- --></A><H3>
258 setRange</H3>
259 <PRE>
260 public void <B>setRange</B>(java.lang.Double&nbsp;range)</PRE>
261 <DL>
262 <DD><DL>
263 </DL>
264 </DD>
265 </DL>
266 <HR>
267
268 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
269 write</H3>
270 <PRE>
271 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
272 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
273 <DL>
274 <DD><DL>
275 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
276 </DD>
277 <DD><DL>
278
279 <DT><B>Throws:</B>
280 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
281 </DD>
282 </DL>
283 <HR>
284
285 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
286 writeDelete</H3>
287 <PRE>
288 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
289 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
290 <DL>
291 <DD><DL>
292 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
293 </DD>
294 <DD><DL>
295
296 <DT><B>Throws:</B>
297 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
298 </DD>
299 </DL>
300 <!-- ========= END OF CLASS DATA ========= -->
301 <HR>
302
303
304 <!-- ======= START OF BOTTOM NAVBAR ====== -->
305 <A NAME="navbar_bottom"><!-- --></A>
306 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
307 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
308 <TR>
309 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
310 <A NAME="navbar_bottom_firstrow"><!-- --></A>
311 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
312 <TR ALIGN="center" VALIGN="top">
313 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
314 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
315 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
316 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LookAt.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
317 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
318 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
319 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
320 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
321 </TR>
322 </TABLE>
323 </TD>
324 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
325 </EM>
326 </TD>
327 </TR>
328
329 <TR>
330 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
331 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
332 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
333 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
334 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/LookAt.html" target="_top"><B>FRAMES</B></A> &nbsp;
335 &nbsp;<A HREF="LookAt.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
336 &nbsp;<SCRIPT type="text/javascript">
337 <!--
338 if(window==top) {
339 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
340 }
341 //-->
342 </SCRIPT>
343 <NOSCRIPT>
344 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
345 </NOSCRIPT>
346
347
348 </FONT></TD>
349 </TR>
350 <TR>
351 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
352 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
353 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
354 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
355 </TR>
356 </TABLE>
357 <A NAME="skip-navbar_bottom"></A>
358 <!-- ======== END OF BOTTOM NAVBAR ======= -->
359
360 <HR>
361
362 </BODY>
363 </HTML>
+0
-783
documentation/javadoc/org/boehn/kmlframework/kml/Model.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Model (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Model class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Model (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Model.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Model.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Model.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Model</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Geometry</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Model</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>Model</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#Model()">Model</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#Model(org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.Link, java.util.List)">Model</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
122 java.lang.Double&nbsp;longitude,
123 java.lang.Double&nbsp;latitude,
124 java.lang.Double&nbsp;altitude,
125 java.lang.Double&nbsp;heading,
126 java.lang.Double&nbsp;tilt,
127 java.lang.Double&nbsp;roll,
128 java.lang.Double&nbsp;scaleX,
129 java.lang.Double&nbsp;scaleY,
130 java.lang.Double&nbsp;scaleZ,
131 <A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link,
132 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt;&nbsp;resourceMap)</CODE>
133
134 <BR>
135 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
136 </TR>
137 </TABLE>
138 &nbsp;
139 <!-- ========== METHOD SUMMARY =========== -->
140
141 <A NAME="method_summary"><!-- --></A>
142 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
143 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
144 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
145 <B>Method Summary</B></FONT></TH>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
150 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getAltitude()">getAltitude</A></B>()</CODE>
151
152 <BR>
153 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getHeading()">getHeading</A></B>()</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getLatitude()">getLatitude</A></B>()</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></CODE></FONT></TD>
182 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getLink()">getLink</A></B>()</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
190 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getLongitude()">getLongitude</A></B>()</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt;</CODE></FONT></TD>
198 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getResourceMap()">getResourceMap</A></B>()</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
206 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getRoll()">getRoll</A></B>()</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
214 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getScaleX()">getScaleX</A></B>()</CODE>
215
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
218 </TR>
219 <TR BGCOLOR="white" CLASS="TableRowColor">
220 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
221 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
222 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getScaleY()">getScaleY</A></B>()</CODE>
223
224 <BR>
225 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
226 </TR>
227 <TR BGCOLOR="white" CLASS="TableRowColor">
228 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
229 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
230 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getScaleZ()">getScaleZ</A></B>()</CODE>
231
232 <BR>
233 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
234 </TR>
235 <TR BGCOLOR="white" CLASS="TableRowColor">
236 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
237 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
238 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#getTilt()">getTilt</A></B>()</CODE>
239
240 <BR>
241 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
242 </TR>
243 <TR BGCOLOR="white" CLASS="TableRowColor">
244 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
245 <CODE>&nbsp;void</CODE></FONT></TD>
246 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setAltitude(java.lang.Double)">setAltitude</A></B>(java.lang.Double&nbsp;altitude)</CODE>
247
248 <BR>
249 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
250 </TR>
251 <TR BGCOLOR="white" CLASS="TableRowColor">
252 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
253 <CODE>&nbsp;void</CODE></FONT></TD>
254 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
255
256 <BR>
257 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
258 </TR>
259 <TR BGCOLOR="white" CLASS="TableRowColor">
260 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
261 <CODE>&nbsp;void</CODE></FONT></TD>
262 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setHeading(java.lang.Double)">setHeading</A></B>(java.lang.Double&nbsp;heading)</CODE>
263
264 <BR>
265 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
266 </TR>
267 <TR BGCOLOR="white" CLASS="TableRowColor">
268 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
269 <CODE>&nbsp;void</CODE></FONT></TD>
270 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setLatitude(java.lang.Double)">setLatitude</A></B>(java.lang.Double&nbsp;latitude)</CODE>
271
272 <BR>
273 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
274 </TR>
275 <TR BGCOLOR="white" CLASS="TableRowColor">
276 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
277 <CODE>&nbsp;void</CODE></FONT></TD>
278 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setLink(org.boehn.kmlframework.kml.Link)">setLink</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
279
280 <BR>
281 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
282 </TR>
283 <TR BGCOLOR="white" CLASS="TableRowColor">
284 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
285 <CODE>&nbsp;void</CODE></FONT></TD>
286 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setLongitude(java.lang.Double)">setLongitude</A></B>(java.lang.Double&nbsp;longitude)</CODE>
287
288 <BR>
289 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
290 </TR>
291 <TR BGCOLOR="white" CLASS="TableRowColor">
292 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
293 <CODE>&nbsp;void</CODE></FONT></TD>
294 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setResourceMap(java.util.List)">setResourceMap</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt;&nbsp;resourceMap)</CODE>
295
296 <BR>
297 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
298 </TR>
299 <TR BGCOLOR="white" CLASS="TableRowColor">
300 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
301 <CODE>&nbsp;void</CODE></FONT></TD>
302 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setRoll(java.lang.Double)">setRoll</A></B>(java.lang.Double&nbsp;roll)</CODE>
303
304 <BR>
305 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
306 </TR>
307 <TR BGCOLOR="white" CLASS="TableRowColor">
308 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
309 <CODE>&nbsp;void</CODE></FONT></TD>
310 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setScaleX(java.lang.Double)">setScaleX</A></B>(java.lang.Double&nbsp;scaleX)</CODE>
311
312 <BR>
313 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
314 </TR>
315 <TR BGCOLOR="white" CLASS="TableRowColor">
316 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
317 <CODE>&nbsp;void</CODE></FONT></TD>
318 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setScaleY(java.lang.Double)">setScaleY</A></B>(java.lang.Double&nbsp;scaleY)</CODE>
319
320 <BR>
321 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
322 </TR>
323 <TR BGCOLOR="white" CLASS="TableRowColor">
324 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
325 <CODE>&nbsp;void</CODE></FONT></TD>
326 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setScaleZ(java.lang.Double)">setScaleZ</A></B>(java.lang.Double&nbsp;scaleZ)</CODE>
327
328 <BR>
329 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
330 </TR>
331 <TR BGCOLOR="white" CLASS="TableRowColor">
332 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
333 <CODE>&nbsp;void</CODE></FONT></TD>
334 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#setTilt(java.lang.Double)">setTilt</A></B>(java.lang.Double&nbsp;tilt)</CODE>
335
336 <BR>
337 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
338 </TR>
339 <TR BGCOLOR="white" CLASS="TableRowColor">
340 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
341 <CODE>&nbsp;void</CODE></FONT></TD>
342 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
343
344 <BR>
345 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
346 </TR>
347 <TR BGCOLOR="white" CLASS="TableRowColor">
348 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
349 <CODE>&nbsp;void</CODE></FONT></TD>
350 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
351
352 <BR>
353 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
354 </TR>
355 </TABLE>
356 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
357 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
358 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
359 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
360 </TR>
361 <TR BGCOLOR="white" CLASS="TableRowColor">
362 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
363 </TR>
364 </TABLE>
365 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
366 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
367 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
368 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
369 </TR>
370 <TR BGCOLOR="white" CLASS="TableRowColor">
371 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
372 </TR>
373 </TABLE>
374 &nbsp;
375 <P>
376
377 <!-- ========= CONSTRUCTOR DETAIL ======== -->
378
379 <A NAME="constructor_detail"><!-- --></A>
380 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
381 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
382 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
383 <B>Constructor Detail</B></FONT></TH>
384 </TR>
385 </TABLE>
386
387 <A NAME="Model()"><!-- --></A><H3>
388 Model</H3>
389 <PRE>
390 public <B>Model</B>()</PRE>
391 <DL>
392 </DL>
393 <HR>
394
395 <A NAME="Model(org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.Link, java.util.List)"><!-- --></A><H3>
396 Model</H3>
397 <PRE>
398 public <B>Model</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
399 java.lang.Double&nbsp;longitude,
400 java.lang.Double&nbsp;latitude,
401 java.lang.Double&nbsp;altitude,
402 java.lang.Double&nbsp;heading,
403 java.lang.Double&nbsp;tilt,
404 java.lang.Double&nbsp;roll,
405 java.lang.Double&nbsp;scaleX,
406 java.lang.Double&nbsp;scaleY,
407 java.lang.Double&nbsp;scaleZ,
408 <A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link,
409 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt;&nbsp;resourceMap)</PRE>
410 <DL>
411 </DL>
412
413 <!-- ============ METHOD DETAIL ========== -->
414
415 <A NAME="method_detail"><!-- --></A>
416 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
417 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
418 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
419 <B>Method Detail</B></FONT></TH>
420 </TR>
421 </TABLE>
422
423 <A NAME="getAltitudeMode()"><!-- --></A><H3>
424 getAltitudeMode</H3>
425 <PRE>
426 public <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>getAltitudeMode</B>()</PRE>
427 <DL>
428 <DD><DL>
429 </DL>
430 </DD>
431 </DL>
432 <HR>
433
434 <A NAME="setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><!-- --></A><H3>
435 setAltitudeMode</H3>
436 <PRE>
437 public void <B>setAltitudeMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</PRE>
438 <DL>
439 <DD><DL>
440 </DL>
441 </DD>
442 </DL>
443 <HR>
444
445 <A NAME="getLongitude()"><!-- --></A><H3>
446 getLongitude</H3>
447 <PRE>
448 public java.lang.Double <B>getLongitude</B>()</PRE>
449 <DL>
450 <DD><DL>
451 </DL>
452 </DD>
453 </DL>
454 <HR>
455
456 <A NAME="setLongitude(java.lang.Double)"><!-- --></A><H3>
457 setLongitude</H3>
458 <PRE>
459 public void <B>setLongitude</B>(java.lang.Double&nbsp;longitude)</PRE>
460 <DL>
461 <DD><DL>
462 </DL>
463 </DD>
464 </DL>
465 <HR>
466
467 <A NAME="getLatitude()"><!-- --></A><H3>
468 getLatitude</H3>
469 <PRE>
470 public java.lang.Double <B>getLatitude</B>()</PRE>
471 <DL>
472 <DD><DL>
473 </DL>
474 </DD>
475 </DL>
476 <HR>
477
478 <A NAME="setLatitude(java.lang.Double)"><!-- --></A><H3>
479 setLatitude</H3>
480 <PRE>
481 public void <B>setLatitude</B>(java.lang.Double&nbsp;latitude)</PRE>
482 <DL>
483 <DD><DL>
484 </DL>
485 </DD>
486 </DL>
487 <HR>
488
489 <A NAME="getAltitude()"><!-- --></A><H3>
490 getAltitude</H3>
491 <PRE>
492 public java.lang.Double <B>getAltitude</B>()</PRE>
493 <DL>
494 <DD><DL>
495 </DL>
496 </DD>
497 </DL>
498 <HR>
499
500 <A NAME="setAltitude(java.lang.Double)"><!-- --></A><H3>
501 setAltitude</H3>
502 <PRE>
503 public void <B>setAltitude</B>(java.lang.Double&nbsp;altitude)</PRE>
504 <DL>
505 <DD><DL>
506 </DL>
507 </DD>
508 </DL>
509 <HR>
510
511 <A NAME="getHeading()"><!-- --></A><H3>
512 getHeading</H3>
513 <PRE>
514 public java.lang.Double <B>getHeading</B>()</PRE>
515 <DL>
516 <DD><DL>
517 </DL>
518 </DD>
519 </DL>
520 <HR>
521
522 <A NAME="setHeading(java.lang.Double)"><!-- --></A><H3>
523 setHeading</H3>
524 <PRE>
525 public void <B>setHeading</B>(java.lang.Double&nbsp;heading)</PRE>
526 <DL>
527 <DD><DL>
528 </DL>
529 </DD>
530 </DL>
531 <HR>
532
533 <A NAME="getTilt()"><!-- --></A><H3>
534 getTilt</H3>
535 <PRE>
536 public java.lang.Double <B>getTilt</B>()</PRE>
537 <DL>
538 <DD><DL>
539 </DL>
540 </DD>
541 </DL>
542 <HR>
543
544 <A NAME="setTilt(java.lang.Double)"><!-- --></A><H3>
545 setTilt</H3>
546 <PRE>
547 public void <B>setTilt</B>(java.lang.Double&nbsp;tilt)</PRE>
548 <DL>
549 <DD><DL>
550 </DL>
551 </DD>
552 </DL>
553 <HR>
554
555 <A NAME="getRoll()"><!-- --></A><H3>
556 getRoll</H3>
557 <PRE>
558 public java.lang.Double <B>getRoll</B>()</PRE>
559 <DL>
560 <DD><DL>
561 </DL>
562 </DD>
563 </DL>
564 <HR>
565
566 <A NAME="setRoll(java.lang.Double)"><!-- --></A><H3>
567 setRoll</H3>
568 <PRE>
569 public void <B>setRoll</B>(java.lang.Double&nbsp;roll)</PRE>
570 <DL>
571 <DD><DL>
572 </DL>
573 </DD>
574 </DL>
575 <HR>
576
577 <A NAME="getScaleX()"><!-- --></A><H3>
578 getScaleX</H3>
579 <PRE>
580 public java.lang.Double <B>getScaleX</B>()</PRE>
581 <DL>
582 <DD><DL>
583 </DL>
584 </DD>
585 </DL>
586 <HR>
587
588 <A NAME="setScaleX(java.lang.Double)"><!-- --></A><H3>
589 setScaleX</H3>
590 <PRE>
591 public void <B>setScaleX</B>(java.lang.Double&nbsp;scaleX)</PRE>
592 <DL>
593 <DD><DL>
594 </DL>
595 </DD>
596 </DL>
597 <HR>
598
599 <A NAME="getScaleY()"><!-- --></A><H3>
600 getScaleY</H3>
601 <PRE>
602 public java.lang.Double <B>getScaleY</B>()</PRE>
603 <DL>
604 <DD><DL>
605 </DL>
606 </DD>
607 </DL>
608 <HR>
609
610 <A NAME="setScaleY(java.lang.Double)"><!-- --></A><H3>
611 setScaleY</H3>
612 <PRE>
613 public void <B>setScaleY</B>(java.lang.Double&nbsp;scaleY)</PRE>
614 <DL>
615 <DD><DL>
616 </DL>
617 </DD>
618 </DL>
619 <HR>
620
621 <A NAME="getScaleZ()"><!-- --></A><H3>
622 getScaleZ</H3>
623 <PRE>
624 public java.lang.Double <B>getScaleZ</B>()</PRE>
625 <DL>
626 <DD><DL>
627 </DL>
628 </DD>
629 </DL>
630 <HR>
631
632 <A NAME="setScaleZ(java.lang.Double)"><!-- --></A><H3>
633 setScaleZ</H3>
634 <PRE>
635 public void <B>setScaleZ</B>(java.lang.Double&nbsp;scaleZ)</PRE>
636 <DL>
637 <DD><DL>
638 </DL>
639 </DD>
640 </DL>
641 <HR>
642
643 <A NAME="getLink()"><!-- --></A><H3>
644 getLink</H3>
645 <PRE>
646 public <A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A> <B>getLink</B>()</PRE>
647 <DL>
648 <DD><DL>
649 </DL>
650 </DD>
651 </DL>
652 <HR>
653
654 <A NAME="setLink(org.boehn.kmlframework.kml.Link)"><!-- --></A><H3>
655 setLink</H3>
656 <PRE>
657 public void <B>setLink</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</PRE>
658 <DL>
659 <DD><DL>
660 </DL>
661 </DD>
662 </DL>
663 <HR>
664
665 <A NAME="getResourceMap()"><!-- --></A><H3>
666 getResourceMap</H3>
667 <PRE>
668 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt; <B>getResourceMap</B>()</PRE>
669 <DL>
670 <DD><DL>
671 </DL>
672 </DD>
673 </DL>
674 <HR>
675
676 <A NAME="setResourceMap(java.util.List)"><!-- --></A><H3>
677 setResourceMap</H3>
678 <PRE>
679 public void <B>setResourceMap</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt;&nbsp;resourceMap)</PRE>
680 <DL>
681 <DD><DL>
682 </DL>
683 </DD>
684 </DL>
685 <HR>
686
687 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
688 write</H3>
689 <PRE>
690 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
691 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
692 <DL>
693 <DD><DL>
694 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
695 </DD>
696 <DD><DL>
697
698 <DT><B>Throws:</B>
699 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
700 </DD>
701 </DL>
702 <HR>
703
704 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
705 writeDelete</H3>
706 <PRE>
707 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
708 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
709 <DL>
710 <DD><DL>
711 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
712 </DD>
713 <DD><DL>
714
715 <DT><B>Throws:</B>
716 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
717 </DD>
718 </DL>
719 <!-- ========= END OF CLASS DATA ========= -->
720 <HR>
721
722
723 <!-- ======= START OF BOTTOM NAVBAR ====== -->
724 <A NAME="navbar_bottom"><!-- --></A>
725 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
726 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
727 <TR>
728 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
729 <A NAME="navbar_bottom_firstrow"><!-- --></A>
730 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
731 <TR ALIGN="center" VALIGN="top">
732 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
733 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
734 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
735 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Model.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
736 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
737 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
738 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
739 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
740 </TR>
741 </TABLE>
742 </TD>
743 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
744 </EM>
745 </TD>
746 </TR>
747
748 <TR>
749 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
750 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
751 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
752 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
753 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Model.html" target="_top"><B>FRAMES</B></A> &nbsp;
754 &nbsp;<A HREF="Model.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
755 &nbsp;<SCRIPT type="text/javascript">
756 <!--
757 if(window==top) {
758 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
759 }
760 //-->
761 </SCRIPT>
762 <NOSCRIPT>
763 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
764 </NOSCRIPT>
765
766
767 </FONT></TD>
768 </TR>
769 <TR>
770 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
771 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
772 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
773 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
774 </TR>
775 </TABLE>
776 <A NAME="skip-navbar_bottom"></A>
777 <!-- ======== END OF BOTTOM NAVBAR ======= -->
778
779 <HR>
780
781 </BODY>
782 </HTML>
+0
-343
documentation/javadoc/org/boehn/kmlframework/kml/MultiGeometry.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 MultiGeometry (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.MultiGeometry class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="MultiGeometry (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MultiGeometry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/MultiGeometry.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="MultiGeometry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class MultiGeometry</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Geometry</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.MultiGeometry</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>MultiGeometry</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html#MultiGeometry()">MultiGeometry</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html#MultiGeometry(java.util.List)">MultiGeometry</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&gt;&nbsp;geometries)</CODE>
122
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125 </TR>
126 </TABLE>
127 &nbsp;
128 <!-- ========== METHOD SUMMARY =========== -->
129
130 <A NAME="method_summary"><!-- --></A>
131 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134 <B>Method Summary</B></FONT></TH>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&gt;</CODE></FONT></TD>
139 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html#getGeometries()">getGeometries</A></B>()</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;void</CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html#setGeometries(java.util.List)">setGeometries</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&gt;&nbsp;geometries)</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 <TR BGCOLOR="white" CLASS="TableRowColor">
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154 <CODE>&nbsp;void</CODE></FONT></TD>
155 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
156
157 <BR>
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162 <CODE>&nbsp;void</CODE></FONT></TD>
163 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
164
165 <BR>
166 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
167 </TR>
168 </TABLE>
169 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
170 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
171 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
172 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
176 </TR>
177 </TABLE>
178 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
179 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
181 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
182 </TR>
183 <TR BGCOLOR="white" CLASS="TableRowColor">
184 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
185 </TR>
186 </TABLE>
187 &nbsp;
188 <P>
189
190 <!-- ========= CONSTRUCTOR DETAIL ======== -->
191
192 <A NAME="constructor_detail"><!-- --></A>
193 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
194 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
195 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
196 <B>Constructor Detail</B></FONT></TH>
197 </TR>
198 </TABLE>
199
200 <A NAME="MultiGeometry()"><!-- --></A><H3>
201 MultiGeometry</H3>
202 <PRE>
203 public <B>MultiGeometry</B>()</PRE>
204 <DL>
205 </DL>
206 <HR>
207
208 <A NAME="MultiGeometry(java.util.List)"><!-- --></A><H3>
209 MultiGeometry</H3>
210 <PRE>
211 public <B>MultiGeometry</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&gt;&nbsp;geometries)</PRE>
212 <DL>
213 </DL>
214
215 <!-- ============ METHOD DETAIL ========== -->
216
217 <A NAME="method_detail"><!-- --></A>
218 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
219 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
220 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
221 <B>Method Detail</B></FONT></TH>
222 </TR>
223 </TABLE>
224
225 <A NAME="getGeometries()"><!-- --></A><H3>
226 getGeometries</H3>
227 <PRE>
228 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&gt; <B>getGeometries</B>()</PRE>
229 <DL>
230 <DD><DL>
231 </DL>
232 </DD>
233 </DL>
234 <HR>
235
236 <A NAME="setGeometries(java.util.List)"><!-- --></A><H3>
237 setGeometries</H3>
238 <PRE>
239 public void <B>setGeometries</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&gt;&nbsp;geometries)</PRE>
240 <DL>
241 <DD><DL>
242 </DL>
243 </DD>
244 </DL>
245 <HR>
246
247 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
248 write</H3>
249 <PRE>
250 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
251 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
252 <DL>
253 <DD><DL>
254 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
255 </DD>
256 <DD><DL>
257
258 <DT><B>Throws:</B>
259 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
260 </DD>
261 </DL>
262 <HR>
263
264 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
265 writeDelete</H3>
266 <PRE>
267 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
268 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
269 <DL>
270 <DD><DL>
271 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
272 </DD>
273 <DD><DL>
274
275 <DT><B>Throws:</B>
276 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
277 </DD>
278 </DL>
279 <!-- ========= END OF CLASS DATA ========= -->
280 <HR>
281
282
283 <!-- ======= START OF BOTTOM NAVBAR ====== -->
284 <A NAME="navbar_bottom"><!-- --></A>
285 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
286 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
287 <TR>
288 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
289 <A NAME="navbar_bottom_firstrow"><!-- --></A>
290 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
291 <TR ALIGN="center" VALIGN="top">
292 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
293 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
294 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
295 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MultiGeometry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
296 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
297 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
298 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
299 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
300 </TR>
301 </TABLE>
302 </TD>
303 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
304 </EM>
305 </TD>
306 </TR>
307
308 <TR>
309 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
310 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
311 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
312 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
313 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/MultiGeometry.html" target="_top"><B>FRAMES</B></A> &nbsp;
314 &nbsp;<A HREF="MultiGeometry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
315 &nbsp;<SCRIPT type="text/javascript">
316 <!--
317 if(window==top) {
318 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
319 }
320 //-->
321 </SCRIPT>
322 <NOSCRIPT>
323 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
324 </NOSCRIPT>
325
326
327 </FONT></TD>
328 </TR>
329 <TR>
330 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
331 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
332 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
333 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
334 </TR>
335 </TABLE>
336 <A NAME="skip-navbar_bottom"></A>
337 <!-- ======== END OF BOTTOM NAVBAR ======= -->
338
339 <HR>
340
341 </BODY>
342 </HTML>
+0
-466
documentation/javadoc/org/boehn/kmlframework/kml/NetworkLink.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 NetworkLink (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.NetworkLink class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="NetworkLink (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NetworkLink.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/NetworkLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="NetworkLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class NetworkLink</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Feature</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.NetworkLink</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>NetworkLink</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink()">NetworkLink</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)">NetworkLink</A></B>(java.lang.String&nbsp;name,
122 java.lang.Boolean&nbsp;visibility,
123 java.lang.Boolean&nbsp;open,
124 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
125 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
126 java.lang.String&nbsp;address,
127 java.lang.String&nbsp;xalAddressDetails,
128 java.lang.String&nbsp;phoneNumber,
129 java.lang.String&nbsp;snippet,
130 java.lang.Integer&nbsp;snippetMaxLines,
131 java.lang.String&nbsp;description,
132 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
133 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
134 java.lang.String&nbsp;styleUrl,
135 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
136 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
137 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
138 java.lang.Boolean&nbsp;refreshVisibility,
139 java.lang.Boolean&nbsp;flyToView,
140 <A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 </TABLE>
146 &nbsp;
147 <!-- ========== METHOD SUMMARY =========== -->
148
149 <A NAME="method_summary"><!-- --></A>
150 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
151 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
152 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
153 <B>Method Summary</B></FONT></TH>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html#getLink()">getLink</A></B>()</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html#isFlyToView()">isFlyToView</A></B>()</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;boolean</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html#isRefreshVisibility()">isRefreshVisibility</A></B>()</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;void</CODE></FONT></TD>
182 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html#setFlyToView(java.lang.Boolean)">setFlyToView</A></B>(java.lang.Boolean&nbsp;flyToView)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>&nbsp;void</CODE></FONT></TD>
190 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html#setLink(org.boehn.kmlframework.kml.Link)">setLink</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197 <CODE>&nbsp;void</CODE></FONT></TD>
198 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html#setRefreshVisibility(boolean)">setRefreshVisibility</A></B>(boolean&nbsp;refreshVisibility)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205 <CODE>&nbsp;void</CODE></FONT></TD>
206 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>&nbsp;void</CODE></FONT></TD>
214 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
215
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
218 </TR>
219 </TABLE>
220 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Feature"><!-- --></A>
221 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
222 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
223 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></TH>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAddress()">getAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getDescription()">getDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getName()">getName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()">getPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippet()">getSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()">getSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleUrl()">getStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()">getXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isOpen()">isOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isVisible()">isVisible</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)">setAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)">setName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)">setOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)">setPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)">setSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)">setSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)">setStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)">setVisibility</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)">setXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
227 </TR>
228 </TABLE>
229 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
230 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
231 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
232 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
233 </TR>
234 <TR BGCOLOR="white" CLASS="TableRowColor">
235 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
236 </TR>
237 </TABLE>
238 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
239 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
240 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
241 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
242 </TR>
243 <TR BGCOLOR="white" CLASS="TableRowColor">
244 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
245 </TR>
246 </TABLE>
247 &nbsp;
248 <P>
249
250 <!-- ========= CONSTRUCTOR DETAIL ======== -->
251
252 <A NAME="constructor_detail"><!-- --></A>
253 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
254 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
255 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
256 <B>Constructor Detail</B></FONT></TH>
257 </TR>
258 </TABLE>
259
260 <A NAME="NetworkLink()"><!-- --></A><H3>
261 NetworkLink</H3>
262 <PRE>
263 public <B>NetworkLink</B>()</PRE>
264 <DL>
265 </DL>
266 <HR>
267
268 <A NAME="NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)"><!-- --></A><H3>
269 NetworkLink</H3>
270 <PRE>
271 public <B>NetworkLink</B>(java.lang.String&nbsp;name,
272 java.lang.Boolean&nbsp;visibility,
273 java.lang.Boolean&nbsp;open,
274 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
275 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
276 java.lang.String&nbsp;address,
277 java.lang.String&nbsp;xalAddressDetails,
278 java.lang.String&nbsp;phoneNumber,
279 java.lang.String&nbsp;snippet,
280 java.lang.Integer&nbsp;snippetMaxLines,
281 java.lang.String&nbsp;description,
282 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
283 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
284 java.lang.String&nbsp;styleUrl,
285 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
286 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
287 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
288 java.lang.Boolean&nbsp;refreshVisibility,
289 java.lang.Boolean&nbsp;flyToView,
290 <A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</PRE>
291 <DL>
292 </DL>
293
294 <!-- ============ METHOD DETAIL ========== -->
295
296 <A NAME="method_detail"><!-- --></A>
297 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
298 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
299 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
300 <B>Method Detail</B></FONT></TH>
301 </TR>
302 </TABLE>
303
304 <A NAME="isRefreshVisibility()"><!-- --></A><H3>
305 isRefreshVisibility</H3>
306 <PRE>
307 public boolean <B>isRefreshVisibility</B>()</PRE>
308 <DL>
309 <DD><DL>
310 </DL>
311 </DD>
312 </DL>
313 <HR>
314
315 <A NAME="setRefreshVisibility(boolean)"><!-- --></A><H3>
316 setRefreshVisibility</H3>
317 <PRE>
318 public void <B>setRefreshVisibility</B>(boolean&nbsp;refreshVisibility)</PRE>
319 <DL>
320 <DD><DL>
321 </DL>
322 </DD>
323 </DL>
324 <HR>
325
326 <A NAME="isFlyToView()"><!-- --></A><H3>
327 isFlyToView</H3>
328 <PRE>
329 public java.lang.Boolean <B>isFlyToView</B>()</PRE>
330 <DL>
331 <DD><DL>
332 </DL>
333 </DD>
334 </DL>
335 <HR>
336
337 <A NAME="setFlyToView(java.lang.Boolean)"><!-- --></A><H3>
338 setFlyToView</H3>
339 <PRE>
340 public void <B>setFlyToView</B>(java.lang.Boolean&nbsp;flyToView)</PRE>
341 <DL>
342 <DD><DL>
343 </DL>
344 </DD>
345 </DL>
346 <HR>
347
348 <A NAME="getLink()"><!-- --></A><H3>
349 getLink</H3>
350 <PRE>
351 public <A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A> <B>getLink</B>()</PRE>
352 <DL>
353 <DD><DL>
354 </DL>
355 </DD>
356 </DL>
357 <HR>
358
359 <A NAME="setLink(org.boehn.kmlframework.kml.Link)"><!-- --></A><H3>
360 setLink</H3>
361 <PRE>
362 public void <B>setLink</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</PRE>
363 <DL>
364 <DD><DL>
365 </DL>
366 </DD>
367 </DL>
368 <HR>
369
370 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
371 write</H3>
372 <PRE>
373 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
374 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
375 <DL>
376 <DD><DL>
377 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
378 </DD>
379 <DD><DL>
380
381 <DT><B>Throws:</B>
382 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
383 </DD>
384 </DL>
385 <HR>
386
387 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
388 writeDelete</H3>
389 <PRE>
390 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
391 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
392 <DL>
393 <DD><DL>
394 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
395 </DD>
396 <DD><DL>
397
398 <DT><B>Throws:</B>
399 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
400 </DD>
401 </DL>
402 <!-- ========= END OF CLASS DATA ========= -->
403 <HR>
404
405
406 <!-- ======= START OF BOTTOM NAVBAR ====== -->
407 <A NAME="navbar_bottom"><!-- --></A>
408 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
409 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
410 <TR>
411 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
412 <A NAME="navbar_bottom_firstrow"><!-- --></A>
413 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
414 <TR ALIGN="center" VALIGN="top">
415 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
416 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
417 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
418 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NetworkLink.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
419 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
420 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
421 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
422 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
423 </TR>
424 </TABLE>
425 </TD>
426 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
427 </EM>
428 </TD>
429 </TR>
430
431 <TR>
432 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
433 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
434 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
435 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
436 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/NetworkLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
437 &nbsp;<A HREF="NetworkLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
438 &nbsp;<SCRIPT type="text/javascript">
439 <!--
440 if(window==top) {
441 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
442 }
443 //-->
444 </SCRIPT>
445 <NOSCRIPT>
446 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
447 </NOSCRIPT>
448
449
450 </FONT></TD>
451 </TR>
452 <TR>
453 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
454 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
455 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
456 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
457 </TR>
458 </TABLE>
459 <A NAME="skip-navbar_bottom"></A>
460 <!-- ======== END OF BOTTOM NAVBAR ======= -->
461
462 <HR>
463
464 </BODY>
465 </HTML>
+0
-742
documentation/javadoc/org/boehn/kmlframework/kml/NetworkLinkControl.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 NetworkLinkControl (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.NetworkLinkControl class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="NetworkLinkControl (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NetworkLinkControl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/NetworkLinkControl.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="NetworkLinkControl.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class NetworkLinkControl</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.NetworkLinkControl</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>NetworkLinkControl</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#NetworkLinkControl()">NetworkLinkControl</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#NetworkLinkControl(java.lang.Double, java.lang.Double, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.Update, org.boehn.kmlframework.kml.AbstractView)">NetworkLinkControl</A></B>(java.lang.Double&nbsp;minRefreshPeriod,
121 java.lang.Double&nbsp;maxSessionLength,
122 java.lang.String&nbsp;cookie,
123 java.lang.String&nbsp;message,
124 java.lang.String&nbsp;linkName,
125 java.lang.String&nbsp;linkDescription,
126 java.lang.String&nbsp;linkSnippet,
127 java.lang.Integer&nbsp;linkSnippetMaxLines,
128 java.lang.String&nbsp;expires,
129 <A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>&nbsp;update,
130 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView)</CODE>
131
132 <BR>
133 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
134 </TR>
135 </TABLE>
136 &nbsp;
137 <!-- ========== METHOD SUMMARY =========== -->
138
139 <A NAME="method_summary"><!-- --></A>
140 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
141 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
142 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
143 <B>Method Summary</B></FONT></TH>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getAbstractView()">getAbstractView</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getCookie()">getCookie</A></B>()</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getExpires()">getExpires</A></B>()</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getLinkDescription()">getLinkDescription</A></B>()</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getLinkName()">getLinkName</A></B>()</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
188 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getLinkSnippet()">getLinkSnippet</A></B>()</CODE>
189
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getLinkSnippetMaxLines()">getLinkSnippetMaxLines</A></B>()</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 <TR BGCOLOR="white" CLASS="TableRowColor">
202 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
204 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getMaxSessionLength()">getMaxSessionLength</A></B>()</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
212 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getMessage()">getMessage</A></B>()</CODE>
213
214 <BR>
215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216 </TR>
217 <TR BGCOLOR="white" CLASS="TableRowColor">
218 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
219 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
220 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getMinRefreshPeriod()">getMinRefreshPeriod</A></B>()</CODE>
221
222 <BR>
223 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
227 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A></CODE></FONT></TD>
228 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getUpdate()">getUpdate</A></B>()</CODE>
229
230 <BR>
231 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
232 </TR>
233 <TR BGCOLOR="white" CLASS="TableRowColor">
234 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
235 <CODE>&nbsp;void</CODE></FONT></TD>
236 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView)</CODE>
237
238 <BR>
239 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
240 </TR>
241 <TR BGCOLOR="white" CLASS="TableRowColor">
242 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
243 <CODE>&nbsp;void</CODE></FONT></TD>
244 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setCookie(java.lang.String)">setCookie</A></B>(java.lang.String&nbsp;cookie)</CODE>
245
246 <BR>
247 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
248 </TR>
249 <TR BGCOLOR="white" CLASS="TableRowColor">
250 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
251 <CODE>&nbsp;void</CODE></FONT></TD>
252 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setExpires(java.lang.String)">setExpires</A></B>(java.lang.String&nbsp;expires)</CODE>
253
254 <BR>
255 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
256 </TR>
257 <TR BGCOLOR="white" CLASS="TableRowColor">
258 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
259 <CODE>&nbsp;void</CODE></FONT></TD>
260 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setLinkDescription(java.lang.String)">setLinkDescription</A></B>(java.lang.String&nbsp;linkDescription)</CODE>
261
262 <BR>
263 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
264 </TR>
265 <TR BGCOLOR="white" CLASS="TableRowColor">
266 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
267 <CODE>&nbsp;void</CODE></FONT></TD>
268 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setLinkName(java.lang.String)">setLinkName</A></B>(java.lang.String&nbsp;linkName)</CODE>
269
270 <BR>
271 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
272 </TR>
273 <TR BGCOLOR="white" CLASS="TableRowColor">
274 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
275 <CODE>&nbsp;void</CODE></FONT></TD>
276 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setLinkSnippet(java.lang.String)">setLinkSnippet</A></B>(java.lang.String&nbsp;linkSnippet)</CODE>
277
278 <BR>
279 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
280 </TR>
281 <TR BGCOLOR="white" CLASS="TableRowColor">
282 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
283 <CODE>&nbsp;void</CODE></FONT></TD>
284 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setLinkSnippetMaxLines(java.lang.Integer)">setLinkSnippetMaxLines</A></B>(java.lang.Integer&nbsp;linkSnippetMaxLines)</CODE>
285
286 <BR>
287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
291 <CODE>&nbsp;void</CODE></FONT></TD>
292 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setMaxSessionLength(java.lang.Double)">setMaxSessionLength</A></B>(java.lang.Double&nbsp;maxSessionLength)</CODE>
293
294 <BR>
295 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
296 </TR>
297 <TR BGCOLOR="white" CLASS="TableRowColor">
298 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
299 <CODE>&nbsp;void</CODE></FONT></TD>
300 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setMessage(java.lang.String)">setMessage</A></B>(java.lang.String&nbsp;message)</CODE>
301
302 <BR>
303 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
304 </TR>
305 <TR BGCOLOR="white" CLASS="TableRowColor">
306 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
307 <CODE>&nbsp;void</CODE></FONT></TD>
308 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setMinRefreshPeriod(java.lang.Double)">setMinRefreshPeriod</A></B>(java.lang.Double&nbsp;minRefreshPeriod)</CODE>
309
310 <BR>
311 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
312 </TR>
313 <TR BGCOLOR="white" CLASS="TableRowColor">
314 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
315 <CODE>&nbsp;void</CODE></FONT></TD>
316 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setUpdate(org.boehn.kmlframework.kml.Update)">setUpdate</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>&nbsp;update)</CODE>
317
318 <BR>
319 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
320 </TR>
321 <TR BGCOLOR="white" CLASS="TableRowColor">
322 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
323 <CODE>&nbsp;void</CODE></FONT></TD>
324 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
325
326 <BR>
327 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
328 </TR>
329 <TR BGCOLOR="white" CLASS="TableRowColor">
330 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
331 <CODE>&nbsp;void</CODE></FONT></TD>
332 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
333
334 <BR>
335 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
336 </TR>
337 </TABLE>
338 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
339 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
340 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
341 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
342 </TR>
343 <TR BGCOLOR="white" CLASS="TableRowColor">
344 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
345 </TR>
346 </TABLE>
347 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
348 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
349 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
350 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
351 </TR>
352 <TR BGCOLOR="white" CLASS="TableRowColor">
353 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
354 </TR>
355 </TABLE>
356 &nbsp;
357 <P>
358
359 <!-- ========= CONSTRUCTOR DETAIL ======== -->
360
361 <A NAME="constructor_detail"><!-- --></A>
362 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
363 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
364 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
365 <B>Constructor Detail</B></FONT></TH>
366 </TR>
367 </TABLE>
368
369 <A NAME="NetworkLinkControl()"><!-- --></A><H3>
370 NetworkLinkControl</H3>
371 <PRE>
372 public <B>NetworkLinkControl</B>()</PRE>
373 <DL>
374 </DL>
375 <HR>
376
377 <A NAME="NetworkLinkControl(java.lang.Double, java.lang.Double, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.Update, org.boehn.kmlframework.kml.AbstractView)"><!-- --></A><H3>
378 NetworkLinkControl</H3>
379 <PRE>
380 public <B>NetworkLinkControl</B>(java.lang.Double&nbsp;minRefreshPeriod,
381 java.lang.Double&nbsp;maxSessionLength,
382 java.lang.String&nbsp;cookie,
383 java.lang.String&nbsp;message,
384 java.lang.String&nbsp;linkName,
385 java.lang.String&nbsp;linkDescription,
386 java.lang.String&nbsp;linkSnippet,
387 java.lang.Integer&nbsp;linkSnippetMaxLines,
388 java.lang.String&nbsp;expires,
389 <A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>&nbsp;update,
390 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView)</PRE>
391 <DL>
392 </DL>
393
394 <!-- ============ METHOD DETAIL ========== -->
395
396 <A NAME="method_detail"><!-- --></A>
397 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
398 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
399 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
400 <B>Method Detail</B></FONT></TH>
401 </TR>
402 </TABLE>
403
404 <A NAME="getMinRefreshPeriod()"><!-- --></A><H3>
405 getMinRefreshPeriod</H3>
406 <PRE>
407 public java.lang.Double <B>getMinRefreshPeriod</B>()</PRE>
408 <DL>
409 <DD><DL>
410 </DL>
411 </DD>
412 </DL>
413 <HR>
414
415 <A NAME="setMinRefreshPeriod(java.lang.Double)"><!-- --></A><H3>
416 setMinRefreshPeriod</H3>
417 <PRE>
418 public void <B>setMinRefreshPeriod</B>(java.lang.Double&nbsp;minRefreshPeriod)</PRE>
419 <DL>
420 <DD><DL>
421 </DL>
422 </DD>
423 </DL>
424 <HR>
425
426 <A NAME="getMaxSessionLength()"><!-- --></A><H3>
427 getMaxSessionLength</H3>
428 <PRE>
429 public java.lang.Double <B>getMaxSessionLength</B>()</PRE>
430 <DL>
431 <DD><DL>
432 </DL>
433 </DD>
434 </DL>
435 <HR>
436
437 <A NAME="setMaxSessionLength(java.lang.Double)"><!-- --></A><H3>
438 setMaxSessionLength</H3>
439 <PRE>
440 public void <B>setMaxSessionLength</B>(java.lang.Double&nbsp;maxSessionLength)</PRE>
441 <DL>
442 <DD><DL>
443 </DL>
444 </DD>
445 </DL>
446 <HR>
447
448 <A NAME="getCookie()"><!-- --></A><H3>
449 getCookie</H3>
450 <PRE>
451 public java.lang.String <B>getCookie</B>()</PRE>
452 <DL>
453 <DD><DL>
454 </DL>
455 </DD>
456 </DL>
457 <HR>
458
459 <A NAME="setCookie(java.lang.String)"><!-- --></A><H3>
460 setCookie</H3>
461 <PRE>
462 public void <B>setCookie</B>(java.lang.String&nbsp;cookie)</PRE>
463 <DL>
464 <DD><DL>
465 </DL>
466 </DD>
467 </DL>
468 <HR>
469
470 <A NAME="getMessage()"><!-- --></A><H3>
471 getMessage</H3>
472 <PRE>
473 public java.lang.String <B>getMessage</B>()</PRE>
474 <DL>
475 <DD><DL>
476 </DL>
477 </DD>
478 </DL>
479 <HR>
480
481 <A NAME="setMessage(java.lang.String)"><!-- --></A><H3>
482 setMessage</H3>
483 <PRE>
484 public void <B>setMessage</B>(java.lang.String&nbsp;message)</PRE>
485 <DL>
486 <DD><DL>
487 </DL>
488 </DD>
489 </DL>
490 <HR>
491
492 <A NAME="getLinkName()"><!-- --></A><H3>
493 getLinkName</H3>
494 <PRE>
495 public java.lang.String <B>getLinkName</B>()</PRE>
496 <DL>
497 <DD><DL>
498 </DL>
499 </DD>
500 </DL>
501 <HR>
502
503 <A NAME="setLinkName(java.lang.String)"><!-- --></A><H3>
504 setLinkName</H3>
505 <PRE>
506 public void <B>setLinkName</B>(java.lang.String&nbsp;linkName)</PRE>
507 <DL>
508 <DD><DL>
509 </DL>
510 </DD>
511 </DL>
512 <HR>
513
514 <A NAME="getLinkDescription()"><!-- --></A><H3>
515 getLinkDescription</H3>
516 <PRE>
517 public java.lang.String <B>getLinkDescription</B>()</PRE>
518 <DL>
519 <DD><DL>
520 </DL>
521 </DD>
522 </DL>
523 <HR>
524
525 <A NAME="setLinkDescription(java.lang.String)"><!-- --></A><H3>
526 setLinkDescription</H3>
527 <PRE>
528 public void <B>setLinkDescription</B>(java.lang.String&nbsp;linkDescription)</PRE>
529 <DL>
530 <DD><DL>
531 </DL>
532 </DD>
533 </DL>
534 <HR>
535
536 <A NAME="getLinkSnippet()"><!-- --></A><H3>
537 getLinkSnippet</H3>
538 <PRE>
539 public java.lang.String <B>getLinkSnippet</B>()</PRE>
540 <DL>
541 <DD><DL>
542 </DL>
543 </DD>
544 </DL>
545 <HR>
546
547 <A NAME="setLinkSnippet(java.lang.String)"><!-- --></A><H3>
548 setLinkSnippet</H3>
549 <PRE>
550 public void <B>setLinkSnippet</B>(java.lang.String&nbsp;linkSnippet)</PRE>
551 <DL>
552 <DD><DL>
553 </DL>
554 </DD>
555 </DL>
556 <HR>
557
558 <A NAME="getLinkSnippetMaxLines()"><!-- --></A><H3>
559 getLinkSnippetMaxLines</H3>
560 <PRE>
561 public java.lang.Integer <B>getLinkSnippetMaxLines</B>()</PRE>
562 <DL>
563 <DD><DL>
564 </DL>
565 </DD>
566 </DL>
567 <HR>
568
569 <A NAME="setLinkSnippetMaxLines(java.lang.Integer)"><!-- --></A><H3>
570 setLinkSnippetMaxLines</H3>
571 <PRE>
572 public void <B>setLinkSnippetMaxLines</B>(java.lang.Integer&nbsp;linkSnippetMaxLines)</PRE>
573 <DL>
574 <DD><DL>
575 </DL>
576 </DD>
577 </DL>
578 <HR>
579
580 <A NAME="getExpires()"><!-- --></A><H3>
581 getExpires</H3>
582 <PRE>
583 public java.lang.String <B>getExpires</B>()</PRE>
584 <DL>
585 <DD><DL>
586 </DL>
587 </DD>
588 </DL>
589 <HR>
590
591 <A NAME="setExpires(java.lang.String)"><!-- --></A><H3>
592 setExpires</H3>
593 <PRE>
594 public void <B>setExpires</B>(java.lang.String&nbsp;expires)</PRE>
595 <DL>
596 <DD><DL>
597 </DL>
598 </DD>
599 </DL>
600 <HR>
601
602 <A NAME="getUpdate()"><!-- --></A><H3>
603 getUpdate</H3>
604 <PRE>
605 public <A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A> <B>getUpdate</B>()</PRE>
606 <DL>
607 <DD><DL>
608 </DL>
609 </DD>
610 </DL>
611 <HR>
612
613 <A NAME="setUpdate(org.boehn.kmlframework.kml.Update)"><!-- --></A><H3>
614 setUpdate</H3>
615 <PRE>
616 public void <B>setUpdate</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>&nbsp;update)</PRE>
617 <DL>
618 <DD><DL>
619 </DL>
620 </DD>
621 </DL>
622 <HR>
623
624 <A NAME="getAbstractView()"><!-- --></A><H3>
625 getAbstractView</H3>
626 <PRE>
627 public <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A> <B>getAbstractView</B>()</PRE>
628 <DL>
629 <DD><DL>
630 </DL>
631 </DD>
632 </DL>
633 <HR>
634
635 <A NAME="setAbstractView(org.boehn.kmlframework.kml.AbstractView)"><!-- --></A><H3>
636 setAbstractView</H3>
637 <PRE>
638 public void <B>setAbstractView</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView)</PRE>
639 <DL>
640 <DD><DL>
641 </DL>
642 </DD>
643 </DL>
644 <HR>
645
646 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
647 write</H3>
648 <PRE>
649 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
650 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
651 <DL>
652 <DD><DL>
653 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
654 </DD>
655 <DD><DL>
656
657 <DT><B>Throws:</B>
658 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
659 </DD>
660 </DL>
661 <HR>
662
663 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
664 writeDelete</H3>
665 <PRE>
666 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
667 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
668 <DL>
669 <DD><DL>
670 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
671 </DD>
672 <DD><DL>
673
674 <DT><B>Throws:</B>
675 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
676 </DD>
677 </DL>
678 <!-- ========= END OF CLASS DATA ========= -->
679 <HR>
680
681
682 <!-- ======= START OF BOTTOM NAVBAR ====== -->
683 <A NAME="navbar_bottom"><!-- --></A>
684 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
685 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
686 <TR>
687 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
688 <A NAME="navbar_bottom_firstrow"><!-- --></A>
689 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
690 <TR ALIGN="center" VALIGN="top">
691 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
692 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
693 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
694 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NetworkLinkControl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
695 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
696 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
697 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
698 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
699 </TR>
700 </TABLE>
701 </TD>
702 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
703 </EM>
704 </TD>
705 </TR>
706
707 <TR>
708 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
709 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
710 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
711 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
712 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/NetworkLinkControl.html" target="_top"><B>FRAMES</B></A> &nbsp;
713 &nbsp;<A HREF="NetworkLinkControl.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
714 &nbsp;<SCRIPT type="text/javascript">
715 <!--
716 if(window==top) {
717 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
718 }
719 //-->
720 </SCRIPT>
721 <NOSCRIPT>
722 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
723 </NOSCRIPT>
724
725
726 </FONT></TD>
727 </TR>
728 <TR>
729 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
730 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
731 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
732 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
733 </TR>
734 </TABLE>
735 <A NAME="skip-navbar_bottom"></A>
736 <!-- ======== END OF BOTTOM NAVBAR ======= -->
737
738 <HR>
739
740 </BODY>
741 </HTML>
+0
-444
documentation/javadoc/org/boehn/kmlframework/kml/Overlay.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Overlay (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Overlay class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Overlay (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Overlay.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Overlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Overlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Overlay</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Feature</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Overlay</B>
95 </PRE>
96 <DL>
97 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A>, <A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A></DD>
98 </DL>
99 <HR>
100 <DL>
101 <DT><PRE>public abstract class <B>Overlay</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></DL>
102 </PRE>
103
104 <P>
105 <HR>
106
107 <P>
108
109 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
110
111 <A NAME="constructor_summary"><!-- --></A>
112 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
113 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
114 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
115 <B>Constructor Summary</B></FONT></TH>
116 </TR>
117 <TR BGCOLOR="white" CLASS="TableRowColor">
118 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#Overlay()">Overlay</A></B>()</CODE>
119
120 <BR>
121 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
122 </TR>
123 <TR BGCOLOR="white" CLASS="TableRowColor">
124 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)">Overlay</A></B>(java.lang.String&nbsp;name,
125 java.lang.Boolean&nbsp;visibility,
126 java.lang.Boolean&nbsp;open,
127 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
128 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
129 java.lang.String&nbsp;address,
130 java.lang.String&nbsp;xalAddressDetails,
131 java.lang.String&nbsp;phoneNumber,
132 java.lang.String&nbsp;snippet,
133 java.lang.Integer&nbsp;snippetMaxLines,
134 java.lang.String&nbsp;description,
135 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
136 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
137 java.lang.String&nbsp;styleUrl,
138 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
139 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
140 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
141 java.lang.String&nbsp;color,
142 java.lang.Integer&nbsp;drawOrder,
143 <A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 </TABLE>
149 &nbsp;
150 <!-- ========== METHOD SUMMARY =========== -->
151
152 <A NAME="method_summary"><!-- --></A>
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
155 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
156 <B>Method Summary</B></FONT></TH>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
161 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getColor()">getColor</A></B>()</CODE>
162
163 <BR>
164 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
168 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
169 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getDrawOrder()">getDrawOrder</A></B>()</CODE>
170
171 <BR>
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
176 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A></CODE></FONT></TD>
177 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getIcon()">getIcon</A></B>()</CODE>
178
179 <BR>
180 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
181 </TR>
182 <TR BGCOLOR="white" CLASS="TableRowColor">
183 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184 <CODE>&nbsp;void</CODE></FONT></TD>
185 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setColor(java.lang.String)">setColor</A></B>(java.lang.String&nbsp;color)</CODE>
186
187 <BR>
188 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
189 </TR>
190 <TR BGCOLOR="white" CLASS="TableRowColor">
191 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
192 <CODE>&nbsp;void</CODE></FONT></TD>
193 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setDrawOrder(java.lang.Integer)">setDrawOrder</A></B>(java.lang.Integer&nbsp;drawOrder)</CODE>
194
195 <BR>
196 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200 <CODE>&nbsp;void</CODE></FONT></TD>
201 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setIcon(org.boehn.kmlframework.kml.Icon)">setIcon</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
202
203 <BR>
204 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
205 </TR>
206 <TR BGCOLOR="white" CLASS="TableRowColor">
207 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208 <CODE>&nbsp;void</CODE></FONT></TD>
209 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
210
211 <BR>
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
213 </TR>
214 </TABLE>
215 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Feature"><!-- --></A>
216 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
217 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
218 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></TH>
219 </TR>
220 <TR BGCOLOR="white" CLASS="TableRowColor">
221 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAddress()">getAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getDescription()">getDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getName()">getName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()">getPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippet()">getSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()">getSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleUrl()">getStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()">getXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isOpen()">isOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isVisible()">isVisible</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)">setAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)">setName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)">setOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)">setPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)">setSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)">setSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)">setStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)">setVisibility</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)">setXalAddressDeatails</A></CODE></TD>
222 </TR>
223 </TABLE>
224 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
225 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
226 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
227 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
228 </TR>
229 <TR BGCOLOR="white" CLASS="TableRowColor">
230 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE></TD>
231 </TR>
232 </TABLE>
233 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
234 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
235 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
236 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
237 </TR>
238 <TR BGCOLOR="white" CLASS="TableRowColor">
239 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
240 </TR>
241 </TABLE>
242 &nbsp;
243 <P>
244
245 <!-- ========= CONSTRUCTOR DETAIL ======== -->
246
247 <A NAME="constructor_detail"><!-- --></A>
248 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
249 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
250 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
251 <B>Constructor Detail</B></FONT></TH>
252 </TR>
253 </TABLE>
254
255 <A NAME="Overlay()"><!-- --></A><H3>
256 Overlay</H3>
257 <PRE>
258 public <B>Overlay</B>()</PRE>
259 <DL>
260 </DL>
261 <HR>
262
263 <A NAME="Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)"><!-- --></A><H3>
264 Overlay</H3>
265 <PRE>
266 public <B>Overlay</B>(java.lang.String&nbsp;name,
267 java.lang.Boolean&nbsp;visibility,
268 java.lang.Boolean&nbsp;open,
269 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
270 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
271 java.lang.String&nbsp;address,
272 java.lang.String&nbsp;xalAddressDetails,
273 java.lang.String&nbsp;phoneNumber,
274 java.lang.String&nbsp;snippet,
275 java.lang.Integer&nbsp;snippetMaxLines,
276 java.lang.String&nbsp;description,
277 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
278 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
279 java.lang.String&nbsp;styleUrl,
280 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
281 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
282 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
283 java.lang.String&nbsp;color,
284 java.lang.Integer&nbsp;drawOrder,
285 <A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</PRE>
286 <DL>
287 </DL>
288
289 <!-- ============ METHOD DETAIL ========== -->
290
291 <A NAME="method_detail"><!-- --></A>
292 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
293 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
294 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
295 <B>Method Detail</B></FONT></TH>
296 </TR>
297 </TABLE>
298
299 <A NAME="getColor()"><!-- --></A><H3>
300 getColor</H3>
301 <PRE>
302 public java.lang.String <B>getColor</B>()</PRE>
303 <DL>
304 <DD><DL>
305 </DL>
306 </DD>
307 </DL>
308 <HR>
309
310 <A NAME="setColor(java.lang.String)"><!-- --></A><H3>
311 setColor</H3>
312 <PRE>
313 public void <B>setColor</B>(java.lang.String&nbsp;color)</PRE>
314 <DL>
315 <DD><DL>
316 </DL>
317 </DD>
318 </DL>
319 <HR>
320
321 <A NAME="getDrawOrder()"><!-- --></A><H3>
322 getDrawOrder</H3>
323 <PRE>
324 public java.lang.Integer <B>getDrawOrder</B>()</PRE>
325 <DL>
326 <DD><DL>
327 </DL>
328 </DD>
329 </DL>
330 <HR>
331
332 <A NAME="setDrawOrder(java.lang.Integer)"><!-- --></A><H3>
333 setDrawOrder</H3>
334 <PRE>
335 public void <B>setDrawOrder</B>(java.lang.Integer&nbsp;drawOrder)</PRE>
336 <DL>
337 <DD><DL>
338 </DL>
339 </DD>
340 </DL>
341 <HR>
342
343 <A NAME="getIcon()"><!-- --></A><H3>
344 getIcon</H3>
345 <PRE>
346 public <A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A> <B>getIcon</B>()</PRE>
347 <DL>
348 <DD><DL>
349 </DL>
350 </DD>
351 </DL>
352 <HR>
353
354 <A NAME="setIcon(org.boehn.kmlframework.kml.Icon)"><!-- --></A><H3>
355 setIcon</H3>
356 <PRE>
357 public void <B>setIcon</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</PRE>
358 <DL>
359 <DD><DL>
360 </DL>
361 </DD>
362 </DL>
363 <HR>
364
365 <A NAME="writeInner(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
366 writeInner</H3>
367 <PRE>
368 public void <B>writeInner</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
369 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
370 <DL>
371 <DD><DL>
372 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></CODE></DL>
373 </DD>
374 <DD><DL>
375
376 <DT><B>Throws:</B>
377 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
378 </DD>
379 </DL>
380 <!-- ========= END OF CLASS DATA ========= -->
381 <HR>
382
383
384 <!-- ======= START OF BOTTOM NAVBAR ====== -->
385 <A NAME="navbar_bottom"><!-- --></A>
386 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
387 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
388 <TR>
389 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
390 <A NAME="navbar_bottom_firstrow"><!-- --></A>
391 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
392 <TR ALIGN="center" VALIGN="top">
393 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
394 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
395 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
396 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Overlay.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
397 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
398 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
399 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
400 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
401 </TR>
402 </TABLE>
403 </TD>
404 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
405 </EM>
406 </TD>
407 </TR>
408
409 <TR>
410 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
411 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
412 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
413 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
414 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Overlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
415 &nbsp;<A HREF="Overlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
416 &nbsp;<SCRIPT type="text/javascript">
417 <!--
418 if(window==top) {
419 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
420 }
421 //-->
422 </SCRIPT>
423 <NOSCRIPT>
424 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
425 </NOSCRIPT>
426
427
428 </FONT></TD>
429 </TR>
430 <TR>
431 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
432 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
433 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
434 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
435 </TR>
436 </TABLE>
437 <A NAME="skip-navbar_bottom"></A>
438 <!-- ======== END OF BOTTOM NAVBAR ======= -->
439
440 <HR>
441
442 </BODY>
443 </HTML>
+0
-382
documentation/javadoc/org/boehn/kmlframework/kml/Pair.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Pair (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Pair class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Pair (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Pair.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Pair.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Pair.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Pair</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Pair</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>Pair</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Pair.html#Pair()">Pair</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Pair.html#Pair(org.boehn.kmlframework.kml.StyleStateEnum, java.lang.String)">Pair</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>&nbsp;key,
121 java.lang.String&nbsp;styleUrl)</CODE>
122
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125 </TR>
126 </TABLE>
127 &nbsp;
128 <!-- ========== METHOD SUMMARY =========== -->
129
130 <A NAME="method_summary"><!-- --></A>
131 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134 <B>Method Summary</B></FONT></TH>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A></CODE></FONT></TD>
139 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Pair.html#getKey()">getKey</A></B>()</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Pair.html#getStyleUrl()">getStyleUrl</A></B>()</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 <TR BGCOLOR="white" CLASS="TableRowColor">
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154 <CODE>&nbsp;void</CODE></FONT></TD>
155 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Pair.html#setKey(org.boehn.kmlframework.kml.StyleStateEnum)">setKey</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>&nbsp;key)</CODE>
156
157 <BR>
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162 <CODE>&nbsp;void</CODE></FONT></TD>
163 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Pair.html#setStyleUrl(java.lang.String)">setStyleUrl</A></B>(java.lang.String&nbsp;styleUrl)</CODE>
164
165 <BR>
166 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170 <CODE>&nbsp;void</CODE></FONT></TD>
171 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Pair.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
172
173 <BR>
174 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
175 </TR>
176 <TR BGCOLOR="white" CLASS="TableRowColor">
177 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178 <CODE>&nbsp;void</CODE></FONT></TD>
179 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Pair.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
180
181 <BR>
182 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183 </TR>
184 </TABLE>
185 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
186 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
187 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
188 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
189 </TR>
190 <TR BGCOLOR="white" CLASS="TableRowColor">
191 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
192 </TR>
193 </TABLE>
194 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
195 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
196 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
197 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
198 </TR>
199 <TR BGCOLOR="white" CLASS="TableRowColor">
200 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
201 </TR>
202 </TABLE>
203 &nbsp;
204 <P>
205
206 <!-- ========= CONSTRUCTOR DETAIL ======== -->
207
208 <A NAME="constructor_detail"><!-- --></A>
209 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
210 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
211 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
212 <B>Constructor Detail</B></FONT></TH>
213 </TR>
214 </TABLE>
215
216 <A NAME="Pair()"><!-- --></A><H3>
217 Pair</H3>
218 <PRE>
219 public <B>Pair</B>()</PRE>
220 <DL>
221 </DL>
222 <HR>
223
224 <A NAME="Pair(org.boehn.kmlframework.kml.StyleStateEnum, java.lang.String)"><!-- --></A><H3>
225 Pair</H3>
226 <PRE>
227 public <B>Pair</B>(<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>&nbsp;key,
228 java.lang.String&nbsp;styleUrl)</PRE>
229 <DL>
230 </DL>
231
232 <!-- ============ METHOD DETAIL ========== -->
233
234 <A NAME="method_detail"><!-- --></A>
235 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
236 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
237 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
238 <B>Method Detail</B></FONT></TH>
239 </TR>
240 </TABLE>
241
242 <A NAME="getKey()"><!-- --></A><H3>
243 getKey</H3>
244 <PRE>
245 public <A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A> <B>getKey</B>()</PRE>
246 <DL>
247 <DD><DL>
248 </DL>
249 </DD>
250 </DL>
251 <HR>
252
253 <A NAME="setKey(org.boehn.kmlframework.kml.StyleStateEnum)"><!-- --></A><H3>
254 setKey</H3>
255 <PRE>
256 public void <B>setKey</B>(<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>&nbsp;key)</PRE>
257 <DL>
258 <DD><DL>
259 </DL>
260 </DD>
261 </DL>
262 <HR>
263
264 <A NAME="getStyleUrl()"><!-- --></A><H3>
265 getStyleUrl</H3>
266 <PRE>
267 public java.lang.String <B>getStyleUrl</B>()</PRE>
268 <DL>
269 <DD><DL>
270 </DL>
271 </DD>
272 </DL>
273 <HR>
274
275 <A NAME="setStyleUrl(java.lang.String)"><!-- --></A><H3>
276 setStyleUrl</H3>
277 <PRE>
278 public void <B>setStyleUrl</B>(java.lang.String&nbsp;styleUrl)</PRE>
279 <DL>
280 <DD><DL>
281 </DL>
282 </DD>
283 </DL>
284 <HR>
285
286 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
287 write</H3>
288 <PRE>
289 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
290 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
291 <DL>
292 <DD><DL>
293 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
294 </DD>
295 <DD><DL>
296
297 <DT><B>Throws:</B>
298 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
299 </DD>
300 </DL>
301 <HR>
302
303 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
304 writeDelete</H3>
305 <PRE>
306 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
307 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
308 <DL>
309 <DD><DL>
310 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
311 </DD>
312 <DD><DL>
313
314 <DT><B>Throws:</B>
315 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
316 </DD>
317 </DL>
318 <!-- ========= END OF CLASS DATA ========= -->
319 <HR>
320
321
322 <!-- ======= START OF BOTTOM NAVBAR ====== -->
323 <A NAME="navbar_bottom"><!-- --></A>
324 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
325 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
326 <TR>
327 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
328 <A NAME="navbar_bottom_firstrow"><!-- --></A>
329 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
330 <TR ALIGN="center" VALIGN="top">
331 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
332 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
333 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
334 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Pair.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
335 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
336 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
337 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
338 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
339 </TR>
340 </TABLE>
341 </TD>
342 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
343 </EM>
344 </TD>
345 </TR>
346
347 <TR>
348 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
349 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
350 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
351 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
352 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Pair.html" target="_top"><B>FRAMES</B></A> &nbsp;
353 &nbsp;<A HREF="Pair.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
354 &nbsp;<SCRIPT type="text/javascript">
355 <!--
356 if(window==top) {
357 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
358 }
359 //-->
360 </SCRIPT>
361 <NOSCRIPT>
362 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
363 </NOSCRIPT>
364
365
366 </FONT></TD>
367 </TR>
368 <TR>
369 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
370 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
371 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
372 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
373 </TR>
374 </TABLE>
375 <A NAME="skip-navbar_bottom"></A>
376 <!-- ======== END OF BOTTOM NAVBAR ======= -->
377
378 <HR>
379
380 </BODY>
381 </HTML>
+0
-842
documentation/javadoc/org/boehn/kmlframework/kml/PhotoOverlay.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 PhotoOverlay (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.PhotoOverlay class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="PhotoOverlay (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PhotoOverlay.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/PhotoOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="PhotoOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class PhotoOverlay</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Feature</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Overlay</A>
95 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.PhotoOverlay</B>
96 </PRE>
97 <HR>
98 <DL>
99 <DT><PRE>public class <B>PhotoOverlay</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A></DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106
107 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
108
109 <A NAME="constructor_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Constructor Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay()">PhotoOverlay</A></B>()</CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
123 java.lang.Boolean&nbsp;visibility,
124 java.lang.Boolean&nbsp;open,
125 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
126 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
127 java.lang.String&nbsp;address,
128 java.lang.String&nbsp;xalAddressDetails,
129 java.lang.String&nbsp;phoneNumber,
130 java.lang.String&nbsp;snippet,
131 java.lang.Integer&nbsp;snippetMaxLines,
132 java.lang.String&nbsp;description,
133 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
134 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
135 java.lang.String&nbsp;styleUrl,
136 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
137 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
138 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
139 java.lang.String&nbsp;color,
140 java.lang.Integer&nbsp;drawOrder,
141 <A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
142 java.lang.Double&nbsp;rotation,
143 java.lang.Double&nbsp;leftFov,
144 java.lang.Double&nbsp;rightFov,
145 java.lang.Double&nbsp;bottomFov,
146 java.lang.Double&nbsp;topFov,
147 java.lang.Double&nbsp;near,
148 java.lang.Integer&nbsp;tileSize,
149 java.lang.Integer&nbsp;maxWidth,
150 java.lang.Integer&nbsp;maxHeight,
151 <A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
152 <A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
153 <A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
154
155 <BR>
156 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
157 </TR>
158 </TABLE>
159 &nbsp;
160 <!-- ========== METHOD SUMMARY =========== -->
161
162 <A NAME="method_summary"><!-- --></A>
163 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
164 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
165 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
166 <B>Method Summary</B></FONT></TH>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
171 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getBottomFov()">getBottomFov</A></B>()</CODE>
172
173 <BR>
174 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
175 </TR>
176 <TR BGCOLOR="white" CLASS="TableRowColor">
177 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A></CODE></FONT></TD>
179 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getGridOrigin()">getGridOrigin</A></B>()</CODE>
180
181 <BR>
182 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183 </TR>
184 <TR BGCOLOR="white" CLASS="TableRowColor">
185 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
187 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getLeftFov()">getLeftFov</A></B>()</CODE>
188
189 <BR>
190 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
191 </TR>
192 <TR BGCOLOR="white" CLASS="TableRowColor">
193 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
195 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getMaxHeight()">getMaxHeight</A></B>()</CODE>
196
197 <BR>
198 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
199 </TR>
200 <TR BGCOLOR="white" CLASS="TableRowColor">
201 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
202 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
203 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getMaxWidth()">getMaxWidth</A></B>()</CODE>
204
205 <BR>
206 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
207 </TR>
208 <TR BGCOLOR="white" CLASS="TableRowColor">
209 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
210 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
211 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getNear()">getNear</A></B>()</CODE>
212
213 <BR>
214 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
215 </TR>
216 <TR BGCOLOR="white" CLASS="TableRowColor">
217 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
218 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></CODE></FONT></TD>
219 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getPoint()">getPoint</A></B>()</CODE>
220
221 <BR>
222 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
223 </TR>
224 <TR BGCOLOR="white" CLASS="TableRowColor">
225 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
226 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
227 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getRightFov()">getRightFov</A></B>()</CODE>
228
229 <BR>
230 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
231 </TR>
232 <TR BGCOLOR="white" CLASS="TableRowColor">
233 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
234 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
235 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getRotation()">getRotation</A></B>()</CODE>
236
237 <BR>
238 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
239 </TR>
240 <TR BGCOLOR="white" CLASS="TableRowColor">
241 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
242 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A></CODE></FONT></TD>
243 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getShape()">getShape</A></B>()</CODE>
244
245 <BR>
246 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
247 </TR>
248 <TR BGCOLOR="white" CLASS="TableRowColor">
249 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
250 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
251 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getTileSize()">getTileSize</A></B>()</CODE>
252
253 <BR>
254 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
255 </TR>
256 <TR BGCOLOR="white" CLASS="TableRowColor">
257 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
258 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
259 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getTopFov()">getTopFov</A></B>()</CODE>
260
261 <BR>
262 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
266 <CODE>&nbsp;void</CODE></FONT></TD>
267 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setBottomFov(java.lang.Double)">setBottomFov</A></B>(java.lang.Double&nbsp;bottomFov)</CODE>
268
269 <BR>
270 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
271 </TR>
272 <TR BGCOLOR="white" CLASS="TableRowColor">
273 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
274 <CODE>&nbsp;void</CODE></FONT></TD>
275 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setGridOrigin(org.boehn.kmlframework.kml.GridOriginEnum)">setGridOrigin</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin)</CODE>
276
277 <BR>
278 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
279 </TR>
280 <TR BGCOLOR="white" CLASS="TableRowColor">
281 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
282 <CODE>&nbsp;void</CODE></FONT></TD>
283 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setLeftFov(java.lang.Double)">setLeftFov</A></B>(java.lang.Double&nbsp;leftFov)</CODE>
284
285 <BR>
286 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
287 </TR>
288 <TR BGCOLOR="white" CLASS="TableRowColor">
289 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
290 <CODE>&nbsp;void</CODE></FONT></TD>
291 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setMaxHeight(java.lang.Integer)">setMaxHeight</A></B>(java.lang.Integer&nbsp;maxHeight)</CODE>
292
293 <BR>
294 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
295 </TR>
296 <TR BGCOLOR="white" CLASS="TableRowColor">
297 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
298 <CODE>&nbsp;void</CODE></FONT></TD>
299 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setMaxWidth(java.lang.Integer)">setMaxWidth</A></B>(java.lang.Integer&nbsp;maxWidth)</CODE>
300
301 <BR>
302 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
303 </TR>
304 <TR BGCOLOR="white" CLASS="TableRowColor">
305 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
306 <CODE>&nbsp;void</CODE></FONT></TD>
307 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setNear(java.lang.Double)">setNear</A></B>(java.lang.Double&nbsp;near)</CODE>
308
309 <BR>
310 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
311 </TR>
312 <TR BGCOLOR="white" CLASS="TableRowColor">
313 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
314 <CODE>&nbsp;void</CODE></FONT></TD>
315 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setPoint(org.boehn.kmlframework.kml.Point)">setPoint</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point)</CODE>
316
317 <BR>
318 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
319 </TR>
320 <TR BGCOLOR="white" CLASS="TableRowColor">
321 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
322 <CODE>&nbsp;void</CODE></FONT></TD>
323 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setRightFov(java.lang.Double)">setRightFov</A></B>(java.lang.Double&nbsp;rightFov)</CODE>
324
325 <BR>
326 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
327 </TR>
328 <TR BGCOLOR="white" CLASS="TableRowColor">
329 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
330 <CODE>&nbsp;void</CODE></FONT></TD>
331 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setRotation(java.lang.Double)">setRotation</A></B>(java.lang.Double&nbsp;rotation)</CODE>
332
333 <BR>
334 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
335 </TR>
336 <TR BGCOLOR="white" CLASS="TableRowColor">
337 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
338 <CODE>&nbsp;void</CODE></FONT></TD>
339 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setShape(org.boehn.kmlframework.kml.ShapeEnum)">setShape</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
340
341 <BR>
342 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
343 </TR>
344 <TR BGCOLOR="white" CLASS="TableRowColor">
345 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
346 <CODE>&nbsp;void</CODE></FONT></TD>
347 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setTileSize(java.lang.Integer)">setTileSize</A></B>(java.lang.Integer&nbsp;tileSize)</CODE>
348
349 <BR>
350 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
351 </TR>
352 <TR BGCOLOR="white" CLASS="TableRowColor">
353 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
354 <CODE>&nbsp;void</CODE></FONT></TD>
355 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setTopFov(java.lang.Double)">setTopFov</A></B>(java.lang.Double&nbsp;topFov)</CODE>
356
357 <BR>
358 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
359 </TR>
360 <TR BGCOLOR="white" CLASS="TableRowColor">
361 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
362 <CODE>&nbsp;void</CODE></FONT></TD>
363 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
364
365 <BR>
366 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
367 </TR>
368 <TR BGCOLOR="white" CLASS="TableRowColor">
369 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
370 <CODE>&nbsp;void</CODE></FONT></TD>
371 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
372
373 <BR>
374 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
375 </TR>
376 </TABLE>
377 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Overlay"><!-- --></A>
378 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
379 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
380 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A></B></TH>
381 </TR>
382 <TR BGCOLOR="white" CLASS="TableRowColor">
383 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getColor()">getColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getDrawOrder()">getDrawOrder</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getIcon()">getIcon</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setColor(java.lang.String)">setColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setDrawOrder(java.lang.Integer)">setDrawOrder</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setIcon(org.boehn.kmlframework.kml.Icon)">setIcon</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
384 </TR>
385 </TABLE>
386 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Feature"><!-- --></A>
387 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
388 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
389 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></TH>
390 </TR>
391 <TR BGCOLOR="white" CLASS="TableRowColor">
392 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAddress()">getAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getDescription()">getDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getName()">getName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()">getPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippet()">getSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()">getSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleUrl()">getStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()">getXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isOpen()">isOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isVisible()">isVisible</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)">setAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)">setName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)">setOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)">setPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)">setSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)">setSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)">setStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)">setVisibility</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)">setXalAddressDeatails</A></CODE></TD>
393 </TR>
394 </TABLE>
395 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
396 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
397 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
398 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
399 </TR>
400 <TR BGCOLOR="white" CLASS="TableRowColor">
401 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
402 </TR>
403 </TABLE>
404 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
405 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
406 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
407 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
408 </TR>
409 <TR BGCOLOR="white" CLASS="TableRowColor">
410 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
411 </TR>
412 </TABLE>
413 &nbsp;
414 <P>
415
416 <!-- ========= CONSTRUCTOR DETAIL ======== -->
417
418 <A NAME="constructor_detail"><!-- --></A>
419 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
420 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
421 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
422 <B>Constructor Detail</B></FONT></TH>
423 </TR>
424 </TABLE>
425
426 <A NAME="PhotoOverlay()"><!-- --></A><H3>
427 PhotoOverlay</H3>
428 <PRE>
429 public <B>PhotoOverlay</B>()</PRE>
430 <DL>
431 </DL>
432 <HR>
433
434 <A NAME="PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)"><!-- --></A><H3>
435 PhotoOverlay</H3>
436 <PRE>
437 public <B>PhotoOverlay</B>(java.lang.String&nbsp;name,
438 java.lang.Boolean&nbsp;visibility,
439 java.lang.Boolean&nbsp;open,
440 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
441 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
442 java.lang.String&nbsp;address,
443 java.lang.String&nbsp;xalAddressDetails,
444 java.lang.String&nbsp;phoneNumber,
445 java.lang.String&nbsp;snippet,
446 java.lang.Integer&nbsp;snippetMaxLines,
447 java.lang.String&nbsp;description,
448 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
449 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
450 java.lang.String&nbsp;styleUrl,
451 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
452 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
453 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
454 java.lang.String&nbsp;color,
455 java.lang.Integer&nbsp;drawOrder,
456 <A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
457 java.lang.Double&nbsp;rotation,
458 java.lang.Double&nbsp;leftFov,
459 java.lang.Double&nbsp;rightFov,
460 java.lang.Double&nbsp;bottomFov,
461 java.lang.Double&nbsp;topFov,
462 java.lang.Double&nbsp;near,
463 java.lang.Integer&nbsp;tileSize,
464 java.lang.Integer&nbsp;maxWidth,
465 java.lang.Integer&nbsp;maxHeight,
466 <A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
467 <A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
468 <A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</PRE>
469 <DL>
470 </DL>
471
472 <!-- ============ METHOD DETAIL ========== -->
473
474 <A NAME="method_detail"><!-- --></A>
475 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
476 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
477 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
478 <B>Method Detail</B></FONT></TH>
479 </TR>
480 </TABLE>
481
482 <A NAME="getRotation()"><!-- --></A><H3>
483 getRotation</H3>
484 <PRE>
485 public java.lang.Double <B>getRotation</B>()</PRE>
486 <DL>
487 <DD><DL>
488 </DL>
489 </DD>
490 </DL>
491 <HR>
492
493 <A NAME="setRotation(java.lang.Double)"><!-- --></A><H3>
494 setRotation</H3>
495 <PRE>
496 public void <B>setRotation</B>(java.lang.Double&nbsp;rotation)</PRE>
497 <DL>
498 <DD><DL>
499 </DL>
500 </DD>
501 </DL>
502 <HR>
503
504 <A NAME="getLeftFov()"><!-- --></A><H3>
505 getLeftFov</H3>
506 <PRE>
507 public java.lang.Double <B>getLeftFov</B>()</PRE>
508 <DL>
509 <DD><DL>
510 </DL>
511 </DD>
512 </DL>
513 <HR>
514
515 <A NAME="setLeftFov(java.lang.Double)"><!-- --></A><H3>
516 setLeftFov</H3>
517 <PRE>
518 public void <B>setLeftFov</B>(java.lang.Double&nbsp;leftFov)</PRE>
519 <DL>
520 <DD><DL>
521 </DL>
522 </DD>
523 </DL>
524 <HR>
525
526 <A NAME="getRightFov()"><!-- --></A><H3>
527 getRightFov</H3>
528 <PRE>
529 public java.lang.Double <B>getRightFov</B>()</PRE>
530 <DL>
531 <DD><DL>
532 </DL>
533 </DD>
534 </DL>
535 <HR>
536
537 <A NAME="setRightFov(java.lang.Double)"><!-- --></A><H3>
538 setRightFov</H3>
539 <PRE>
540 public void <B>setRightFov</B>(java.lang.Double&nbsp;rightFov)</PRE>
541 <DL>
542 <DD><DL>
543 </DL>
544 </DD>
545 </DL>
546 <HR>
547
548 <A NAME="getBottomFov()"><!-- --></A><H3>
549 getBottomFov</H3>
550 <PRE>
551 public java.lang.Double <B>getBottomFov</B>()</PRE>
552 <DL>
553 <DD><DL>
554 </DL>
555 </DD>
556 </DL>
557 <HR>
558
559 <A NAME="setBottomFov(java.lang.Double)"><!-- --></A><H3>
560 setBottomFov</H3>
561 <PRE>
562 public void <B>setBottomFov</B>(java.lang.Double&nbsp;bottomFov)</PRE>
563 <DL>
564 <DD><DL>
565 </DL>
566 </DD>
567 </DL>
568 <HR>
569
570 <A NAME="getTopFov()"><!-- --></A><H3>
571 getTopFov</H3>
572 <PRE>
573 public java.lang.Double <B>getTopFov</B>()</PRE>
574 <DL>
575 <DD><DL>
576 </DL>
577 </DD>
578 </DL>
579 <HR>
580
581 <A NAME="setTopFov(java.lang.Double)"><!-- --></A><H3>
582 setTopFov</H3>
583 <PRE>
584 public void <B>setTopFov</B>(java.lang.Double&nbsp;topFov)</PRE>
585 <DL>
586 <DD><DL>
587 </DL>
588 </DD>
589 </DL>
590 <HR>
591
592 <A NAME="getNear()"><!-- --></A><H3>
593 getNear</H3>
594 <PRE>
595 public java.lang.Double <B>getNear</B>()</PRE>
596 <DL>
597 <DD><DL>
598 </DL>
599 </DD>
600 </DL>
601 <HR>
602
603 <A NAME="setNear(java.lang.Double)"><!-- --></A><H3>
604 setNear</H3>
605 <PRE>
606 public void <B>setNear</B>(java.lang.Double&nbsp;near)</PRE>
607 <DL>
608 <DD><DL>
609 </DL>
610 </DD>
611 </DL>
612 <HR>
613
614 <A NAME="getTileSize()"><!-- --></A><H3>
615 getTileSize</H3>
616 <PRE>
617 public java.lang.Integer <B>getTileSize</B>()</PRE>
618 <DL>
619 <DD><DL>
620 </DL>
621 </DD>
622 </DL>
623 <HR>
624
625 <A NAME="setTileSize(java.lang.Integer)"><!-- --></A><H3>
626 setTileSize</H3>
627 <PRE>
628 public void <B>setTileSize</B>(java.lang.Integer&nbsp;tileSize)</PRE>
629 <DL>
630 <DD><DL>
631 </DL>
632 </DD>
633 </DL>
634 <HR>
635
636 <A NAME="getMaxWidth()"><!-- --></A><H3>
637 getMaxWidth</H3>
638 <PRE>
639 public java.lang.Integer <B>getMaxWidth</B>()</PRE>
640 <DL>
641 <DD><DL>
642 </DL>
643 </DD>
644 </DL>
645 <HR>
646
647 <A NAME="setMaxWidth(java.lang.Integer)"><!-- --></A><H3>
648 setMaxWidth</H3>
649 <PRE>
650 public void <B>setMaxWidth</B>(java.lang.Integer&nbsp;maxWidth)</PRE>
651 <DL>
652 <DD><DL>
653 </DL>
654 </DD>
655 </DL>
656 <HR>
657
658 <A NAME="getMaxHeight()"><!-- --></A><H3>
659 getMaxHeight</H3>
660 <PRE>
661 public java.lang.Integer <B>getMaxHeight</B>()</PRE>
662 <DL>
663 <DD><DL>
664 </DL>
665 </DD>
666 </DL>
667 <HR>
668
669 <A NAME="setMaxHeight(java.lang.Integer)"><!-- --></A><H3>
670 setMaxHeight</H3>
671 <PRE>
672 public void <B>setMaxHeight</B>(java.lang.Integer&nbsp;maxHeight)</PRE>
673 <DL>
674 <DD><DL>
675 </DL>
676 </DD>
677 </DL>
678 <HR>
679
680 <A NAME="getGridOrigin()"><!-- --></A><H3>
681 getGridOrigin</H3>
682 <PRE>
683 public <A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A> <B>getGridOrigin</B>()</PRE>
684 <DL>
685 <DD><DL>
686 </DL>
687 </DD>
688 </DL>
689 <HR>
690
691 <A NAME="setGridOrigin(org.boehn.kmlframework.kml.GridOriginEnum)"><!-- --></A><H3>
692 setGridOrigin</H3>
693 <PRE>
694 public void <B>setGridOrigin</B>(<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin)</PRE>
695 <DL>
696 <DD><DL>
697 </DL>
698 </DD>
699 </DL>
700 <HR>
701
702 <A NAME="getPoint()"><!-- --></A><H3>
703 getPoint</H3>
704 <PRE>
705 public <A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A> <B>getPoint</B>()</PRE>
706 <DL>
707 <DD><DL>
708 </DL>
709 </DD>
710 </DL>
711 <HR>
712
713 <A NAME="setPoint(org.boehn.kmlframework.kml.Point)"><!-- --></A><H3>
714 setPoint</H3>
715 <PRE>
716 public void <B>setPoint</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point)</PRE>
717 <DL>
718 <DD><DL>
719 </DL>
720 </DD>
721 </DL>
722 <HR>
723
724 <A NAME="getShape()"><!-- --></A><H3>
725 getShape</H3>
726 <PRE>
727 public <A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A> <B>getShape</B>()</PRE>
728 <DL>
729 <DD><DL>
730 </DL>
731 </DD>
732 </DL>
733 <HR>
734
735 <A NAME="setShape(org.boehn.kmlframework.kml.ShapeEnum)"><!-- --></A><H3>
736 setShape</H3>
737 <PRE>
738 public void <B>setShape</B>(<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</PRE>
739 <DL>
740 <DD><DL>
741 </DL>
742 </DD>
743 </DL>
744 <HR>
745
746 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
747 write</H3>
748 <PRE>
749 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
750 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
751 <DL>
752 <DD><DL>
753 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
754 </DD>
755 <DD><DL>
756
757 <DT><B>Throws:</B>
758 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
759 </DD>
760 </DL>
761 <HR>
762
763 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
764 writeDelete</H3>
765 <PRE>
766 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
767 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
768 <DL>
769 <DD><DL>
770 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
771 </DD>
772 <DD><DL>
773
774 <DT><B>Throws:</B>
775 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
776 </DD>
777 </DL>
778 <!-- ========= END OF CLASS DATA ========= -->
779 <HR>
780
781
782 <!-- ======= START OF BOTTOM NAVBAR ====== -->
783 <A NAME="navbar_bottom"><!-- --></A>
784 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
785 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
786 <TR>
787 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
788 <A NAME="navbar_bottom_firstrow"><!-- --></A>
789 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
790 <TR ALIGN="center" VALIGN="top">
791 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
792 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
793 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
794 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PhotoOverlay.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
795 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
796 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
797 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
798 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
799 </TR>
800 </TABLE>
801 </TD>
802 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
803 </EM>
804 </TD>
805 </TR>
806
807 <TR>
808 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
809 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
810 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
811 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
812 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/PhotoOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
813 &nbsp;<A HREF="PhotoOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
814 &nbsp;<SCRIPT type="text/javascript">
815 <!--
816 if(window==top) {
817 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
818 }
819 //-->
820 </SCRIPT>
821 <NOSCRIPT>
822 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
823 </NOSCRIPT>
824
825
826 </FONT></TD>
827 </TR>
828 <TR>
829 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
830 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
831 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
832 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
833 </TR>
834 </TABLE>
835 <A NAME="skip-navbar_bottom"></A>
836 <!-- ======== END OF BOTTOM NAVBAR ======= -->
837
838 <HR>
839
840 </BODY>
841 </HTML>
+0
-421
documentation/javadoc/org/boehn/kmlframework/kml/Placemark.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Placemark (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Placemark class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Placemark (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Placemark.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Placemark.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Placemark.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Placemark</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Feature</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Placemark</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>Placemark</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark()">Placemark</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String)">Placemark</A></B>(java.lang.String&nbsp;name)</CODE>
122
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125 </TR>
126 <TR BGCOLOR="white" CLASS="TableRowColor">
127 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)">Placemark</A></B>(java.lang.String&nbsp;name,
128 java.lang.Boolean&nbsp;visibility,
129 java.lang.Boolean&nbsp;open,
130 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
131 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
132 java.lang.String&nbsp;address,
133 java.lang.String&nbsp;xalAddressDetails,
134 java.lang.String&nbsp;phoneNumber,
135 java.lang.String&nbsp;snippet,
136 java.lang.Integer&nbsp;snippetMaxLines,
137 java.lang.String&nbsp;description,
138 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
139 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
140 java.lang.String&nbsp;styleUrl,
141 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
142 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
143 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
144 <A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <!-- ========== METHOD SUMMARY =========== -->
152
153 <A NAME="method_summary"><!-- --></A>
154 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
155 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
156 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
157 <B>Method Summary</B></FONT></TH>
158 </TR>
159 <TR BGCOLOR="white" CLASS="TableRowColor">
160 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
161 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></CODE></FONT></TD>
162 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html#getGeometry()">getGeometry</A></B>()</CODE>
163
164 <BR>
165 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
166 </TR>
167 <TR BGCOLOR="white" CLASS="TableRowColor">
168 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
169 <CODE>&nbsp;void</CODE></FONT></TD>
170 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html#setGeometry(org.boehn.kmlframework.kml.Geometry)">setGeometry</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
171
172 <BR>
173 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
174 </TR>
175 <TR BGCOLOR="white" CLASS="TableRowColor">
176 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
177 <CODE>&nbsp;void</CODE></FONT></TD>
178 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html#setLocation(double, double)">setLocation</A></B>(double&nbsp;longitude,
179 double&nbsp;latitude)</CODE>
180
181 <BR>
182 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183 </TR>
184 <TR BGCOLOR="white" CLASS="TableRowColor">
185 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186 <CODE>&nbsp;void</CODE></FONT></TD>
187 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
188
189 <BR>
190 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
191 </TR>
192 <TR BGCOLOR="white" CLASS="TableRowColor">
193 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194 <CODE>&nbsp;void</CODE></FONT></TD>
195 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
196
197 <BR>
198 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
199 </TR>
200 </TABLE>
201 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Feature"><!-- --></A>
202 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
203 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
204 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></TH>
205 </TR>
206 <TR BGCOLOR="white" CLASS="TableRowColor">
207 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAddress()">getAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getDescription()">getDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getName()">getName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()">getPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippet()">getSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()">getSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleUrl()">getStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()">getXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isOpen()">isOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isVisible()">isVisible</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)">setAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)">setName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)">setOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)">setPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)">setSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)">setSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)">setStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)">setVisibility</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)">setXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
208 </TR>
209 </TABLE>
210 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
211 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
212 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
213 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
214 </TR>
215 <TR BGCOLOR="white" CLASS="TableRowColor">
216 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
217 </TR>
218 </TABLE>
219 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
220 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
221 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
222 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
223 </TR>
224 <TR BGCOLOR="white" CLASS="TableRowColor">
225 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
226 </TR>
227 </TABLE>
228 &nbsp;
229 <P>
230
231 <!-- ========= CONSTRUCTOR DETAIL ======== -->
232
233 <A NAME="constructor_detail"><!-- --></A>
234 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
235 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
236 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
237 <B>Constructor Detail</B></FONT></TH>
238 </TR>
239 </TABLE>
240
241 <A NAME="Placemark()"><!-- --></A><H3>
242 Placemark</H3>
243 <PRE>
244 public <B>Placemark</B>()</PRE>
245 <DL>
246 </DL>
247 <HR>
248
249 <A NAME="Placemark(java.lang.String)"><!-- --></A><H3>
250 Placemark</H3>
251 <PRE>
252 public <B>Placemark</B>(java.lang.String&nbsp;name)</PRE>
253 <DL>
254 </DL>
255 <HR>
256
257 <A NAME="Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)"><!-- --></A><H3>
258 Placemark</H3>
259 <PRE>
260 public <B>Placemark</B>(java.lang.String&nbsp;name,
261 java.lang.Boolean&nbsp;visibility,
262 java.lang.Boolean&nbsp;open,
263 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
264 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
265 java.lang.String&nbsp;address,
266 java.lang.String&nbsp;xalAddressDetails,
267 java.lang.String&nbsp;phoneNumber,
268 java.lang.String&nbsp;snippet,
269 java.lang.Integer&nbsp;snippetMaxLines,
270 java.lang.String&nbsp;description,
271 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
272 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
273 java.lang.String&nbsp;styleUrl,
274 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
275 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
276 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
277 <A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</PRE>
278 <DL>
279 </DL>
280
281 <!-- ============ METHOD DETAIL ========== -->
282
283 <A NAME="method_detail"><!-- --></A>
284 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
285 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
286 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
287 <B>Method Detail</B></FONT></TH>
288 </TR>
289 </TABLE>
290
291 <A NAME="getGeometry()"><!-- --></A><H3>
292 getGeometry</H3>
293 <PRE>
294 public <A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A> <B>getGeometry</B>()</PRE>
295 <DL>
296 <DD><DL>
297 </DL>
298 </DD>
299 </DL>
300 <HR>
301
302 <A NAME="setGeometry(org.boehn.kmlframework.kml.Geometry)"><!-- --></A><H3>
303 setGeometry</H3>
304 <PRE>
305 public void <B>setGeometry</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</PRE>
306 <DL>
307 <DD><DL>
308 </DL>
309 </DD>
310 </DL>
311 <HR>
312
313 <A NAME="setLocation(double, double)"><!-- --></A><H3>
314 setLocation</H3>
315 <PRE>
316 public void <B>setLocation</B>(double&nbsp;longitude,
317 double&nbsp;latitude)</PRE>
318 <DL>
319 <DD><DL>
320 </DL>
321 </DD>
322 </DL>
323 <HR>
324
325 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
326 write</H3>
327 <PRE>
328 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
329 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
330 <DL>
331 <DD><DL>
332 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
333 </DD>
334 <DD><DL>
335
336 <DT><B>Throws:</B>
337 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
338 </DD>
339 </DL>
340 <HR>
341
342 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
343 writeDelete</H3>
344 <PRE>
345 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
346 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
347 <DL>
348 <DD><DL>
349 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
350 </DD>
351 <DD><DL>
352
353 <DT><B>Throws:</B>
354 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
355 </DD>
356 </DL>
357 <!-- ========= END OF CLASS DATA ========= -->
358 <HR>
359
360
361 <!-- ======= START OF BOTTOM NAVBAR ====== -->
362 <A NAME="navbar_bottom"><!-- --></A>
363 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
364 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
365 <TR>
366 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
367 <A NAME="navbar_bottom_firstrow"><!-- --></A>
368 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
369 <TR ALIGN="center" VALIGN="top">
370 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
371 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
372 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
373 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Placemark.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
374 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
375 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
376 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
377 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
378 </TR>
379 </TABLE>
380 </TD>
381 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
382 </EM>
383 </TD>
384 </TR>
385
386 <TR>
387 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
388 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
389 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
390 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
391 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Placemark.html" target="_top"><B>FRAMES</B></A> &nbsp;
392 &nbsp;<A HREF="Placemark.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
393 &nbsp;<SCRIPT type="text/javascript">
394 <!--
395 if(window==top) {
396 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
397 }
398 //-->
399 </SCRIPT>
400 <NOSCRIPT>
401 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
402 </NOSCRIPT>
403
404
405 </FONT></TD>
406 </TR>
407 <TR>
408 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
409 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
410 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
411 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
412 </TR>
413 </TABLE>
414 <A NAME="skip-navbar_bottom"></A>
415 <!-- ======== END OF BOTTOM NAVBAR ======= -->
416
417 <HR>
418
419 </BODY>
420 </HTML>
+0
-559
documentation/javadoc/org/boehn/kmlframework/kml/Point.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Point (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Point class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Point (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Point.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Point.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Point.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Point</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Geometry</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Point</B>
95 </PRE>
96 <DL>
97 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></DD>
98 </DL>
99 <HR>
100 <DL>
101 <DT><PRE>public class <B>Point</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></DL>
102 </PRE>
103
104 <P>
105 <HR>
106
107 <P>
108
109 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
110
111 <A NAME="constructor_summary"><!-- --></A>
112 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
113 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
114 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
115 <B>Constructor Summary</B></FONT></TH>
116 </TR>
117 <TR BGCOLOR="white" CLASS="TableRowColor">
118 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#Point()">Point</A></B>()</CODE>
119
120 <BR>
121 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
122 </TR>
123 <TR BGCOLOR="white" CLASS="TableRowColor">
124 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#Point(java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double)">Point</A></B>(java.lang.Boolean&nbsp;extrude,
125 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
126 java.lang.Double&nbsp;longitude,
127 java.lang.Double&nbsp;latitude,
128 java.lang.Double&nbsp;altitude)</CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 <TR BGCOLOR="white" CLASS="TableRowColor">
134 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#Point(java.lang.Double, java.lang.Double)">Point</A></B>(java.lang.Double&nbsp;longitude,
135 java.lang.Double&nbsp;latitude)</CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#Point(java.lang.Double, java.lang.Double, java.lang.Double)">Point</A></B>(java.lang.Double&nbsp;longitude,
142 java.lang.Double&nbsp;latitude,
143 java.lang.Double&nbsp;altitude)</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 </TABLE>
149 &nbsp;
150 <!-- ========== METHOD SUMMARY =========== -->
151
152 <A NAME="method_summary"><!-- --></A>
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
155 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
156 <B>Method Summary</B></FONT></TH>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
161 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getAltitude()">getAltitude</A></B>()</CODE>
162
163 <BR>
164 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
168 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
169 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
170
171 <BR>
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
176 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
177 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getExtrude()">getExtrude</A></B>()</CODE>
178
179 <BR>
180 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
181 </TR>
182 <TR BGCOLOR="white" CLASS="TableRowColor">
183 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
185 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getLatitude()">getLatitude</A></B>()</CODE>
186
187 <BR>
188 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
189 </TR>
190 <TR BGCOLOR="white" CLASS="TableRowColor">
191 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
192 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
193 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getLongitude()">getLongitude</A></B>()</CODE>
194
195 <BR>
196 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
201 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#getLongitudeLatitudeAltitudeString()">getLongitudeLatitudeAltitudeString</A></B>()</CODE>
202
203 <BR>
204 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
205 </TR>
206 <TR BGCOLOR="white" CLASS="TableRowColor">
207 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208 <CODE>&nbsp;void</CODE></FONT></TD>
209 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#setAltitude(java.lang.Double)">setAltitude</A></B>(java.lang.Double&nbsp;altitude)</CODE>
210
211 <BR>
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
213 </TR>
214 <TR BGCOLOR="white" CLASS="TableRowColor">
215 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216 <CODE>&nbsp;void</CODE></FONT></TD>
217 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
218
219 <BR>
220 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
221 </TR>
222 <TR BGCOLOR="white" CLASS="TableRowColor">
223 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
224 <CODE>&nbsp;void</CODE></FONT></TD>
225 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#setExtrude(java.lang.Boolean)">setExtrude</A></B>(java.lang.Boolean&nbsp;extrude)</CODE>
226
227 <BR>
228 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
229 </TR>
230 <TR BGCOLOR="white" CLASS="TableRowColor">
231 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232 <CODE>&nbsp;void</CODE></FONT></TD>
233 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#setLatitude(java.lang.Double)">setLatitude</A></B>(java.lang.Double&nbsp;latitude)</CODE>
234
235 <BR>
236 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
237 </TR>
238 <TR BGCOLOR="white" CLASS="TableRowColor">
239 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
240 <CODE>&nbsp;void</CODE></FONT></TD>
241 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#setLongitude(java.lang.Double)">setLongitude</A></B>(java.lang.Double&nbsp;longitude)</CODE>
242
243 <BR>
244 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
245 </TR>
246 <TR BGCOLOR="white" CLASS="TableRowColor">
247 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248 <CODE>&nbsp;void</CODE></FONT></TD>
249 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
250
251 <BR>
252 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
253 </TR>
254 <TR BGCOLOR="white" CLASS="TableRowColor">
255 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
256 <CODE>&nbsp;void</CODE></FONT></TD>
257 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
258
259 <BR>
260 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
261 </TR>
262 </TABLE>
263 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
264 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
265 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
266 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
267 </TR>
268 <TR BGCOLOR="white" CLASS="TableRowColor">
269 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
270 </TR>
271 </TABLE>
272 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
273 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
274 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
275 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
276 </TR>
277 <TR BGCOLOR="white" CLASS="TableRowColor">
278 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
279 </TR>
280 </TABLE>
281 &nbsp;
282 <P>
283
284 <!-- ========= CONSTRUCTOR DETAIL ======== -->
285
286 <A NAME="constructor_detail"><!-- --></A>
287 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
288 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
289 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
290 <B>Constructor Detail</B></FONT></TH>
291 </TR>
292 </TABLE>
293
294 <A NAME="Point()"><!-- --></A><H3>
295 Point</H3>
296 <PRE>
297 public <B>Point</B>()</PRE>
298 <DL>
299 </DL>
300 <HR>
301
302 <A NAME="Point(java.lang.Double, java.lang.Double)"><!-- --></A><H3>
303 Point</H3>
304 <PRE>
305 public <B>Point</B>(java.lang.Double&nbsp;longitude,
306 java.lang.Double&nbsp;latitude)</PRE>
307 <DL>
308 </DL>
309 <HR>
310
311 <A NAME="Point(java.lang.Double, java.lang.Double, java.lang.Double)"><!-- --></A><H3>
312 Point</H3>
313 <PRE>
314 public <B>Point</B>(java.lang.Double&nbsp;longitude,
315 java.lang.Double&nbsp;latitude,
316 java.lang.Double&nbsp;altitude)</PRE>
317 <DL>
318 </DL>
319 <HR>
320
321 <A NAME="Point(java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double)"><!-- --></A><H3>
322 Point</H3>
323 <PRE>
324 public <B>Point</B>(java.lang.Boolean&nbsp;extrude,
325 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
326 java.lang.Double&nbsp;longitude,
327 java.lang.Double&nbsp;latitude,
328 java.lang.Double&nbsp;altitude)</PRE>
329 <DL>
330 </DL>
331
332 <!-- ============ METHOD DETAIL ========== -->
333
334 <A NAME="method_detail"><!-- --></A>
335 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
336 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
337 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
338 <B>Method Detail</B></FONT></TH>
339 </TR>
340 </TABLE>
341
342 <A NAME="getExtrude()"><!-- --></A><H3>
343 getExtrude</H3>
344 <PRE>
345 public java.lang.Boolean <B>getExtrude</B>()</PRE>
346 <DL>
347 <DD><DL>
348 </DL>
349 </DD>
350 </DL>
351 <HR>
352
353 <A NAME="setExtrude(java.lang.Boolean)"><!-- --></A><H3>
354 setExtrude</H3>
355 <PRE>
356 public void <B>setExtrude</B>(java.lang.Boolean&nbsp;extrude)</PRE>
357 <DL>
358 <DD><DL>
359 </DL>
360 </DD>
361 </DL>
362 <HR>
363
364 <A NAME="getAltitudeMode()"><!-- --></A><H3>
365 getAltitudeMode</H3>
366 <PRE>
367 public <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>getAltitudeMode</B>()</PRE>
368 <DL>
369 <DD><DL>
370 </DL>
371 </DD>
372 </DL>
373 <HR>
374
375 <A NAME="setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><!-- --></A><H3>
376 setAltitudeMode</H3>
377 <PRE>
378 public void <B>setAltitudeMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</PRE>
379 <DL>
380 <DD><DL>
381 </DL>
382 </DD>
383 </DL>
384 <HR>
385
386 <A NAME="getLongitude()"><!-- --></A><H3>
387 getLongitude</H3>
388 <PRE>
389 public java.lang.Double <B>getLongitude</B>()</PRE>
390 <DL>
391 <DD><DL>
392 </DL>
393 </DD>
394 </DL>
395 <HR>
396
397 <A NAME="setLongitude(java.lang.Double)"><!-- --></A><H3>
398 setLongitude</H3>
399 <PRE>
400 public void <B>setLongitude</B>(java.lang.Double&nbsp;longitude)</PRE>
401 <DL>
402 <DD><DL>
403 </DL>
404 </DD>
405 </DL>
406 <HR>
407
408 <A NAME="getLatitude()"><!-- --></A><H3>
409 getLatitude</H3>
410 <PRE>
411 public java.lang.Double <B>getLatitude</B>()</PRE>
412 <DL>
413 <DD><DL>
414 </DL>
415 </DD>
416 </DL>
417 <HR>
418
419 <A NAME="setLatitude(java.lang.Double)"><!-- --></A><H3>
420 setLatitude</H3>
421 <PRE>
422 public void <B>setLatitude</B>(java.lang.Double&nbsp;latitude)</PRE>
423 <DL>
424 <DD><DL>
425 </DL>
426 </DD>
427 </DL>
428 <HR>
429
430 <A NAME="getAltitude()"><!-- --></A><H3>
431 getAltitude</H3>
432 <PRE>
433 public java.lang.Double <B>getAltitude</B>()</PRE>
434 <DL>
435 <DD><DL>
436 </DL>
437 </DD>
438 </DL>
439 <HR>
440
441 <A NAME="setAltitude(java.lang.Double)"><!-- --></A><H3>
442 setAltitude</H3>
443 <PRE>
444 public void <B>setAltitude</B>(java.lang.Double&nbsp;altitude)</PRE>
445 <DL>
446 <DD><DL>
447 </DL>
448 </DD>
449 </DL>
450 <HR>
451
452 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
453 write</H3>
454 <PRE>
455 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
456 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
457 <DL>
458 <DD><DL>
459 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
460 </DD>
461 <DD><DL>
462
463 <DT><B>Throws:</B>
464 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
465 </DD>
466 </DL>
467 <HR>
468
469 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
470 writeDelete</H3>
471 <PRE>
472 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
473 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
474 <DL>
475 <DD><DL>
476 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
477 </DD>
478 <DD><DL>
479
480 <DT><B>Throws:</B>
481 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
482 </DD>
483 </DL>
484 <HR>
485
486 <A NAME="getLongitudeLatitudeAltitudeString()"><!-- --></A><H3>
487 getLongitudeLatitudeAltitudeString</H3>
488 <PRE>
489 public java.lang.String <B>getLongitudeLatitudeAltitudeString</B>()</PRE>
490 <DL>
491 <DD><DL>
492 </DL>
493 </DD>
494 </DL>
495 <!-- ========= END OF CLASS DATA ========= -->
496 <HR>
497
498
499 <!-- ======= START OF BOTTOM NAVBAR ====== -->
500 <A NAME="navbar_bottom"><!-- --></A>
501 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
502 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
503 <TR>
504 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
505 <A NAME="navbar_bottom_firstrow"><!-- --></A>
506 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
507 <TR ALIGN="center" VALIGN="top">
508 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
509 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
510 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
511 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Point.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
512 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
513 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
514 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
515 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
516 </TR>
517 </TABLE>
518 </TD>
519 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
520 </EM>
521 </TD>
522 </TR>
523
524 <TR>
525 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
526 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
527 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
528 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
529 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Point.html" target="_top"><B>FRAMES</B></A> &nbsp;
530 &nbsp;<A HREF="Point.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
531 &nbsp;<SCRIPT type="text/javascript">
532 <!--
533 if(window==top) {
534 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
535 }
536 //-->
537 </SCRIPT>
538 <NOSCRIPT>
539 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
540 </NOSCRIPT>
541
542
543 </FONT></TD>
544 </TR>
545 <TR>
546 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
547 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
548 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
549 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
550 </TR>
551 </TABLE>
552 <A NAME="skip-navbar_bottom"></A>
553 <!-- ======== END OF BOTTOM NAVBAR ======= -->
554
555 <HR>
556
557 </BODY>
558 </HTML>
+0
-396
documentation/javadoc/org/boehn/kmlframework/kml/PolyStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 PolyStyle (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.PolyStyle class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="PolyStyle (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PolyStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/PolyStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="PolyStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class PolyStyle</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.ColorStyle</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.PolyStyle</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>PolyStyle</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html#PolyStyle()">PolyStyle</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html#PolyStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Boolean, java.lang.Boolean)">PolyStyle</A></B>(java.lang.String&nbsp;color,
122 <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
123 java.lang.Boolean&nbsp;fill,
124 java.lang.Boolean&nbsp;outline)</CODE>
125
126 <BR>
127 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <!-- ========== METHOD SUMMARY =========== -->
132
133 <A NAME="method_summary"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
137 <B>Method Summary</B></FONT></TH>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html#getFill()">getFill</A></B>()</CODE>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
150 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html#getOutline()">getOutline</A></B>()</CODE>
151
152 <BR>
153 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;void</CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html#setFill(java.lang.Boolean)">setFill</A></B>(java.lang.Boolean&nbsp;fill)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;void</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html#setOutline(java.lang.Boolean)">setOutline</A></B>(java.lang.Boolean&nbsp;outline)</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;void</CODE></FONT></TD>
174 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;void</CODE></FONT></TD>
182 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 </TABLE>
188 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.ColorStyle"><!-- --></A>
189 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
190 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
191 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></B></TH>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColor()">getColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColorMode()">getColorMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColor(java.lang.String)">setColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColorMode(org.boehn.kmlframework.kml.ColorModeEnum)">setColorMode</A>, <A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
195 </TR>
196 </TABLE>
197 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
198 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
199 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
200 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
201 </TR>
202 <TR BGCOLOR="white" CLASS="TableRowColor">
203 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
204 </TR>
205 </TABLE>
206 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
207 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
208 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
209 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
213 </TR>
214 </TABLE>
215 &nbsp;
216 <P>
217
218 <!-- ========= CONSTRUCTOR DETAIL ======== -->
219
220 <A NAME="constructor_detail"><!-- --></A>
221 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
222 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
223 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
224 <B>Constructor Detail</B></FONT></TH>
225 </TR>
226 </TABLE>
227
228 <A NAME="PolyStyle()"><!-- --></A><H3>
229 PolyStyle</H3>
230 <PRE>
231 public <B>PolyStyle</B>()</PRE>
232 <DL>
233 </DL>
234 <HR>
235
236 <A NAME="PolyStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Boolean, java.lang.Boolean)"><!-- --></A><H3>
237 PolyStyle</H3>
238 <PRE>
239 public <B>PolyStyle</B>(java.lang.String&nbsp;color,
240 <A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
241 java.lang.Boolean&nbsp;fill,
242 java.lang.Boolean&nbsp;outline)</PRE>
243 <DL>
244 </DL>
245
246 <!-- ============ METHOD DETAIL ========== -->
247
248 <A NAME="method_detail"><!-- --></A>
249 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
250 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
251 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
252 <B>Method Detail</B></FONT></TH>
253 </TR>
254 </TABLE>
255
256 <A NAME="getFill()"><!-- --></A><H3>
257 getFill</H3>
258 <PRE>
259 public java.lang.Boolean <B>getFill</B>()</PRE>
260 <DL>
261 <DD><DL>
262 </DL>
263 </DD>
264 </DL>
265 <HR>
266
267 <A NAME="setFill(java.lang.Boolean)"><!-- --></A><H3>
268 setFill</H3>
269 <PRE>
270 public void <B>setFill</B>(java.lang.Boolean&nbsp;fill)</PRE>
271 <DL>
272 <DD><DL>
273 </DL>
274 </DD>
275 </DL>
276 <HR>
277
278 <A NAME="getOutline()"><!-- --></A><H3>
279 getOutline</H3>
280 <PRE>
281 public java.lang.Boolean <B>getOutline</B>()</PRE>
282 <DL>
283 <DD><DL>
284 </DL>
285 </DD>
286 </DL>
287 <HR>
288
289 <A NAME="setOutline(java.lang.Boolean)"><!-- --></A><H3>
290 setOutline</H3>
291 <PRE>
292 public void <B>setOutline</B>(java.lang.Boolean&nbsp;outline)</PRE>
293 <DL>
294 <DD><DL>
295 </DL>
296 </DD>
297 </DL>
298 <HR>
299
300 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
301 write</H3>
302 <PRE>
303 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
304 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
305 <DL>
306 <DD><DL>
307 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
308 </DD>
309 <DD><DL>
310
311 <DT><B>Throws:</B>
312 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
313 </DD>
314 </DL>
315 <HR>
316
317 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
318 writeDelete</H3>
319 <PRE>
320 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
321 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
322 <DL>
323 <DD><DL>
324 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
325 </DD>
326 <DD><DL>
327
328 <DT><B>Throws:</B>
329 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
330 </DD>
331 </DL>
332 <!-- ========= END OF CLASS DATA ========= -->
333 <HR>
334
335
336 <!-- ======= START OF BOTTOM NAVBAR ====== -->
337 <A NAME="navbar_bottom"><!-- --></A>
338 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
339 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
340 <TR>
341 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
342 <A NAME="navbar_bottom_firstrow"><!-- --></A>
343 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
344 <TR ALIGN="center" VALIGN="top">
345 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
346 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
347 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
348 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PolyStyle.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
349 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
350 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
351 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
352 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
353 </TR>
354 </TABLE>
355 </TD>
356 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
357 </EM>
358 </TD>
359 </TR>
360
361 <TR>
362 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
363 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
364 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
365 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
366 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/PolyStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
367 &nbsp;<A HREF="PolyStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
368 &nbsp;<SCRIPT type="text/javascript">
369 <!--
370 if(window==top) {
371 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
372 }
373 //-->
374 </SCRIPT>
375 <NOSCRIPT>
376 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
377 </NOSCRIPT>
378
379
380 </FONT></TD>
381 </TR>
382 <TR>
383 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
384 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
385 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
386 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
387 </TR>
388 </TABLE>
389 <A NAME="skip-navbar_bottom"></A>
390 <!-- ======== END OF BOTTOM NAVBAR ======= -->
391
392 <HR>
393
394 </BODY>
395 </HTML>
+0
-503
documentation/javadoc/org/boehn/kmlframework/kml/Polygon.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Polygon (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Polygon class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Polygon (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Polygon.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Polygon.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Polygon.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Polygon</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Geometry</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Polygon</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>Polygon</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#Polygon()">Polygon</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#Polygon(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, org.boehn.kmlframework.kml.LinearRing, java.util.List)">Polygon</A></B>(java.lang.Boolean&nbsp;extrude,
122 java.lang.Boolean&nbsp;tessellate,
123 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
124 <A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&nbsp;outerBoundary,
125 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt;&nbsp;innerBoundaries)</CODE>
126
127 <BR>
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
129 </TR>
130 </TABLE>
131 &nbsp;
132 <!-- ========== METHOD SUMMARY =========== -->
133
134 <A NAME="method_summary"><!-- --></A>
135 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
136 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
137 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
138 <B>Method Summary</B></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
143 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
151 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#getExtrude()">getExtrude</A></B>()</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt;</CODE></FONT></TD>
159 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#getInnerBoundaries()">getInnerBoundaries</A></B>()</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></CODE></FONT></TD>
167 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#getOuterBoundary()">getOuterBoundary</A></B>()</CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
175 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#getTessellate()">getTessellate</A></B>()</CODE>
176
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182 <CODE>&nbsp;void</CODE></FONT></TD>
183 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
184
185 <BR>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
187 </TR>
188 <TR BGCOLOR="white" CLASS="TableRowColor">
189 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190 <CODE>&nbsp;void</CODE></FONT></TD>
191 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#setExtrude(java.lang.Boolean)">setExtrude</A></B>(java.lang.Boolean&nbsp;extrude)</CODE>
192
193 <BR>
194 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
195 </TR>
196 <TR BGCOLOR="white" CLASS="TableRowColor">
197 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198 <CODE>&nbsp;void</CODE></FONT></TD>
199 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#setInnerBoundaries(java.util.List)">setInnerBoundaries</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt;&nbsp;innerBoundaries)</CODE>
200
201 <BR>
202 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
203 </TR>
204 <TR BGCOLOR="white" CLASS="TableRowColor">
205 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
206 <CODE>&nbsp;void</CODE></FONT></TD>
207 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#setOuterBoundary(org.boehn.kmlframework.kml.LinearRing)">setOuterBoundary</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&nbsp;outerBoundary)</CODE>
208
209 <BR>
210 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
211 </TR>
212 <TR BGCOLOR="white" CLASS="TableRowColor">
213 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
214 <CODE>&nbsp;void</CODE></FONT></TD>
215 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#setTessellate(java.lang.Boolean)">setTessellate</A></B>(java.lang.Boolean&nbsp;tessellate)</CODE>
216
217 <BR>
218 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
219 </TR>
220 <TR BGCOLOR="white" CLASS="TableRowColor">
221 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
222 <CODE>&nbsp;void</CODE></FONT></TD>
223 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
224
225 <BR>
226 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
227 </TR>
228 <TR BGCOLOR="white" CLASS="TableRowColor">
229 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
230 <CODE>&nbsp;void</CODE></FONT></TD>
231 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
232
233 <BR>
234 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
235 </TR>
236 </TABLE>
237 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
238 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
239 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
240 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
241 </TR>
242 <TR BGCOLOR="white" CLASS="TableRowColor">
243 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
244 </TR>
245 </TABLE>
246 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
247 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
248 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
249 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
250 </TR>
251 <TR BGCOLOR="white" CLASS="TableRowColor">
252 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
253 </TR>
254 </TABLE>
255 &nbsp;
256 <P>
257
258 <!-- ========= CONSTRUCTOR DETAIL ======== -->
259
260 <A NAME="constructor_detail"><!-- --></A>
261 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
262 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
263 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
264 <B>Constructor Detail</B></FONT></TH>
265 </TR>
266 </TABLE>
267
268 <A NAME="Polygon()"><!-- --></A><H3>
269 Polygon</H3>
270 <PRE>
271 public <B>Polygon</B>()</PRE>
272 <DL>
273 </DL>
274 <HR>
275
276 <A NAME="Polygon(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, org.boehn.kmlframework.kml.LinearRing, java.util.List)"><!-- --></A><H3>
277 Polygon</H3>
278 <PRE>
279 public <B>Polygon</B>(java.lang.Boolean&nbsp;extrude,
280 java.lang.Boolean&nbsp;tessellate,
281 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
282 <A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&nbsp;outerBoundary,
283 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt;&nbsp;innerBoundaries)</PRE>
284 <DL>
285 </DL>
286
287 <!-- ============ METHOD DETAIL ========== -->
288
289 <A NAME="method_detail"><!-- --></A>
290 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
291 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
292 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
293 <B>Method Detail</B></FONT></TH>
294 </TR>
295 </TABLE>
296
297 <A NAME="getExtrude()"><!-- --></A><H3>
298 getExtrude</H3>
299 <PRE>
300 public java.lang.Boolean <B>getExtrude</B>()</PRE>
301 <DL>
302 <DD><DL>
303 </DL>
304 </DD>
305 </DL>
306 <HR>
307
308 <A NAME="setExtrude(java.lang.Boolean)"><!-- --></A><H3>
309 setExtrude</H3>
310 <PRE>
311 public void <B>setExtrude</B>(java.lang.Boolean&nbsp;extrude)</PRE>
312 <DL>
313 <DD><DL>
314 </DL>
315 </DD>
316 </DL>
317 <HR>
318
319 <A NAME="getTessellate()"><!-- --></A><H3>
320 getTessellate</H3>
321 <PRE>
322 public java.lang.Boolean <B>getTessellate</B>()</PRE>
323 <DL>
324 <DD><DL>
325 </DL>
326 </DD>
327 </DL>
328 <HR>
329
330 <A NAME="setTessellate(java.lang.Boolean)"><!-- --></A><H3>
331 setTessellate</H3>
332 <PRE>
333 public void <B>setTessellate</B>(java.lang.Boolean&nbsp;tessellate)</PRE>
334 <DL>
335 <DD><DL>
336 </DL>
337 </DD>
338 </DL>
339 <HR>
340
341 <A NAME="getAltitudeMode()"><!-- --></A><H3>
342 getAltitudeMode</H3>
343 <PRE>
344 public <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>getAltitudeMode</B>()</PRE>
345 <DL>
346 <DD><DL>
347 </DL>
348 </DD>
349 </DL>
350 <HR>
351
352 <A NAME="setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><!-- --></A><H3>
353 setAltitudeMode</H3>
354 <PRE>
355 public void <B>setAltitudeMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</PRE>
356 <DL>
357 <DD><DL>
358 </DL>
359 </DD>
360 </DL>
361 <HR>
362
363 <A NAME="getOuterBoundary()"><!-- --></A><H3>
364 getOuterBoundary</H3>
365 <PRE>
366 public <A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A> <B>getOuterBoundary</B>()</PRE>
367 <DL>
368 <DD><DL>
369 </DL>
370 </DD>
371 </DL>
372 <HR>
373
374 <A NAME="setOuterBoundary(org.boehn.kmlframework.kml.LinearRing)"><!-- --></A><H3>
375 setOuterBoundary</H3>
376 <PRE>
377 public void <B>setOuterBoundary</B>(<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&nbsp;outerBoundary)</PRE>
378 <DL>
379 <DD><DL>
380 </DL>
381 </DD>
382 </DL>
383 <HR>
384
385 <A NAME="getInnerBoundaries()"><!-- --></A><H3>
386 getInnerBoundaries</H3>
387 <PRE>
388 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt; <B>getInnerBoundaries</B>()</PRE>
389 <DL>
390 <DD><DL>
391 </DL>
392 </DD>
393 </DL>
394 <HR>
395
396 <A NAME="setInnerBoundaries(java.util.List)"><!-- --></A><H3>
397 setInnerBoundaries</H3>
398 <PRE>
399 public void <B>setInnerBoundaries</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt;&nbsp;innerBoundaries)</PRE>
400 <DL>
401 <DD><DL>
402 </DL>
403 </DD>
404 </DL>
405 <HR>
406
407 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
408 write</H3>
409 <PRE>
410 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
411 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
412 <DL>
413 <DD><DL>
414 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
415 </DD>
416 <DD><DL>
417
418 <DT><B>Throws:</B>
419 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
420 </DD>
421 </DL>
422 <HR>
423
424 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
425 writeDelete</H3>
426 <PRE>
427 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
428 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
429 <DL>
430 <DD><DL>
431 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
432 </DD>
433 <DD><DL>
434
435 <DT><B>Throws:</B>
436 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
437 </DD>
438 </DL>
439 <!-- ========= END OF CLASS DATA ========= -->
440 <HR>
441
442
443 <!-- ======= START OF BOTTOM NAVBAR ====== -->
444 <A NAME="navbar_bottom"><!-- --></A>
445 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
446 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
447 <TR>
448 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
449 <A NAME="navbar_bottom_firstrow"><!-- --></A>
450 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
451 <TR ALIGN="center" VALIGN="top">
452 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
453 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
454 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
455 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Polygon.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
456 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
457 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
458 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
459 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
460 </TR>
461 </TABLE>
462 </TD>
463 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
464 </EM>
465 </TD>
466 </TR>
467
468 <TR>
469 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
470 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
471 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
472 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
473 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Polygon.html" target="_top"><B>FRAMES</B></A> &nbsp;
474 &nbsp;<A HREF="Polygon.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
475 &nbsp;<SCRIPT type="text/javascript">
476 <!--
477 if(window==top) {
478 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
479 }
480 //-->
481 </SCRIPT>
482 <NOSCRIPT>
483 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
484 </NOSCRIPT>
485
486
487 </FONT></TD>
488 </TR>
489 <TR>
490 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
491 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
492 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
493 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
494 </TR>
495 </TABLE>
496 <A NAME="skip-navbar_bottom"></A>
497 <!-- ======== END OF BOTTOM NAVBAR ======= -->
498
499 <HR>
500
501 </BODY>
502 </HTML>
+0
-334
documentation/javadoc/org/boehn/kmlframework/kml/RefreshModeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 RefreshModeEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.RefreshModeEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="RefreshModeEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RefreshModeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/RefreshModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="RefreshModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum RefreshModeEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.RefreshModeEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>RefreshModeEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html#onChange">onChange</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html#onExpire">onExpire</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html#onInterval">onInterval</A></B></CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <!-- ========== METHOD SUMMARY =========== -->
136
137 <A NAME="method_summary"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
140 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
141 <B>Method Summary</B></FONT></TH>
142 </TR>
143 <TR BGCOLOR="white" CLASS="TableRowColor">
144 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A></CODE></FONT></TD>
146 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>[]</CODE></FONT></TD>
154 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html#values()">values</A></B>()</CODE>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
158 the order they're declared.</TD>
159 </TR>
160 </TABLE>
161 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
162 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
163 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
164 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
168 </TR>
169 </TABLE>
170 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
171 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
172 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
173 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
174 </TR>
175 <TR BGCOLOR="white" CLASS="TableRowColor">
176 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
177 </TR>
178 </TABLE>
179 &nbsp;
180 <P>
181
182 <!-- ============ ENUM CONSTANT DETAIL =========== -->
183
184 <A NAME="enum_constant_detail"><!-- --></A>
185 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
186 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
187 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
188 <B>Enum Constant Detail</B></FONT></TH>
189 </TR>
190 </TABLE>
191
192 <A NAME="onChange"><!-- --></A><H3>
193 onChange</H3>
194 <PRE>
195 public static final <A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A> <B>onChange</B></PRE>
196 <DL>
197 <DL>
198 </DL>
199 </DL>
200 <HR>
201
202 <A NAME="onInterval"><!-- --></A><H3>
203 onInterval</H3>
204 <PRE>
205 public static final <A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A> <B>onInterval</B></PRE>
206 <DL>
207 <DL>
208 </DL>
209 </DL>
210 <HR>
211
212 <A NAME="onExpire"><!-- --></A><H3>
213 onExpire</H3>
214 <PRE>
215 public static final <A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A> <B>onExpire</B></PRE>
216 <DL>
217 <DL>
218 </DL>
219 </DL>
220
221 <!-- ============ METHOD DETAIL ========== -->
222
223 <A NAME="method_detail"><!-- --></A>
224 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
225 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
226 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
227 <B>Method Detail</B></FONT></TH>
228 </TR>
229 </TABLE>
230
231 <A NAME="values()"><!-- --></A><H3>
232 values</H3>
233 <PRE>
234 public static final <A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>[] <B>values</B>()</PRE>
235 <DL>
236 <DD>Returns an array containing the constants of this enum type, in
237 the order they're declared. This method may be used to iterate
238 over the constants as follows:
239 <pre>
240 for(RefreshModeEnum c : RefreshModeEnum.values())
241 System.out.println(c);
242 </pre>
243 <P>
244 <DD><DL>
245
246 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
247 the order they're declared</DL>
248 </DD>
249 </DL>
250 <HR>
251
252 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
253 valueOf</H3>
254 <PRE>
255 public static <A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
256 <DL>
257 <DD>Returns the enum constant of this type with the specified name.
258 The string must match <I>exactly</I> an identifier used to declare an
259 enum constant in this type. (Extraneous whitespace characters are
260 not permitted.)
261 <P>
262 <DD><DL>
263 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
264 <DT><B>Returns:</B><DD>the enum constant with the specified name
265 <DT><B>Throws:</B>
266 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
267 with the specified name</DL>
268 </DD>
269 </DL>
270 <!-- ========= END OF CLASS DATA ========= -->
271 <HR>
272
273
274 <!-- ======= START OF BOTTOM NAVBAR ====== -->
275 <A NAME="navbar_bottom"><!-- --></A>
276 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
277 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
278 <TR>
279 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
280 <A NAME="navbar_bottom_firstrow"><!-- --></A>
281 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
282 <TR ALIGN="center" VALIGN="top">
283 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
284 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
285 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
286 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RefreshModeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
287 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
288 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
289 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
290 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
291 </TR>
292 </TABLE>
293 </TD>
294 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
295 </EM>
296 </TD>
297 </TR>
298
299 <TR>
300 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
301 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
302 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
303 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
304 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/RefreshModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
305 &nbsp;<A HREF="RefreshModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
306 &nbsp;<SCRIPT type="text/javascript">
307 <!--
308 if(window==top) {
309 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
310 }
311 //-->
312 </SCRIPT>
313 <NOSCRIPT>
314 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
315 </NOSCRIPT>
316
317
318 </FONT></TD>
319 </TR>
320 <TR>
321 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
322 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
323 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
324 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
325 </TR>
326 </TABLE>
327 <A NAME="skip-navbar_bottom"></A>
328 <!-- ======== END OF BOTTOM NAVBAR ======= -->
329
330 <HR>
331
332 </BODY>
333 </HTML>
+0
-742
documentation/javadoc/org/boehn/kmlframework/kml/Region.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Region (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Region class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Region (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Region.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Region.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Region.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Region</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Region</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>Region</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#Region()">Region</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#Region(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">Region</A></B>(java.lang.Double&nbsp;north,
121 java.lang.Double&nbsp;south,
122 java.lang.Double&nbsp;east,
123 java.lang.Double&nbsp;west,
124 java.lang.Double&nbsp;minAltitude,
125 java.lang.Double&nbsp;maxAltitude,
126 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
127 java.lang.Double&nbsp;minLodPixels,
128 java.lang.Double&nbsp;maxLodPixels,
129 java.lang.Double&nbsp;minFadeExtent,
130 java.lang.Double&nbsp;maxFadeExtent)</CODE>
131
132 <BR>
133 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
134 </TR>
135 </TABLE>
136 &nbsp;
137 <!-- ========== METHOD SUMMARY =========== -->
138
139 <A NAME="method_summary"><!-- --></A>
140 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
141 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
142 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
143 <B>Method Summary</B></FONT></TH>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getEast()">getEast</A></B>()</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getMaxAltitude()">getMaxAltitude</A></B>()</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getMaxFadeExtent()">getMaxFadeExtent</A></B>()</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getMaxLodPixels()">getMaxLodPixels</A></B>()</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
188 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getMinAltitude()">getMinAltitude</A></B>()</CODE>
189
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getMinFadeExtent()">getMinFadeExtent</A></B>()</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 <TR BGCOLOR="white" CLASS="TableRowColor">
202 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
204 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getMinLodPixels()">getMinLodPixels</A></B>()</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
212 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getNorth()">getNorth</A></B>()</CODE>
213
214 <BR>
215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216 </TR>
217 <TR BGCOLOR="white" CLASS="TableRowColor">
218 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
219 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
220 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getSouth()">getSouth</A></B>()</CODE>
221
222 <BR>
223 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
227 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
228 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#getWest()">getWest</A></B>()</CODE>
229
230 <BR>
231 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
232 </TR>
233 <TR BGCOLOR="white" CLASS="TableRowColor">
234 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
235 <CODE>&nbsp;void</CODE></FONT></TD>
236 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
237
238 <BR>
239 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
240 </TR>
241 <TR BGCOLOR="white" CLASS="TableRowColor">
242 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
243 <CODE>&nbsp;void</CODE></FONT></TD>
244 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setEast(java.lang.Double)">setEast</A></B>(java.lang.Double&nbsp;east)</CODE>
245
246 <BR>
247 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
248 </TR>
249 <TR BGCOLOR="white" CLASS="TableRowColor">
250 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
251 <CODE>&nbsp;void</CODE></FONT></TD>
252 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setMaxAltitude(java.lang.Double)">setMaxAltitude</A></B>(java.lang.Double&nbsp;maxAltitude)</CODE>
253
254 <BR>
255 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
256 </TR>
257 <TR BGCOLOR="white" CLASS="TableRowColor">
258 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
259 <CODE>&nbsp;void</CODE></FONT></TD>
260 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setMaxFadeExtent(java.lang.Double)">setMaxFadeExtent</A></B>(java.lang.Double&nbsp;maxFadeExtent)</CODE>
261
262 <BR>
263 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
264 </TR>
265 <TR BGCOLOR="white" CLASS="TableRowColor">
266 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
267 <CODE>&nbsp;void</CODE></FONT></TD>
268 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setMaxLodPixels(java.lang.Double)">setMaxLodPixels</A></B>(java.lang.Double&nbsp;maxLodPixels)</CODE>
269
270 <BR>
271 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
272 </TR>
273 <TR BGCOLOR="white" CLASS="TableRowColor">
274 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
275 <CODE>&nbsp;void</CODE></FONT></TD>
276 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setMinAltitude(java.lang.Double)">setMinAltitude</A></B>(java.lang.Double&nbsp;minAltitude)</CODE>
277
278 <BR>
279 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
280 </TR>
281 <TR BGCOLOR="white" CLASS="TableRowColor">
282 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
283 <CODE>&nbsp;void</CODE></FONT></TD>
284 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setMinFadeExtent(java.lang.Double)">setMinFadeExtent</A></B>(java.lang.Double&nbsp;minFadeExtent)</CODE>
285
286 <BR>
287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
291 <CODE>&nbsp;void</CODE></FONT></TD>
292 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setMinLodPixels(java.lang.Double)">setMinLodPixels</A></B>(java.lang.Double&nbsp;minLodPixels)</CODE>
293
294 <BR>
295 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
296 </TR>
297 <TR BGCOLOR="white" CLASS="TableRowColor">
298 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
299 <CODE>&nbsp;void</CODE></FONT></TD>
300 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setNorth(java.lang.Double)">setNorth</A></B>(java.lang.Double&nbsp;north)</CODE>
301
302 <BR>
303 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
304 </TR>
305 <TR BGCOLOR="white" CLASS="TableRowColor">
306 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
307 <CODE>&nbsp;void</CODE></FONT></TD>
308 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setSouth(java.lang.Double)">setSouth</A></B>(java.lang.Double&nbsp;south)</CODE>
309
310 <BR>
311 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
312 </TR>
313 <TR BGCOLOR="white" CLASS="TableRowColor">
314 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
315 <CODE>&nbsp;void</CODE></FONT></TD>
316 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#setWest(java.lang.Double)">setWest</A></B>(java.lang.Double&nbsp;west)</CODE>
317
318 <BR>
319 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
320 </TR>
321 <TR BGCOLOR="white" CLASS="TableRowColor">
322 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
323 <CODE>&nbsp;void</CODE></FONT></TD>
324 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
325
326 <BR>
327 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
328 </TR>
329 <TR BGCOLOR="white" CLASS="TableRowColor">
330 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
331 <CODE>&nbsp;void</CODE></FONT></TD>
332 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
333
334 <BR>
335 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
336 </TR>
337 </TABLE>
338 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
339 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
340 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
341 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
342 </TR>
343 <TR BGCOLOR="white" CLASS="TableRowColor">
344 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
345 </TR>
346 </TABLE>
347 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
348 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
349 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
350 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
351 </TR>
352 <TR BGCOLOR="white" CLASS="TableRowColor">
353 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
354 </TR>
355 </TABLE>
356 &nbsp;
357 <P>
358
359 <!-- ========= CONSTRUCTOR DETAIL ======== -->
360
361 <A NAME="constructor_detail"><!-- --></A>
362 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
363 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
364 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
365 <B>Constructor Detail</B></FONT></TH>
366 </TR>
367 </TABLE>
368
369 <A NAME="Region()"><!-- --></A><H3>
370 Region</H3>
371 <PRE>
372 public <B>Region</B>()</PRE>
373 <DL>
374 </DL>
375 <HR>
376
377 <A NAME="Region(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)"><!-- --></A><H3>
378 Region</H3>
379 <PRE>
380 public <B>Region</B>(java.lang.Double&nbsp;north,
381 java.lang.Double&nbsp;south,
382 java.lang.Double&nbsp;east,
383 java.lang.Double&nbsp;west,
384 java.lang.Double&nbsp;minAltitude,
385 java.lang.Double&nbsp;maxAltitude,
386 <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
387 java.lang.Double&nbsp;minLodPixels,
388 java.lang.Double&nbsp;maxLodPixels,
389 java.lang.Double&nbsp;minFadeExtent,
390 java.lang.Double&nbsp;maxFadeExtent)</PRE>
391 <DL>
392 </DL>
393
394 <!-- ============ METHOD DETAIL ========== -->
395
396 <A NAME="method_detail"><!-- --></A>
397 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
398 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
399 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
400 <B>Method Detail</B></FONT></TH>
401 </TR>
402 </TABLE>
403
404 <A NAME="getNorth()"><!-- --></A><H3>
405 getNorth</H3>
406 <PRE>
407 public java.lang.Double <B>getNorth</B>()</PRE>
408 <DL>
409 <DD><DL>
410 </DL>
411 </DD>
412 </DL>
413 <HR>
414
415 <A NAME="setNorth(java.lang.Double)"><!-- --></A><H3>
416 setNorth</H3>
417 <PRE>
418 public void <B>setNorth</B>(java.lang.Double&nbsp;north)</PRE>
419 <DL>
420 <DD><DL>
421 </DL>
422 </DD>
423 </DL>
424 <HR>
425
426 <A NAME="getSouth()"><!-- --></A><H3>
427 getSouth</H3>
428 <PRE>
429 public java.lang.Double <B>getSouth</B>()</PRE>
430 <DL>
431 <DD><DL>
432 </DL>
433 </DD>
434 </DL>
435 <HR>
436
437 <A NAME="setSouth(java.lang.Double)"><!-- --></A><H3>
438 setSouth</H3>
439 <PRE>
440 public void <B>setSouth</B>(java.lang.Double&nbsp;south)</PRE>
441 <DL>
442 <DD><DL>
443 </DL>
444 </DD>
445 </DL>
446 <HR>
447
448 <A NAME="getEast()"><!-- --></A><H3>
449 getEast</H3>
450 <PRE>
451 public java.lang.Double <B>getEast</B>()</PRE>
452 <DL>
453 <DD><DL>
454 </DL>
455 </DD>
456 </DL>
457 <HR>
458
459 <A NAME="setEast(java.lang.Double)"><!-- --></A><H3>
460 setEast</H3>
461 <PRE>
462 public void <B>setEast</B>(java.lang.Double&nbsp;east)</PRE>
463 <DL>
464 <DD><DL>
465 </DL>
466 </DD>
467 </DL>
468 <HR>
469
470 <A NAME="getWest()"><!-- --></A><H3>
471 getWest</H3>
472 <PRE>
473 public java.lang.Double <B>getWest</B>()</PRE>
474 <DL>
475 <DD><DL>
476 </DL>
477 </DD>
478 </DL>
479 <HR>
480
481 <A NAME="setWest(java.lang.Double)"><!-- --></A><H3>
482 setWest</H3>
483 <PRE>
484 public void <B>setWest</B>(java.lang.Double&nbsp;west)</PRE>
485 <DL>
486 <DD><DL>
487 </DL>
488 </DD>
489 </DL>
490 <HR>
491
492 <A NAME="getMinAltitude()"><!-- --></A><H3>
493 getMinAltitude</H3>
494 <PRE>
495 public java.lang.Double <B>getMinAltitude</B>()</PRE>
496 <DL>
497 <DD><DL>
498 </DL>
499 </DD>
500 </DL>
501 <HR>
502
503 <A NAME="setMinAltitude(java.lang.Double)"><!-- --></A><H3>
504 setMinAltitude</H3>
505 <PRE>
506 public void <B>setMinAltitude</B>(java.lang.Double&nbsp;minAltitude)</PRE>
507 <DL>
508 <DD><DL>
509 </DL>
510 </DD>
511 </DL>
512 <HR>
513
514 <A NAME="getMaxAltitude()"><!-- --></A><H3>
515 getMaxAltitude</H3>
516 <PRE>
517 public java.lang.Double <B>getMaxAltitude</B>()</PRE>
518 <DL>
519 <DD><DL>
520 </DL>
521 </DD>
522 </DL>
523 <HR>
524
525 <A NAME="setMaxAltitude(java.lang.Double)"><!-- --></A><H3>
526 setMaxAltitude</H3>
527 <PRE>
528 public void <B>setMaxAltitude</B>(java.lang.Double&nbsp;maxAltitude)</PRE>
529 <DL>
530 <DD><DL>
531 </DL>
532 </DD>
533 </DL>
534 <HR>
535
536 <A NAME="getAltitudeMode()"><!-- --></A><H3>
537 getAltitudeMode</H3>
538 <PRE>
539 public <A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> <B>getAltitudeMode</B>()</PRE>
540 <DL>
541 <DD><DL>
542 </DL>
543 </DD>
544 </DL>
545 <HR>
546
547 <A NAME="setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)"><!-- --></A><H3>
548 setAltitudeMode</H3>
549 <PRE>
550 public void <B>setAltitudeMode</B>(<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</PRE>
551 <DL>
552 <DD><DL>
553 </DL>
554 </DD>
555 </DL>
556 <HR>
557
558 <A NAME="getMinLodPixels()"><!-- --></A><H3>
559 getMinLodPixels</H3>
560 <PRE>
561 public java.lang.Double <B>getMinLodPixels</B>()</PRE>
562 <DL>
563 <DD><DL>
564 </DL>
565 </DD>
566 </DL>
567 <HR>
568
569 <A NAME="setMinLodPixels(java.lang.Double)"><!-- --></A><H3>
570 setMinLodPixels</H3>
571 <PRE>
572 public void <B>setMinLodPixels</B>(java.lang.Double&nbsp;minLodPixels)</PRE>
573 <DL>
574 <DD><DL>
575 </DL>
576 </DD>
577 </DL>
578 <HR>
579
580 <A NAME="getMaxLodPixels()"><!-- --></A><H3>
581 getMaxLodPixels</H3>
582 <PRE>
583 public java.lang.Double <B>getMaxLodPixels</B>()</PRE>
584 <DL>
585 <DD><DL>
586 </DL>
587 </DD>
588 </DL>
589 <HR>
590
591 <A NAME="setMaxLodPixels(java.lang.Double)"><!-- --></A><H3>
592 setMaxLodPixels</H3>
593 <PRE>
594 public void <B>setMaxLodPixels</B>(java.lang.Double&nbsp;maxLodPixels)</PRE>
595 <DL>
596 <DD><DL>
597 </DL>
598 </DD>
599 </DL>
600 <HR>
601
602 <A NAME="getMinFadeExtent()"><!-- --></A><H3>
603 getMinFadeExtent</H3>
604 <PRE>
605 public java.lang.Double <B>getMinFadeExtent</B>()</PRE>
606 <DL>
607 <DD><DL>
608 </DL>
609 </DD>
610 </DL>
611 <HR>
612
613 <A NAME="setMinFadeExtent(java.lang.Double)"><!-- --></A><H3>
614 setMinFadeExtent</H3>
615 <PRE>
616 public void <B>setMinFadeExtent</B>(java.lang.Double&nbsp;minFadeExtent)</PRE>
617 <DL>
618 <DD><DL>
619 </DL>
620 </DD>
621 </DL>
622 <HR>
623
624 <A NAME="getMaxFadeExtent()"><!-- --></A><H3>
625 getMaxFadeExtent</H3>
626 <PRE>
627 public java.lang.Double <B>getMaxFadeExtent</B>()</PRE>
628 <DL>
629 <DD><DL>
630 </DL>
631 </DD>
632 </DL>
633 <HR>
634
635 <A NAME="setMaxFadeExtent(java.lang.Double)"><!-- --></A><H3>
636 setMaxFadeExtent</H3>
637 <PRE>
638 public void <B>setMaxFadeExtent</B>(java.lang.Double&nbsp;maxFadeExtent)</PRE>
639 <DL>
640 <DD><DL>
641 </DL>
642 </DD>
643 </DL>
644 <HR>
645
646 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
647 write</H3>
648 <PRE>
649 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
650 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
651 <DL>
652 <DD><DL>
653 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
654 </DD>
655 <DD><DL>
656
657 <DT><B>Throws:</B>
658 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
659 </DD>
660 </DL>
661 <HR>
662
663 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
664 writeDelete</H3>
665 <PRE>
666 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
667 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
668 <DL>
669 <DD><DL>
670 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
671 </DD>
672 <DD><DL>
673
674 <DT><B>Throws:</B>
675 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
676 </DD>
677 </DL>
678 <!-- ========= END OF CLASS DATA ========= -->
679 <HR>
680
681
682 <!-- ======= START OF BOTTOM NAVBAR ====== -->
683 <A NAME="navbar_bottom"><!-- --></A>
684 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
685 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
686 <TR>
687 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
688 <A NAME="navbar_bottom_firstrow"><!-- --></A>
689 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
690 <TR ALIGN="center" VALIGN="top">
691 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
692 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
693 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
694 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Region.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
695 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
696 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
697 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
698 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
699 </TR>
700 </TABLE>
701 </TD>
702 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
703 </EM>
704 </TD>
705 </TR>
706
707 <TR>
708 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
709 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
710 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
711 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
712 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Region.html" target="_top"><B>FRAMES</B></A> &nbsp;
713 &nbsp;<A HREF="Region.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
714 &nbsp;<SCRIPT type="text/javascript">
715 <!--
716 if(window==top) {
717 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
718 }
719 //-->
720 </SCRIPT>
721 <NOSCRIPT>
722 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
723 </NOSCRIPT>
724
725
726 </FONT></TD>
727 </TR>
728 <TR>
729 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
730 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
731 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
732 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
733 </TR>
734 </TABLE>
735 <A NAME="skip-navbar_bottom"></A>
736 <!-- ======== END OF BOTTOM NAVBAR ======= -->
737
738 <HR>
739
740 </BODY>
741 </HTML>
+0
-342
documentation/javadoc/org/boehn/kmlframework/kml/Schema.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Schema (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Schema class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Schema (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Schema.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Schema.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Schema.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Schema</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Schema</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>Schema</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Schema.html#Schema()">Schema</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Schema.html#Schema(java.util.List)">Schema</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>&gt;&nbsp;simpleFields)</CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 </TABLE>
126 &nbsp;
127 <!-- ========== METHOD SUMMARY =========== -->
128
129 <A NAME="method_summary"><!-- --></A>
130 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
131 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
132 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
133 <B>Method Summary</B></FONT></TH>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
137 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>&gt;</CODE></FONT></TD>
138 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Schema.html#getSimpleFields()">getSimpleFields</A></B>()</CODE>
139
140 <BR>
141 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
142 </TR>
143 <TR BGCOLOR="white" CLASS="TableRowColor">
144 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145 <CODE>&nbsp;void</CODE></FONT></TD>
146 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Schema.html#setSimpleFields(java.util.List)">setSimpleFields</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>&gt;&nbsp;simpleFields)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153 <CODE>&nbsp;void</CODE></FONT></TD>
154 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Schema.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
158 </TR>
159 <TR BGCOLOR="white" CLASS="TableRowColor">
160 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
161 <CODE>&nbsp;void</CODE></FONT></TD>
162 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Schema.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
163
164 <BR>
165 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
166 </TR>
167 </TABLE>
168 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
169 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
170 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
171 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
172 </TR>
173 <TR BGCOLOR="white" CLASS="TableRowColor">
174 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
175 </TR>
176 </TABLE>
177 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
178 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
179 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
180 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
181 </TR>
182 <TR BGCOLOR="white" CLASS="TableRowColor">
183 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
184 </TR>
185 </TABLE>
186 &nbsp;
187 <P>
188
189 <!-- ========= CONSTRUCTOR DETAIL ======== -->
190
191 <A NAME="constructor_detail"><!-- --></A>
192 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
193 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
194 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
195 <B>Constructor Detail</B></FONT></TH>
196 </TR>
197 </TABLE>
198
199 <A NAME="Schema()"><!-- --></A><H3>
200 Schema</H3>
201 <PRE>
202 public <B>Schema</B>()</PRE>
203 <DL>
204 </DL>
205 <HR>
206
207 <A NAME="Schema(java.util.List)"><!-- --></A><H3>
208 Schema</H3>
209 <PRE>
210 public <B>Schema</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>&gt;&nbsp;simpleFields)</PRE>
211 <DL>
212 </DL>
213
214 <!-- ============ METHOD DETAIL ========== -->
215
216 <A NAME="method_detail"><!-- --></A>
217 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
218 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
219 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
220 <B>Method Detail</B></FONT></TH>
221 </TR>
222 </TABLE>
223
224 <A NAME="getSimpleFields()"><!-- --></A><H3>
225 getSimpleFields</H3>
226 <PRE>
227 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>&gt; <B>getSimpleFields</B>()</PRE>
228 <DL>
229 <DD><DL>
230 </DL>
231 </DD>
232 </DL>
233 <HR>
234
235 <A NAME="setSimpleFields(java.util.List)"><!-- --></A><H3>
236 setSimpleFields</H3>
237 <PRE>
238 public void <B>setSimpleFields</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>&gt;&nbsp;simpleFields)</PRE>
239 <DL>
240 <DD><DL>
241 </DL>
242 </DD>
243 </DL>
244 <HR>
245
246 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
247 write</H3>
248 <PRE>
249 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
250 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
251 <DL>
252 <DD><DL>
253 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
254 </DD>
255 <DD><DL>
256
257 <DT><B>Throws:</B>
258 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
259 </DD>
260 </DL>
261 <HR>
262
263 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
264 writeDelete</H3>
265 <PRE>
266 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
267 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
268 <DL>
269 <DD><DL>
270 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
271 </DD>
272 <DD><DL>
273
274 <DT><B>Throws:</B>
275 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
276 </DD>
277 </DL>
278 <!-- ========= END OF CLASS DATA ========= -->
279 <HR>
280
281
282 <!-- ======= START OF BOTTOM NAVBAR ====== -->
283 <A NAME="navbar_bottom"><!-- --></A>
284 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
285 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
286 <TR>
287 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
288 <A NAME="navbar_bottom_firstrow"><!-- --></A>
289 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
290 <TR ALIGN="center" VALIGN="top">
291 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
292 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
293 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
294 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Schema.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
295 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
296 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
297 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
298 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
299 </TR>
300 </TABLE>
301 </TD>
302 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
303 </EM>
304 </TD>
305 </TR>
306
307 <TR>
308 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
309 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
310 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
311 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
312 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Schema.html" target="_top"><B>FRAMES</B></A> &nbsp;
313 &nbsp;<A HREF="Schema.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
314 &nbsp;<SCRIPT type="text/javascript">
315 <!--
316 if(window==top) {
317 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
318 }
319 //-->
320 </SCRIPT>
321 <NOSCRIPT>
322 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
323 </NOSCRIPT>
324
325
326 </FONT></TD>
327 </TR>
328 <TR>
329 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
330 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
331 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
332 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
333 </TR>
334 </TABLE>
335 <A NAME="skip-navbar_bottom"></A>
336 <!-- ======== END OF BOTTOM NAVBAR ======= -->
337
338 <HR>
339
340 </BODY>
341 </HTML>
+0
-1042
documentation/javadoc/org/boehn/kmlframework/kml/ScreenOverlay.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 ScreenOverlay (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.ScreenOverlay class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ScreenOverlay (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ScreenOverlay.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ScreenOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ScreenOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class ScreenOverlay</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Feature</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Overlay</A>
95 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.ScreenOverlay</B>
96 </PRE>
97 <HR>
98 <DL>
99 <DT><PRE>public class <B>ScreenOverlay</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A></DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106
107 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
108
109 <A NAME="constructor_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Constructor Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay()">ScreenOverlay</A></B>()</CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)">ScreenOverlay</A></B>(java.lang.String&nbsp;name,
123 java.lang.Boolean&nbsp;visibility,
124 java.lang.Boolean&nbsp;open,
125 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
126 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
127 java.lang.String&nbsp;address,
128 java.lang.String&nbsp;xalAddressDetails,
129 java.lang.String&nbsp;phoneNumber,
130 java.lang.String&nbsp;snippet,
131 java.lang.Integer&nbsp;snippetMaxLines,
132 java.lang.String&nbsp;description,
133 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
134 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
135 java.lang.String&nbsp;styleUrl,
136 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
137 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
138 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
139 java.lang.String&nbsp;color,
140 java.lang.Integer&nbsp;drawOrder,
141 <A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
142 java.lang.Double&nbsp;overlayX,
143 java.lang.Double&nbsp;overlayY,
144 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
145 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
146 java.lang.Double&nbsp;screenX,
147 java.lang.Double&nbsp;screenY,
148 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
149 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
150 java.lang.Double&nbsp;rotationX,
151 java.lang.Double&nbsp;rotationY,
152 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
153 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
154 java.lang.Double&nbsp;sizeX,
155 java.lang.Double&nbsp;sizeY,
156 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
157 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
158 java.lang.Double&nbsp;rotation)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 </TABLE>
164 &nbsp;
165 <!-- ========== METHOD SUMMARY =========== -->
166
167 <A NAME="method_summary"><!-- --></A>
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
170 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
171 <B>Method Summary</B></FONT></TH>
172 </TR>
173 <TR BGCOLOR="white" CLASS="TableRowColor">
174 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
176 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getOverlayX()">getOverlayX</A></B>()</CODE>
177
178 <BR>
179 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
180 </TR>
181 <TR BGCOLOR="white" CLASS="TableRowColor">
182 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
183 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
184 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getOverlayXunits()">getOverlayXunits</A></B>()</CODE>
185
186 <BR>
187 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
188 </TR>
189 <TR BGCOLOR="white" CLASS="TableRowColor">
190 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
191 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
192 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getOverlayY()">getOverlayY</A></B>()</CODE>
193
194 <BR>
195 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
196 </TR>
197 <TR BGCOLOR="white" CLASS="TableRowColor">
198 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
199 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
200 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getOverlayYunits()">getOverlayYunits</A></B>()</CODE>
201
202 <BR>
203 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
204 </TR>
205 <TR BGCOLOR="white" CLASS="TableRowColor">
206 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
207 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
208 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getRotation()">getRotation</A></B>()</CODE>
209
210 <BR>
211 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
212 </TR>
213 <TR BGCOLOR="white" CLASS="TableRowColor">
214 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
215 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
216 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getRotationX()">getRotationX</A></B>()</CODE>
217
218 <BR>
219 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
220 </TR>
221 <TR BGCOLOR="white" CLASS="TableRowColor">
222 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
223 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
224 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getRotationXunits()">getRotationXunits</A></B>()</CODE>
225
226 <BR>
227 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
228 </TR>
229 <TR BGCOLOR="white" CLASS="TableRowColor">
230 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
231 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
232 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getRotationY()">getRotationY</A></B>()</CODE>
233
234 <BR>
235 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
236 </TR>
237 <TR BGCOLOR="white" CLASS="TableRowColor">
238 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
239 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
240 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getRotationYunits()">getRotationYunits</A></B>()</CODE>
241
242 <BR>
243 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
244 </TR>
245 <TR BGCOLOR="white" CLASS="TableRowColor">
246 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
247 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
248 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getScreenX()">getScreenX</A></B>()</CODE>
249
250 <BR>
251 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
252 </TR>
253 <TR BGCOLOR="white" CLASS="TableRowColor">
254 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
255 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
256 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getScreenXunits()">getScreenXunits</A></B>()</CODE>
257
258 <BR>
259 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
260 </TR>
261 <TR BGCOLOR="white" CLASS="TableRowColor">
262 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
263 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
264 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getScreenY()">getScreenY</A></B>()</CODE>
265
266 <BR>
267 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
268 </TR>
269 <TR BGCOLOR="white" CLASS="TableRowColor">
270 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
271 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
272 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getScreenYunits()">getScreenYunits</A></B>()</CODE>
273
274 <BR>
275 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
276 </TR>
277 <TR BGCOLOR="white" CLASS="TableRowColor">
278 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
279 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
280 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getSizeX()">getSizeX</A></B>()</CODE>
281
282 <BR>
283 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
284 </TR>
285 <TR BGCOLOR="white" CLASS="TableRowColor">
286 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
287 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
288 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getSizeXunits()">getSizeXunits</A></B>()</CODE>
289
290 <BR>
291 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
292 </TR>
293 <TR BGCOLOR="white" CLASS="TableRowColor">
294 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
295 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
296 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getSizeY()">getSizeY</A></B>()</CODE>
297
298 <BR>
299 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
300 </TR>
301 <TR BGCOLOR="white" CLASS="TableRowColor">
302 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
303 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
304 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getSizeYunits()">getSizeYunits</A></B>()</CODE>
305
306 <BR>
307 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
308 </TR>
309 <TR BGCOLOR="white" CLASS="TableRowColor">
310 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
311 <CODE>&nbsp;void</CODE></FONT></TD>
312 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setOverlayX(java.lang.Double)">setOverlayX</A></B>(java.lang.Double&nbsp;overlayX)</CODE>
313
314 <BR>
315 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
316 </TR>
317 <TR BGCOLOR="white" CLASS="TableRowColor">
318 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
319 <CODE>&nbsp;void</CODE></FONT></TD>
320 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setOverlayXunits(org.boehn.kmlframework.kml.UnitEnum)">setOverlayXunits</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits)</CODE>
321
322 <BR>
323 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
324 </TR>
325 <TR BGCOLOR="white" CLASS="TableRowColor">
326 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
327 <CODE>&nbsp;void</CODE></FONT></TD>
328 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setOverlayY(java.lang.Double)">setOverlayY</A></B>(java.lang.Double&nbsp;overlayY)</CODE>
329
330 <BR>
331 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
332 </TR>
333 <TR BGCOLOR="white" CLASS="TableRowColor">
334 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
335 <CODE>&nbsp;void</CODE></FONT></TD>
336 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setOverlayYunits(org.boehn.kmlframework.kml.UnitEnum)">setOverlayYunits</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits)</CODE>
337
338 <BR>
339 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
340 </TR>
341 <TR BGCOLOR="white" CLASS="TableRowColor">
342 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
343 <CODE>&nbsp;void</CODE></FONT></TD>
344 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setRotation(java.lang.Double)">setRotation</A></B>(java.lang.Double&nbsp;rotation)</CODE>
345
346 <BR>
347 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
348 </TR>
349 <TR BGCOLOR="white" CLASS="TableRowColor">
350 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
351 <CODE>&nbsp;void</CODE></FONT></TD>
352 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setRotationX(java.lang.Double)">setRotationX</A></B>(java.lang.Double&nbsp;rotationX)</CODE>
353
354 <BR>
355 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
356 </TR>
357 <TR BGCOLOR="white" CLASS="TableRowColor">
358 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
359 <CODE>&nbsp;void</CODE></FONT></TD>
360 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setRotationXunits(org.boehn.kmlframework.kml.UnitEnum)">setRotationXunits</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits)</CODE>
361
362 <BR>
363 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
364 </TR>
365 <TR BGCOLOR="white" CLASS="TableRowColor">
366 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
367 <CODE>&nbsp;void</CODE></FONT></TD>
368 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setRotationY(java.lang.Double)">setRotationY</A></B>(java.lang.Double&nbsp;rotationY)</CODE>
369
370 <BR>
371 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
372 </TR>
373 <TR BGCOLOR="white" CLASS="TableRowColor">
374 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
375 <CODE>&nbsp;void</CODE></FONT></TD>
376 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setRotationYunits(org.boehn.kmlframework.kml.UnitEnum)">setRotationYunits</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits)</CODE>
377
378 <BR>
379 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
380 </TR>
381 <TR BGCOLOR="white" CLASS="TableRowColor">
382 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
383 <CODE>&nbsp;void</CODE></FONT></TD>
384 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setScreenX(java.lang.Double)">setScreenX</A></B>(java.lang.Double&nbsp;screenX)</CODE>
385
386 <BR>
387 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
388 </TR>
389 <TR BGCOLOR="white" CLASS="TableRowColor">
390 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
391 <CODE>&nbsp;void</CODE></FONT></TD>
392 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setScreenXunits(org.boehn.kmlframework.kml.UnitEnum)">setScreenXunits</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits)</CODE>
393
394 <BR>
395 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
396 </TR>
397 <TR BGCOLOR="white" CLASS="TableRowColor">
398 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
399 <CODE>&nbsp;void</CODE></FONT></TD>
400 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setScreenY(java.lang.Double)">setScreenY</A></B>(java.lang.Double&nbsp;screenY)</CODE>
401
402 <BR>
403 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
404 </TR>
405 <TR BGCOLOR="white" CLASS="TableRowColor">
406 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
407 <CODE>&nbsp;void</CODE></FONT></TD>
408 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setScreenYunits(org.boehn.kmlframework.kml.UnitEnum)">setScreenYunits</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits)</CODE>
409
410 <BR>
411 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
412 </TR>
413 <TR BGCOLOR="white" CLASS="TableRowColor">
414 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
415 <CODE>&nbsp;void</CODE></FONT></TD>
416 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setSizeX(java.lang.Double)">setSizeX</A></B>(java.lang.Double&nbsp;sizeX)</CODE>
417
418 <BR>
419 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
420 </TR>
421 <TR BGCOLOR="white" CLASS="TableRowColor">
422 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
423 <CODE>&nbsp;void</CODE></FONT></TD>
424 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setSizeXunits(org.boehn.kmlframework.kml.UnitEnum)">setSizeXunits</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits)</CODE>
425
426 <BR>
427 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
428 </TR>
429 <TR BGCOLOR="white" CLASS="TableRowColor">
430 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
431 <CODE>&nbsp;void</CODE></FONT></TD>
432 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setSizeY(java.lang.Double)">setSizeY</A></B>(java.lang.Double&nbsp;sizeY)</CODE>
433
434 <BR>
435 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
436 </TR>
437 <TR BGCOLOR="white" CLASS="TableRowColor">
438 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
439 <CODE>&nbsp;void</CODE></FONT></TD>
440 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setSizeYunits(org.boehn.kmlframework.kml.UnitEnum)">setSizeYunits</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits)</CODE>
441
442 <BR>
443 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
444 </TR>
445 <TR BGCOLOR="white" CLASS="TableRowColor">
446 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
447 <CODE>&nbsp;void</CODE></FONT></TD>
448 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
449
450 <BR>
451 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
452 </TR>
453 <TR BGCOLOR="white" CLASS="TableRowColor">
454 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
455 <CODE>&nbsp;void</CODE></FONT></TD>
456 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
457
458 <BR>
459 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
460 </TR>
461 </TABLE>
462 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Overlay"><!-- --></A>
463 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
464 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
465 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A></B></TH>
466 </TR>
467 <TR BGCOLOR="white" CLASS="TableRowColor">
468 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getColor()">getColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getDrawOrder()">getDrawOrder</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#getIcon()">getIcon</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setColor(java.lang.String)">setColor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setDrawOrder(java.lang.Integer)">setDrawOrder</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#setIcon(org.boehn.kmlframework.kml.Icon)">setIcon</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></CODE></TD>
469 </TR>
470 </TABLE>
471 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Feature"><!-- --></A>
472 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
473 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
474 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></TH>
475 </TR>
476 <TR BGCOLOR="white" CLASS="TableRowColor">
477 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAddress()">getAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomAuthor()">getAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getAtomLink()">getAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getDescription()">getDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getName()">getName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getPhoneNumber()">getPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippet()">getSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getSnippetMaxLines()">getSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getStyleUrl()">getStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#getXalAddressDeatails()">getXalAddressDeatails</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isOpen()">isOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#isVisible()">isVisible</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAddress(java.lang.String)">setAddress</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomAuthor(org.boehn.kmlframework.atom.AtomAuthor)">setAtomAuthor</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setAtomLink(org.boehn.kmlframework.atom.AtomLink)">setAtomLink</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setName(java.lang.String)">setName</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setOpen(boolean)">setOpen</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setPhoneNumber(java.lang.String)">setPhoneNumber</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippet(java.lang.String)">setSnippet</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setSnippetMaxLines(java.lang.Integer)">setSnippetMaxLines</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setStyleUrl(java.lang.String)">setStyleUrl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setVisibility(java.lang.Boolean)">setVisibility</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Feature.html#setXalAddressDeatails(java.lang.String)">setXalAddressDeatails</A></CODE></TD>
478 </TR>
479 </TABLE>
480 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
481 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
482 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
483 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
484 </TR>
485 <TR BGCOLOR="white" CLASS="TableRowColor">
486 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
487 </TR>
488 </TABLE>
489 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
490 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
491 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
492 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
493 </TR>
494 <TR BGCOLOR="white" CLASS="TableRowColor">
495 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
496 </TR>
497 </TABLE>
498 &nbsp;
499 <P>
500
501 <!-- ========= CONSTRUCTOR DETAIL ======== -->
502
503 <A NAME="constructor_detail"><!-- --></A>
504 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
505 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
506 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
507 <B>Constructor Detail</B></FONT></TH>
508 </TR>
509 </TABLE>
510
511 <A NAME="ScreenOverlay()"><!-- --></A><H3>
512 ScreenOverlay</H3>
513 <PRE>
514 public <B>ScreenOverlay</B>()</PRE>
515 <DL>
516 </DL>
517 <HR>
518
519 <A NAME="ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)"><!-- --></A><H3>
520 ScreenOverlay</H3>
521 <PRE>
522 public <B>ScreenOverlay</B>(java.lang.String&nbsp;name,
523 java.lang.Boolean&nbsp;visibility,
524 java.lang.Boolean&nbsp;open,
525 <A HREF="../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
526 <A HREF="../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
527 java.lang.String&nbsp;address,
528 java.lang.String&nbsp;xalAddressDetails,
529 java.lang.String&nbsp;phoneNumber,
530 java.lang.String&nbsp;snippet,
531 java.lang.Integer&nbsp;snippetMaxLines,
532 java.lang.String&nbsp;description,
533 <A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
534 <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
535 java.lang.String&nbsp;styleUrl,
536 java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
537 <A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
538 <A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
539 java.lang.String&nbsp;color,
540 java.lang.Integer&nbsp;drawOrder,
541 <A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
542 java.lang.Double&nbsp;overlayX,
543 java.lang.Double&nbsp;overlayY,
544 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
545 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
546 java.lang.Double&nbsp;screenX,
547 java.lang.Double&nbsp;screenY,
548 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
549 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
550 java.lang.Double&nbsp;rotationX,
551 java.lang.Double&nbsp;rotationY,
552 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
553 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
554 java.lang.Double&nbsp;sizeX,
555 java.lang.Double&nbsp;sizeY,
556 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
557 <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
558 java.lang.Double&nbsp;rotation)</PRE>
559 <DL>
560 </DL>
561
562 <!-- ============ METHOD DETAIL ========== -->
563
564 <A NAME="method_detail"><!-- --></A>
565 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
566 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
567 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
568 <B>Method Detail</B></FONT></TH>
569 </TR>
570 </TABLE>
571
572 <A NAME="getOverlayX()"><!-- --></A><H3>
573 getOverlayX</H3>
574 <PRE>
575 public java.lang.Double <B>getOverlayX</B>()</PRE>
576 <DL>
577 <DD><DL>
578 </DL>
579 </DD>
580 </DL>
581 <HR>
582
583 <A NAME="setOverlayX(java.lang.Double)"><!-- --></A><H3>
584 setOverlayX</H3>
585 <PRE>
586 public void <B>setOverlayX</B>(java.lang.Double&nbsp;overlayX)</PRE>
587 <DL>
588 <DD><DL>
589 </DL>
590 </DD>
591 </DL>
592 <HR>
593
594 <A NAME="getOverlayY()"><!-- --></A><H3>
595 getOverlayY</H3>
596 <PRE>
597 public java.lang.Double <B>getOverlayY</B>()</PRE>
598 <DL>
599 <DD><DL>
600 </DL>
601 </DD>
602 </DL>
603 <HR>
604
605 <A NAME="setOverlayY(java.lang.Double)"><!-- --></A><H3>
606 setOverlayY</H3>
607 <PRE>
608 public void <B>setOverlayY</B>(java.lang.Double&nbsp;overlayY)</PRE>
609 <DL>
610 <DD><DL>
611 </DL>
612 </DD>
613 </DL>
614 <HR>
615
616 <A NAME="getOverlayXunits()"><!-- --></A><H3>
617 getOverlayXunits</H3>
618 <PRE>
619 public <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>getOverlayXunits</B>()</PRE>
620 <DL>
621 <DD><DL>
622 </DL>
623 </DD>
624 </DL>
625 <HR>
626
627 <A NAME="setOverlayXunits(org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
628 setOverlayXunits</H3>
629 <PRE>
630 public void <B>setOverlayXunits</B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits)</PRE>
631 <DL>
632 <DD><DL>
633 </DL>
634 </DD>
635 </DL>
636 <HR>
637
638 <A NAME="getOverlayYunits()"><!-- --></A><H3>
639 getOverlayYunits</H3>
640 <PRE>
641 public <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>getOverlayYunits</B>()</PRE>
642 <DL>
643 <DD><DL>
644 </DL>
645 </DD>
646 </DL>
647 <HR>
648
649 <A NAME="setOverlayYunits(org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
650 setOverlayYunits</H3>
651 <PRE>
652 public void <B>setOverlayYunits</B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits)</PRE>
653 <DL>
654 <DD><DL>
655 </DL>
656 </DD>
657 </DL>
658 <HR>
659
660 <A NAME="getScreenX()"><!-- --></A><H3>
661 getScreenX</H3>
662 <PRE>
663 public java.lang.Double <B>getScreenX</B>()</PRE>
664 <DL>
665 <DD><DL>
666 </DL>
667 </DD>
668 </DL>
669 <HR>
670
671 <A NAME="setScreenX(java.lang.Double)"><!-- --></A><H3>
672 setScreenX</H3>
673 <PRE>
674 public void <B>setScreenX</B>(java.lang.Double&nbsp;screenX)</PRE>
675 <DL>
676 <DD><DL>
677 </DL>
678 </DD>
679 </DL>
680 <HR>
681
682 <A NAME="getScreenY()"><!-- --></A><H3>
683 getScreenY</H3>
684 <PRE>
685 public java.lang.Double <B>getScreenY</B>()</PRE>
686 <DL>
687 <DD><DL>
688 </DL>
689 </DD>
690 </DL>
691 <HR>
692
693 <A NAME="setScreenY(java.lang.Double)"><!-- --></A><H3>
694 setScreenY</H3>
695 <PRE>
696 public void <B>setScreenY</B>(java.lang.Double&nbsp;screenY)</PRE>
697 <DL>
698 <DD><DL>
699 </DL>
700 </DD>
701 </DL>
702 <HR>
703
704 <A NAME="getScreenXunits()"><!-- --></A><H3>
705 getScreenXunits</H3>
706 <PRE>
707 public <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>getScreenXunits</B>()</PRE>
708 <DL>
709 <DD><DL>
710 </DL>
711 </DD>
712 </DL>
713 <HR>
714
715 <A NAME="setScreenXunits(org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
716 setScreenXunits</H3>
717 <PRE>
718 public void <B>setScreenXunits</B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits)</PRE>
719 <DL>
720 <DD><DL>
721 </DL>
722 </DD>
723 </DL>
724 <HR>
725
726 <A NAME="getScreenYunits()"><!-- --></A><H3>
727 getScreenYunits</H3>
728 <PRE>
729 public <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>getScreenYunits</B>()</PRE>
730 <DL>
731 <DD><DL>
732 </DL>
733 </DD>
734 </DL>
735 <HR>
736
737 <A NAME="setScreenYunits(org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
738 setScreenYunits</H3>
739 <PRE>
740 public void <B>setScreenYunits</B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits)</PRE>
741 <DL>
742 <DD><DL>
743 </DL>
744 </DD>
745 </DL>
746 <HR>
747
748 <A NAME="getRotationX()"><!-- --></A><H3>
749 getRotationX</H3>
750 <PRE>
751 public java.lang.Double <B>getRotationX</B>()</PRE>
752 <DL>
753 <DD><DL>
754 </DL>
755 </DD>
756 </DL>
757 <HR>
758
759 <A NAME="setRotationX(java.lang.Double)"><!-- --></A><H3>
760 setRotationX</H3>
761 <PRE>
762 public void <B>setRotationX</B>(java.lang.Double&nbsp;rotationX)</PRE>
763 <DL>
764 <DD><DL>
765 </DL>
766 </DD>
767 </DL>
768 <HR>
769
770 <A NAME="getRotationY()"><!-- --></A><H3>
771 getRotationY</H3>
772 <PRE>
773 public java.lang.Double <B>getRotationY</B>()</PRE>
774 <DL>
775 <DD><DL>
776 </DL>
777 </DD>
778 </DL>
779 <HR>
780
781 <A NAME="setRotationY(java.lang.Double)"><!-- --></A><H3>
782 setRotationY</H3>
783 <PRE>
784 public void <B>setRotationY</B>(java.lang.Double&nbsp;rotationY)</PRE>
785 <DL>
786 <DD><DL>
787 </DL>
788 </DD>
789 </DL>
790 <HR>
791
792 <A NAME="getRotationXunits()"><!-- --></A><H3>
793 getRotationXunits</H3>
794 <PRE>
795 public <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>getRotationXunits</B>()</PRE>
796 <DL>
797 <DD><DL>
798 </DL>
799 </DD>
800 </DL>
801 <HR>
802
803 <A NAME="setRotationXunits(org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
804 setRotationXunits</H3>
805 <PRE>
806 public void <B>setRotationXunits</B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits)</PRE>
807 <DL>
808 <DD><DL>
809 </DL>
810 </DD>
811 </DL>
812 <HR>
813
814 <A NAME="getRotationYunits()"><!-- --></A><H3>
815 getRotationYunits</H3>
816 <PRE>
817 public <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>getRotationYunits</B>()</PRE>
818 <DL>
819 <DD><DL>
820 </DL>
821 </DD>
822 </DL>
823 <HR>
824
825 <A NAME="setRotationYunits(org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
826 setRotationYunits</H3>
827 <PRE>
828 public void <B>setRotationYunits</B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits)</PRE>
829 <DL>
830 <DD><DL>
831 </DL>
832 </DD>
833 </DL>
834 <HR>
835
836 <A NAME="getSizeX()"><!-- --></A><H3>
837 getSizeX</H3>
838 <PRE>
839 public java.lang.Double <B>getSizeX</B>()</PRE>
840 <DL>
841 <DD><DL>
842 </DL>
843 </DD>
844 </DL>
845 <HR>
846
847 <A NAME="setSizeX(java.lang.Double)"><!-- --></A><H3>
848 setSizeX</H3>
849 <PRE>
850 public void <B>setSizeX</B>(java.lang.Double&nbsp;sizeX)</PRE>
851 <DL>
852 <DD><DL>
853 </DL>
854 </DD>
855 </DL>
856 <HR>
857
858 <A NAME="getSizeY()"><!-- --></A><H3>
859 getSizeY</H3>
860 <PRE>
861 public java.lang.Double <B>getSizeY</B>()</PRE>
862 <DL>
863 <DD><DL>
864 </DL>
865 </DD>
866 </DL>
867 <HR>
868
869 <A NAME="setSizeY(java.lang.Double)"><!-- --></A><H3>
870 setSizeY</H3>
871 <PRE>
872 public void <B>setSizeY</B>(java.lang.Double&nbsp;sizeY)</PRE>
873 <DL>
874 <DD><DL>
875 </DL>
876 </DD>
877 </DL>
878 <HR>
879
880 <A NAME="getSizeXunits()"><!-- --></A><H3>
881 getSizeXunits</H3>
882 <PRE>
883 public <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>getSizeXunits</B>()</PRE>
884 <DL>
885 <DD><DL>
886 </DL>
887 </DD>
888 </DL>
889 <HR>
890
891 <A NAME="setSizeXunits(org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
892 setSizeXunits</H3>
893 <PRE>
894 public void <B>setSizeXunits</B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits)</PRE>
895 <DL>
896 <DD><DL>
897 </DL>
898 </DD>
899 </DL>
900 <HR>
901
902 <A NAME="getSizeYunits()"><!-- --></A><H3>
903 getSizeYunits</H3>
904 <PRE>
905 public <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>getSizeYunits</B>()</PRE>
906 <DL>
907 <DD><DL>
908 </DL>
909 </DD>
910 </DL>
911 <HR>
912
913 <A NAME="setSizeYunits(org.boehn.kmlframework.kml.UnitEnum)"><!-- --></A><H3>
914 setSizeYunits</H3>
915 <PRE>
916 public void <B>setSizeYunits</B>(<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits)</PRE>
917 <DL>
918 <DD><DL>
919 </DL>
920 </DD>
921 </DL>
922 <HR>
923
924 <A NAME="getRotation()"><!-- --></A><H3>
925 getRotation</H3>
926 <PRE>
927 public java.lang.Double <B>getRotation</B>()</PRE>
928 <DL>
929 <DD><DL>
930 </DL>
931 </DD>
932 </DL>
933 <HR>
934
935 <A NAME="setRotation(java.lang.Double)"><!-- --></A><H3>
936 setRotation</H3>
937 <PRE>
938 public void <B>setRotation</B>(java.lang.Double&nbsp;rotation)</PRE>
939 <DL>
940 <DD><DL>
941 </DL>
942 </DD>
943 </DL>
944 <HR>
945
946 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
947 write</H3>
948 <PRE>
949 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
950 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
951 <DL>
952 <DD><DL>
953 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
954 </DD>
955 <DD><DL>
956
957 <DT><B>Throws:</B>
958 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
959 </DD>
960 </DL>
961 <HR>
962
963 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
964 writeDelete</H3>
965 <PRE>
966 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
967 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
968 <DL>
969 <DD><DL>
970 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
971 </DD>
972 <DD><DL>
973
974 <DT><B>Throws:</B>
975 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
976 </DD>
977 </DL>
978 <!-- ========= END OF CLASS DATA ========= -->
979 <HR>
980
981
982 <!-- ======= START OF BOTTOM NAVBAR ====== -->
983 <A NAME="navbar_bottom"><!-- --></A>
984 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
985 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
986 <TR>
987 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
988 <A NAME="navbar_bottom_firstrow"><!-- --></A>
989 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
990 <TR ALIGN="center" VALIGN="top">
991 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
992 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
993 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
994 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ScreenOverlay.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
995 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
996 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
997 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
998 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
999 </TR>
1000 </TABLE>
1001 </TD>
1002 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1003 </EM>
1004 </TD>
1005 </TR>
1006
1007 <TR>
1008 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1009 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
1010 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
1011 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1012 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ScreenOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
1013 &nbsp;<A HREF="ScreenOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
1014 &nbsp;<SCRIPT type="text/javascript">
1015 <!--
1016 if(window==top) {
1017 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
1018 }
1019 //-->
1020 </SCRIPT>
1021 <NOSCRIPT>
1022 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
1023 </NOSCRIPT>
1024
1025
1026 </FONT></TD>
1027 </TR>
1028 <TR>
1029 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1030 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
1031 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1032 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
1033 </TR>
1034 </TABLE>
1035 <A NAME="skip-navbar_bottom"></A>
1036 <!-- ======== END OF BOTTOM NAVBAR ======= -->
1037
1038 <HR>
1039
1040 </BODY>
1041 </HTML>
+0
-334
documentation/javadoc/org/boehn/kmlframework/kml/ShapeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 ShapeEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.ShapeEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ShapeEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ShapeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ShapeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ShapeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum ShapeEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.ShapeEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>ShapeEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html#cylinder">cylinder</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html#rectangle">rectangle</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html#sphere">sphere</A></B></CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <!-- ========== METHOD SUMMARY =========== -->
136
137 <A NAME="method_summary"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
140 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
141 <B>Method Summary</B></FONT></TH>
142 </TR>
143 <TR BGCOLOR="white" CLASS="TableRowColor">
144 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A></CODE></FONT></TD>
146 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>[]</CODE></FONT></TD>
154 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html#values()">values</A></B>()</CODE>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
158 the order they're declared.</TD>
159 </TR>
160 </TABLE>
161 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
162 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
163 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
164 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
168 </TR>
169 </TABLE>
170 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
171 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
172 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
173 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
174 </TR>
175 <TR BGCOLOR="white" CLASS="TableRowColor">
176 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
177 </TR>
178 </TABLE>
179 &nbsp;
180 <P>
181
182 <!-- ============ ENUM CONSTANT DETAIL =========== -->
183
184 <A NAME="enum_constant_detail"><!-- --></A>
185 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
186 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
187 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
188 <B>Enum Constant Detail</B></FONT></TH>
189 </TR>
190 </TABLE>
191
192 <A NAME="rectangle"><!-- --></A><H3>
193 rectangle</H3>
194 <PRE>
195 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A> <B>rectangle</B></PRE>
196 <DL>
197 <DL>
198 </DL>
199 </DL>
200 <HR>
201
202 <A NAME="cylinder"><!-- --></A><H3>
203 cylinder</H3>
204 <PRE>
205 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A> <B>cylinder</B></PRE>
206 <DL>
207 <DL>
208 </DL>
209 </DL>
210 <HR>
211
212 <A NAME="sphere"><!-- --></A><H3>
213 sphere</H3>
214 <PRE>
215 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A> <B>sphere</B></PRE>
216 <DL>
217 <DL>
218 </DL>
219 </DL>
220
221 <!-- ============ METHOD DETAIL ========== -->
222
223 <A NAME="method_detail"><!-- --></A>
224 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
225 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
226 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
227 <B>Method Detail</B></FONT></TH>
228 </TR>
229 </TABLE>
230
231 <A NAME="values()"><!-- --></A><H3>
232 values</H3>
233 <PRE>
234 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>[] <B>values</B>()</PRE>
235 <DL>
236 <DD>Returns an array containing the constants of this enum type, in
237 the order they're declared. This method may be used to iterate
238 over the constants as follows:
239 <pre>
240 for(ShapeEnum c : ShapeEnum.values())
241 System.out.println(c);
242 </pre>
243 <P>
244 <DD><DL>
245
246 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
247 the order they're declared</DL>
248 </DD>
249 </DL>
250 <HR>
251
252 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
253 valueOf</H3>
254 <PRE>
255 public static <A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
256 <DL>
257 <DD>Returns the enum constant of this type with the specified name.
258 The string must match <I>exactly</I> an identifier used to declare an
259 enum constant in this type. (Extraneous whitespace characters are
260 not permitted.)
261 <P>
262 <DD><DL>
263 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
264 <DT><B>Returns:</B><DD>the enum constant with the specified name
265 <DT><B>Throws:</B>
266 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
267 with the specified name</DL>
268 </DD>
269 </DL>
270 <!-- ========= END OF CLASS DATA ========= -->
271 <HR>
272
273
274 <!-- ======= START OF BOTTOM NAVBAR ====== -->
275 <A NAME="navbar_bottom"><!-- --></A>
276 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
277 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
278 <TR>
279 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
280 <A NAME="navbar_bottom_firstrow"><!-- --></A>
281 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
282 <TR ALIGN="center" VALIGN="top">
283 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
284 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
285 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
286 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ShapeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
287 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
288 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
289 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
290 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
291 </TR>
292 </TABLE>
293 </TD>
294 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
295 </EM>
296 </TD>
297 </TR>
298
299 <TR>
300 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
301 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
302 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
303 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
304 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ShapeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
305 &nbsp;<A HREF="ShapeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
306 &nbsp;<SCRIPT type="text/javascript">
307 <!--
308 if(window==top) {
309 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
310 }
311 //-->
312 </SCRIPT>
313 <NOSCRIPT>
314 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
315 </NOSCRIPT>
316
317
318 </FONT></TD>
319 </TR>
320 <TR>
321 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
322 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
323 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
324 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
325 </TR>
326 </TABLE>
327 <A NAME="skip-navbar_bottom"></A>
328 <!-- ======== END OF BOTTOM NAVBAR ======= -->
329
330 <HR>
331
332 </BODY>
333 </HTML>
+0
-382
documentation/javadoc/org/boehn/kmlframework/kml/SimpleData.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 SimpleData (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.SimpleData class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="SimpleData (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SimpleData.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/SimpleData.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="SimpleData.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class SimpleData</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.SimpleData</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>SimpleData</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html#SimpleData()">SimpleData</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html#SimpleData(java.lang.String, java.lang.String)">SimpleData</A></B>(java.lang.String&nbsp;name,
121 java.lang.String&nbsp;value)</CODE>
122
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125 </TR>
126 </TABLE>
127 &nbsp;
128 <!-- ========== METHOD SUMMARY =========== -->
129
130 <A NAME="method_summary"><!-- --></A>
131 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134 <B>Method Summary</B></FONT></TH>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
139 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html#getName()">getName</A></B>()</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html#getValue()">getValue</A></B>()</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 <TR BGCOLOR="white" CLASS="TableRowColor">
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154 <CODE>&nbsp;void</CODE></FONT></TD>
155 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;name)</CODE>
156
157 <BR>
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162 <CODE>&nbsp;void</CODE></FONT></TD>
163 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html#setValue(java.lang.String)">setValue</A></B>(java.lang.String&nbsp;value)</CODE>
164
165 <BR>
166 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170 <CODE>&nbsp;void</CODE></FONT></TD>
171 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
172
173 <BR>
174 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
175 </TR>
176 <TR BGCOLOR="white" CLASS="TableRowColor">
177 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178 <CODE>&nbsp;void</CODE></FONT></TD>
179 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
180
181 <BR>
182 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183 </TR>
184 </TABLE>
185 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
186 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
187 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
188 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
189 </TR>
190 <TR BGCOLOR="white" CLASS="TableRowColor">
191 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
192 </TR>
193 </TABLE>
194 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
195 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
196 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
197 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
198 </TR>
199 <TR BGCOLOR="white" CLASS="TableRowColor">
200 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
201 </TR>
202 </TABLE>
203 &nbsp;
204 <P>
205
206 <!-- ========= CONSTRUCTOR DETAIL ======== -->
207
208 <A NAME="constructor_detail"><!-- --></A>
209 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
210 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
211 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
212 <B>Constructor Detail</B></FONT></TH>
213 </TR>
214 </TABLE>
215
216 <A NAME="SimpleData()"><!-- --></A><H3>
217 SimpleData</H3>
218 <PRE>
219 public <B>SimpleData</B>()</PRE>
220 <DL>
221 </DL>
222 <HR>
223
224 <A NAME="SimpleData(java.lang.String, java.lang.String)"><!-- --></A><H3>
225 SimpleData</H3>
226 <PRE>
227 public <B>SimpleData</B>(java.lang.String&nbsp;name,
228 java.lang.String&nbsp;value)</PRE>
229 <DL>
230 </DL>
231
232 <!-- ============ METHOD DETAIL ========== -->
233
234 <A NAME="method_detail"><!-- --></A>
235 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
236 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
237 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
238 <B>Method Detail</B></FONT></TH>
239 </TR>
240 </TABLE>
241
242 <A NAME="getName()"><!-- --></A><H3>
243 getName</H3>
244 <PRE>
245 public java.lang.String <B>getName</B>()</PRE>
246 <DL>
247 <DD><DL>
248 </DL>
249 </DD>
250 </DL>
251 <HR>
252
253 <A NAME="setName(java.lang.String)"><!-- --></A><H3>
254 setName</H3>
255 <PRE>
256 public void <B>setName</B>(java.lang.String&nbsp;name)</PRE>
257 <DL>
258 <DD><DL>
259 </DL>
260 </DD>
261 </DL>
262 <HR>
263
264 <A NAME="getValue()"><!-- --></A><H3>
265 getValue</H3>
266 <PRE>
267 public java.lang.String <B>getValue</B>()</PRE>
268 <DL>
269 <DD><DL>
270 </DL>
271 </DD>
272 </DL>
273 <HR>
274
275 <A NAME="setValue(java.lang.String)"><!-- --></A><H3>
276 setValue</H3>
277 <PRE>
278 public void <B>setValue</B>(java.lang.String&nbsp;value)</PRE>
279 <DL>
280 <DD><DL>
281 </DL>
282 </DD>
283 </DL>
284 <HR>
285
286 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
287 write</H3>
288 <PRE>
289 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
290 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
291 <DL>
292 <DD><DL>
293 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
294 </DD>
295 <DD><DL>
296
297 <DT><B>Throws:</B>
298 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
299 </DD>
300 </DL>
301 <HR>
302
303 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
304 writeDelete</H3>
305 <PRE>
306 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
307 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
308 <DL>
309 <DD><DL>
310 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
311 </DD>
312 <DD><DL>
313
314 <DT><B>Throws:</B>
315 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
316 </DD>
317 </DL>
318 <!-- ========= END OF CLASS DATA ========= -->
319 <HR>
320
321
322 <!-- ======= START OF BOTTOM NAVBAR ====== -->
323 <A NAME="navbar_bottom"><!-- --></A>
324 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
325 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
326 <TR>
327 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
328 <A NAME="navbar_bottom_firstrow"><!-- --></A>
329 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
330 <TR ALIGN="center" VALIGN="top">
331 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
332 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
333 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
334 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SimpleData.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
335 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
336 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
337 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
338 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
339 </TR>
340 </TABLE>
341 </TD>
342 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
343 </EM>
344 </TD>
345 </TR>
346
347 <TR>
348 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
349 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
350 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
351 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
352 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/SimpleData.html" target="_top"><B>FRAMES</B></A> &nbsp;
353 &nbsp;<A HREF="SimpleData.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
354 &nbsp;<SCRIPT type="text/javascript">
355 <!--
356 if(window==top) {
357 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
358 }
359 //-->
360 </SCRIPT>
361 <NOSCRIPT>
362 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
363 </NOSCRIPT>
364
365
366 </FONT></TD>
367 </TR>
368 <TR>
369 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
370 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
371 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
372 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
373 </TR>
374 </TABLE>
375 <A NAME="skip-navbar_bottom"></A>
376 <!-- ======== END OF BOTTOM NAVBAR ======= -->
377
378 <HR>
379
380 </BODY>
381 </HTML>
+0
-422
documentation/javadoc/org/boehn/kmlframework/kml/SimpleField.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 SimpleField (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.SimpleField class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="SimpleField (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SimpleField.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/SimpleField.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="SimpleField.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class SimpleField</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.SimpleField</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>SimpleField</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html#SimpleField()">SimpleField</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html#SimpleField(org.boehn.kmlframework.kml.SimpleFieldTypeEnum, java.lang.String, java.lang.String)">SimpleField</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>&nbsp;simpleFieldType,
121 java.lang.String&nbsp;name,
122 java.lang.String&nbsp;displayName)</CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html#getDisplayName()">getDisplayName</A></B>()</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html#getName()">getName</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A></CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html#getSimpleFieldType()">getSimpleFieldType</A></B>()</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;void</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html#setDisplayName(java.lang.String)">setDisplayName</A></B>(java.lang.String&nbsp;displayName)</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;void</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;name)</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;void</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html#setSimpleFieldType(org.boehn.kmlframework.kml.SimpleFieldTypeEnum)">setSimpleFieldType</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>&nbsp;simpleFieldType)</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>&nbsp;void</CODE></FONT></TD>
188 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
189
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;void</CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 </TABLE>
202 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
203 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
204 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
205 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
206 </TR>
207 <TR BGCOLOR="white" CLASS="TableRowColor">
208 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
209 </TR>
210 </TABLE>
211 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
212 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
213 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
214 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
215 </TR>
216 <TR BGCOLOR="white" CLASS="TableRowColor">
217 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
218 </TR>
219 </TABLE>
220 &nbsp;
221 <P>
222
223 <!-- ========= CONSTRUCTOR DETAIL ======== -->
224
225 <A NAME="constructor_detail"><!-- --></A>
226 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
227 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
228 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
229 <B>Constructor Detail</B></FONT></TH>
230 </TR>
231 </TABLE>
232
233 <A NAME="SimpleField()"><!-- --></A><H3>
234 SimpleField</H3>
235 <PRE>
236 public <B>SimpleField</B>()</PRE>
237 <DL>
238 </DL>
239 <HR>
240
241 <A NAME="SimpleField(org.boehn.kmlframework.kml.SimpleFieldTypeEnum, java.lang.String, java.lang.String)"><!-- --></A><H3>
242 SimpleField</H3>
243 <PRE>
244 public <B>SimpleField</B>(<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>&nbsp;simpleFieldType,
245 java.lang.String&nbsp;name,
246 java.lang.String&nbsp;displayName)</PRE>
247 <DL>
248 </DL>
249
250 <!-- ============ METHOD DETAIL ========== -->
251
252 <A NAME="method_detail"><!-- --></A>
253 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
254 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
255 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
256 <B>Method Detail</B></FONT></TH>
257 </TR>
258 </TABLE>
259
260 <A NAME="getSimpleFieldType()"><!-- --></A><H3>
261 getSimpleFieldType</H3>
262 <PRE>
263 public <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> <B>getSimpleFieldType</B>()</PRE>
264 <DL>
265 <DD><DL>
266 </DL>
267 </DD>
268 </DL>
269 <HR>
270
271 <A NAME="setSimpleFieldType(org.boehn.kmlframework.kml.SimpleFieldTypeEnum)"><!-- --></A><H3>
272 setSimpleFieldType</H3>
273 <PRE>
274 public void <B>setSimpleFieldType</B>(<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>&nbsp;simpleFieldType)</PRE>
275 <DL>
276 <DD><DL>
277 </DL>
278 </DD>
279 </DL>
280 <HR>
281
282 <A NAME="getName()"><!-- --></A><H3>
283 getName</H3>
284 <PRE>
285 public java.lang.String <B>getName</B>()</PRE>
286 <DL>
287 <DD><DL>
288 </DL>
289 </DD>
290 </DL>
291 <HR>
292
293 <A NAME="setName(java.lang.String)"><!-- --></A><H3>
294 setName</H3>
295 <PRE>
296 public void <B>setName</B>(java.lang.String&nbsp;name)</PRE>
297 <DL>
298 <DD><DL>
299 </DL>
300 </DD>
301 </DL>
302 <HR>
303
304 <A NAME="getDisplayName()"><!-- --></A><H3>
305 getDisplayName</H3>
306 <PRE>
307 public java.lang.String <B>getDisplayName</B>()</PRE>
308 <DL>
309 <DD><DL>
310 </DL>
311 </DD>
312 </DL>
313 <HR>
314
315 <A NAME="setDisplayName(java.lang.String)"><!-- --></A><H3>
316 setDisplayName</H3>
317 <PRE>
318 public void <B>setDisplayName</B>(java.lang.String&nbsp;displayName)</PRE>
319 <DL>
320 <DD><DL>
321 </DL>
322 </DD>
323 </DL>
324 <HR>
325
326 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
327 write</H3>
328 <PRE>
329 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
330 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
331 <DL>
332 <DD><DL>
333 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
334 </DD>
335 <DD><DL>
336
337 <DT><B>Throws:</B>
338 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
339 </DD>
340 </DL>
341 <HR>
342
343 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
344 writeDelete</H3>
345 <PRE>
346 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
347 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
348 <DL>
349 <DD><DL>
350 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
351 </DD>
352 <DD><DL>
353
354 <DT><B>Throws:</B>
355 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
356 </DD>
357 </DL>
358 <!-- ========= END OF CLASS DATA ========= -->
359 <HR>
360
361
362 <!-- ======= START OF BOTTOM NAVBAR ====== -->
363 <A NAME="navbar_bottom"><!-- --></A>
364 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
365 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
366 <TR>
367 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
368 <A NAME="navbar_bottom_firstrow"><!-- --></A>
369 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
370 <TR ALIGN="center" VALIGN="top">
371 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
372 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
373 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
374 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SimpleField.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
375 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
376 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
377 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
378 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
379 </TR>
380 </TABLE>
381 </TD>
382 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
383 </EM>
384 </TD>
385 </TR>
386
387 <TR>
388 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
389 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
390 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
391 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
392 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/SimpleField.html" target="_top"><B>FRAMES</B></A> &nbsp;
393 &nbsp;<A HREF="SimpleField.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
394 &nbsp;<SCRIPT type="text/javascript">
395 <!--
396 if(window==top) {
397 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
398 }
399 //-->
400 </SCRIPT>
401 <NOSCRIPT>
402 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
403 </NOSCRIPT>
404
405
406 </FONT></TD>
407 </TR>
408 <TR>
409 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
410 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
411 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
412 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
413 </TR>
414 </TABLE>
415 <A NAME="skip-navbar_bottom"></A>
416 <!-- ======== END OF BOTTOM NAVBAR ======= -->
417
418 <HR>
419
420 </BODY>
421 </HTML>
+0
-414
documentation/javadoc/org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 SimpleFieldTypeEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.SimpleFieldTypeEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="SimpleFieldTypeEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SimpleFieldTypeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="SimpleFieldTypeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum SimpleFieldTypeEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.SimpleFieldTypeEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>SimpleFieldTypeEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#_double">_double</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#_float">_float</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#_int">_int</A></B></CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 <TR BGCOLOR="white" CLASS="TableRowColor">
134 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#_short">_short</A></B></CODE>
135
136 <BR>
137 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#bool">bool</A></B></CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#string">string</A></B></CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#uint">uint</A></B></CODE>
153
154 <BR>
155 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#ushort">ushort</A></B></CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 </TABLE>
164 &nbsp;
165 <!-- ========== METHOD SUMMARY =========== -->
166
167 <A NAME="method_summary"><!-- --></A>
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
170 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
171 <B>Method Summary</B></FONT></TH>
172 </TR>
173 <TR BGCOLOR="white" CLASS="TableRowColor">
174 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A></CODE></FONT></TD>
176 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
177
178 <BR>
179 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
180 </TR>
181 <TR BGCOLOR="white" CLASS="TableRowColor">
182 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
183 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>[]</CODE></FONT></TD>
184 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#values()">values</A></B>()</CODE>
185
186 <BR>
187 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
188 the order they're declared.</TD>
189 </TR>
190 </TABLE>
191 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
192 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
193 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
194 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
195 </TR>
196 <TR BGCOLOR="white" CLASS="TableRowColor">
197 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
198 </TR>
199 </TABLE>
200 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
201 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
202 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
203 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
204 </TR>
205 <TR BGCOLOR="white" CLASS="TableRowColor">
206 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
207 </TR>
208 </TABLE>
209 &nbsp;
210 <P>
211
212 <!-- ============ ENUM CONSTANT DETAIL =========== -->
213
214 <A NAME="enum_constant_detail"><!-- --></A>
215 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
216 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
217 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
218 <B>Enum Constant Detail</B></FONT></TH>
219 </TR>
220 </TABLE>
221
222 <A NAME="string"><!-- --></A><H3>
223 string</H3>
224 <PRE>
225 public static final <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> <B>string</B></PRE>
226 <DL>
227 <DL>
228 </DL>
229 </DL>
230 <HR>
231
232 <A NAME="_int"><!-- --></A><H3>
233 _int</H3>
234 <PRE>
235 public static final <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> <B>_int</B></PRE>
236 <DL>
237 <DL>
238 </DL>
239 </DL>
240 <HR>
241
242 <A NAME="uint"><!-- --></A><H3>
243 uint</H3>
244 <PRE>
245 public static final <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> <B>uint</B></PRE>
246 <DL>
247 <DL>
248 </DL>
249 </DL>
250 <HR>
251
252 <A NAME="_short"><!-- --></A><H3>
253 _short</H3>
254 <PRE>
255 public static final <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> <B>_short</B></PRE>
256 <DL>
257 <DL>
258 </DL>
259 </DL>
260 <HR>
261
262 <A NAME="ushort"><!-- --></A><H3>
263 ushort</H3>
264 <PRE>
265 public static final <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> <B>ushort</B></PRE>
266 <DL>
267 <DL>
268 </DL>
269 </DL>
270 <HR>
271
272 <A NAME="_float"><!-- --></A><H3>
273 _float</H3>
274 <PRE>
275 public static final <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> <B>_float</B></PRE>
276 <DL>
277 <DL>
278 </DL>
279 </DL>
280 <HR>
281
282 <A NAME="_double"><!-- --></A><H3>
283 _double</H3>
284 <PRE>
285 public static final <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> <B>_double</B></PRE>
286 <DL>
287 <DL>
288 </DL>
289 </DL>
290 <HR>
291
292 <A NAME="bool"><!-- --></A><H3>
293 bool</H3>
294 <PRE>
295 public static final <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> <B>bool</B></PRE>
296 <DL>
297 <DL>
298 </DL>
299 </DL>
300
301 <!-- ============ METHOD DETAIL ========== -->
302
303 <A NAME="method_detail"><!-- --></A>
304 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
305 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
306 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
307 <B>Method Detail</B></FONT></TH>
308 </TR>
309 </TABLE>
310
311 <A NAME="values()"><!-- --></A><H3>
312 values</H3>
313 <PRE>
314 public static final <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>[] <B>values</B>()</PRE>
315 <DL>
316 <DD>Returns an array containing the constants of this enum type, in
317 the order they're declared. This method may be used to iterate
318 over the constants as follows:
319 <pre>
320 for(SimpleFieldTypeEnum c : SimpleFieldTypeEnum.values())
321 System.out.println(c);
322 </pre>
323 <P>
324 <DD><DL>
325
326 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
327 the order they're declared</DL>
328 </DD>
329 </DL>
330 <HR>
331
332 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
333 valueOf</H3>
334 <PRE>
335 public static <A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
336 <DL>
337 <DD>Returns the enum constant of this type with the specified name.
338 The string must match <I>exactly</I> an identifier used to declare an
339 enum constant in this type. (Extraneous whitespace characters are
340 not permitted.)
341 <P>
342 <DD><DL>
343 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
344 <DT><B>Returns:</B><DD>the enum constant with the specified name
345 <DT><B>Throws:</B>
346 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
347 with the specified name</DL>
348 </DD>
349 </DL>
350 <!-- ========= END OF CLASS DATA ========= -->
351 <HR>
352
353
354 <!-- ======= START OF BOTTOM NAVBAR ====== -->
355 <A NAME="navbar_bottom"><!-- --></A>
356 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
357 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
358 <TR>
359 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
360 <A NAME="navbar_bottom_firstrow"><!-- --></A>
361 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
362 <TR ALIGN="center" VALIGN="top">
363 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
364 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
365 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
366 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SimpleFieldTypeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
367 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
368 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
369 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
370 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
371 </TR>
372 </TABLE>
373 </TD>
374 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
375 </EM>
376 </TD>
377 </TR>
378
379 <TR>
380 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
381 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
382 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
383 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
384 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
385 &nbsp;<A HREF="SimpleFieldTypeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
386 &nbsp;<SCRIPT type="text/javascript">
387 <!--
388 if(window==top) {
389 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
390 }
391 //-->
392 </SCRIPT>
393 <NOSCRIPT>
394 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
395 </NOSCRIPT>
396
397
398 </FONT></TD>
399 </TR>
400 <TR>
401 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
402 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
403 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
404 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
405 </TR>
406 </TABLE>
407 <A NAME="skip-navbar_bottom"></A>
408 <!-- ======== END OF BOTTOM NAVBAR ======= -->
409
410 <HR>
411
412 </BODY>
413 </HTML>
+0
-543
documentation/javadoc/org/boehn/kmlframework/kml/Style.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Style (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Style class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Style (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Style.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Style.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Style.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Style</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.StyleSelector</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Style</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>Style</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#Style()">Style</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#Style(org.boehn.kmlframework.kml.IconStyle, org.boehn.kmlframework.kml.LabelStyle, org.boehn.kmlframework.kml.LineStyle, org.boehn.kmlframework.kml.PolyStyle, org.boehn.kmlframework.kml.BallonStyle, org.boehn.kmlframework.kml.ListStyle)">Style</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle,
122 <A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle,
123 <A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle,
124 <A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle,
125 <A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle,
126 <A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</CODE>
127
128 <BR>
129 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
130 </TR>
131 </TABLE>
132 &nbsp;
133 <!-- ========== METHOD SUMMARY =========== -->
134
135 <A NAME="method_summary"><!-- --></A>
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
138 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
139 <B>Method Summary</B></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A></CODE></FONT></TD>
144 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#getBallonStyle()">getBallonStyle</A></B>()</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 <TR BGCOLOR="white" CLASS="TableRowColor">
150 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
151 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A></CODE></FONT></TD>
152 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#getIconStyle()">getIconStyle</A></B>()</CODE>
153
154 <BR>
155 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
159 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A></CODE></FONT></TD>
160 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#getLabelStyle()">getLabelStyle</A></B>()</CODE>
161
162 <BR>
163 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
164 </TR>
165 <TR BGCOLOR="white" CLASS="TableRowColor">
166 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A></CODE></FONT></TD>
168 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#getLineStyle()">getLineStyle</A></B>()</CODE>
169
170 <BR>
171 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
172 </TR>
173 <TR BGCOLOR="white" CLASS="TableRowColor">
174 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A></CODE></FONT></TD>
176 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#getListStyle()">getListStyle</A></B>()</CODE>
177
178 <BR>
179 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
180 </TR>
181 <TR BGCOLOR="white" CLASS="TableRowColor">
182 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
183 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A></CODE></FONT></TD>
184 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#getPolyStyle()">getPolyStyle</A></B>()</CODE>
185
186 <BR>
187 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
188 </TR>
189 <TR BGCOLOR="white" CLASS="TableRowColor">
190 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
191 <CODE>&nbsp;void</CODE></FONT></TD>
192 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#setBallonStyle(org.boehn.kmlframework.kml.BallonStyle)">setBallonStyle</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle)</CODE>
193
194 <BR>
195 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
196 </TR>
197 <TR BGCOLOR="white" CLASS="TableRowColor">
198 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
199 <CODE>&nbsp;void</CODE></FONT></TD>
200 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#setIconStyle(org.boehn.kmlframework.kml.IconStyle)">setIconStyle</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle)</CODE>
201
202 <BR>
203 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
204 </TR>
205 <TR BGCOLOR="white" CLASS="TableRowColor">
206 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
207 <CODE>&nbsp;void</CODE></FONT></TD>
208 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#setLabelStyle(org.boehn.kmlframework.kml.LabelStyle)">setLabelStyle</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle)</CODE>
209
210 <BR>
211 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
212 </TR>
213 <TR BGCOLOR="white" CLASS="TableRowColor">
214 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
215 <CODE>&nbsp;void</CODE></FONT></TD>
216 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#setLineStyle(org.boehn.kmlframework.kml.LineStyle)">setLineStyle</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle)</CODE>
217
218 <BR>
219 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
220 </TR>
221 <TR BGCOLOR="white" CLASS="TableRowColor">
222 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
223 <CODE>&nbsp;void</CODE></FONT></TD>
224 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#setListStyle(org.boehn.kmlframework.kml.ListStyle)">setListStyle</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</CODE>
225
226 <BR>
227 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
228 </TR>
229 <TR BGCOLOR="white" CLASS="TableRowColor">
230 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
231 <CODE>&nbsp;void</CODE></FONT></TD>
232 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#setPolyStyle(org.boehn.kmlframework.kml.PolyStyle)">setPolyStyle</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle)</CODE>
233
234 <BR>
235 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
236 </TR>
237 <TR BGCOLOR="white" CLASS="TableRowColor">
238 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
239 <CODE>&nbsp;void</CODE></FONT></TD>
240 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
241
242 <BR>
243 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
244 </TR>
245 <TR BGCOLOR="white" CLASS="TableRowColor">
246 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
247 <CODE>&nbsp;void</CODE></FONT></TD>
248 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
249
250 <BR>
251 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
252 </TR>
253 </TABLE>
254 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
255 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
256 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
257 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
258 </TR>
259 <TR BGCOLOR="white" CLASS="TableRowColor">
260 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
261 </TR>
262 </TABLE>
263 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
264 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
265 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
266 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
267 </TR>
268 <TR BGCOLOR="white" CLASS="TableRowColor">
269 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
270 </TR>
271 </TABLE>
272 &nbsp;
273 <P>
274
275 <!-- ========= CONSTRUCTOR DETAIL ======== -->
276
277 <A NAME="constructor_detail"><!-- --></A>
278 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
279 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
280 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
281 <B>Constructor Detail</B></FONT></TH>
282 </TR>
283 </TABLE>
284
285 <A NAME="Style()"><!-- --></A><H3>
286 Style</H3>
287 <PRE>
288 public <B>Style</B>()</PRE>
289 <DL>
290 </DL>
291 <HR>
292
293 <A NAME="Style(org.boehn.kmlframework.kml.IconStyle, org.boehn.kmlframework.kml.LabelStyle, org.boehn.kmlframework.kml.LineStyle, org.boehn.kmlframework.kml.PolyStyle, org.boehn.kmlframework.kml.BallonStyle, org.boehn.kmlframework.kml.ListStyle)"><!-- --></A><H3>
294 Style</H3>
295 <PRE>
296 public <B>Style</B>(<A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle,
297 <A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle,
298 <A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle,
299 <A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle,
300 <A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle,
301 <A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</PRE>
302 <DL>
303 </DL>
304
305 <!-- ============ METHOD DETAIL ========== -->
306
307 <A NAME="method_detail"><!-- --></A>
308 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
309 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
310 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
311 <B>Method Detail</B></FONT></TH>
312 </TR>
313 </TABLE>
314
315 <A NAME="getIconStyle()"><!-- --></A><H3>
316 getIconStyle</H3>
317 <PRE>
318 public <A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A> <B>getIconStyle</B>()</PRE>
319 <DL>
320 <DD><DL>
321 </DL>
322 </DD>
323 </DL>
324 <HR>
325
326 <A NAME="setIconStyle(org.boehn.kmlframework.kml.IconStyle)"><!-- --></A><H3>
327 setIconStyle</H3>
328 <PRE>
329 public void <B>setIconStyle</B>(<A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle)</PRE>
330 <DL>
331 <DD><DL>
332 </DL>
333 </DD>
334 </DL>
335 <HR>
336
337 <A NAME="getLabelStyle()"><!-- --></A><H3>
338 getLabelStyle</H3>
339 <PRE>
340 public <A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A> <B>getLabelStyle</B>()</PRE>
341 <DL>
342 <DD><DL>
343 </DL>
344 </DD>
345 </DL>
346 <HR>
347
348 <A NAME="setLabelStyle(org.boehn.kmlframework.kml.LabelStyle)"><!-- --></A><H3>
349 setLabelStyle</H3>
350 <PRE>
351 public void <B>setLabelStyle</B>(<A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle)</PRE>
352 <DL>
353 <DD><DL>
354 </DL>
355 </DD>
356 </DL>
357 <HR>
358
359 <A NAME="getLineStyle()"><!-- --></A><H3>
360 getLineStyle</H3>
361 <PRE>
362 public <A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A> <B>getLineStyle</B>()</PRE>
363 <DL>
364 <DD><DL>
365 </DL>
366 </DD>
367 </DL>
368 <HR>
369
370 <A NAME="setLineStyle(org.boehn.kmlframework.kml.LineStyle)"><!-- --></A><H3>
371 setLineStyle</H3>
372 <PRE>
373 public void <B>setLineStyle</B>(<A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle)</PRE>
374 <DL>
375 <DD><DL>
376 </DL>
377 </DD>
378 </DL>
379 <HR>
380
381 <A NAME="getPolyStyle()"><!-- --></A><H3>
382 getPolyStyle</H3>
383 <PRE>
384 public <A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A> <B>getPolyStyle</B>()</PRE>
385 <DL>
386 <DD><DL>
387 </DL>
388 </DD>
389 </DL>
390 <HR>
391
392 <A NAME="setPolyStyle(org.boehn.kmlframework.kml.PolyStyle)"><!-- --></A><H3>
393 setPolyStyle</H3>
394 <PRE>
395 public void <B>setPolyStyle</B>(<A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle)</PRE>
396 <DL>
397 <DD><DL>
398 </DL>
399 </DD>
400 </DL>
401 <HR>
402
403 <A NAME="getBallonStyle()"><!-- --></A><H3>
404 getBallonStyle</H3>
405 <PRE>
406 public <A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A> <B>getBallonStyle</B>()</PRE>
407 <DL>
408 <DD><DL>
409 </DL>
410 </DD>
411 </DL>
412 <HR>
413
414 <A NAME="setBallonStyle(org.boehn.kmlframework.kml.BallonStyle)"><!-- --></A><H3>
415 setBallonStyle</H3>
416 <PRE>
417 public void <B>setBallonStyle</B>(<A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle)</PRE>
418 <DL>
419 <DD><DL>
420 </DL>
421 </DD>
422 </DL>
423 <HR>
424
425 <A NAME="getListStyle()"><!-- --></A><H3>
426 getListStyle</H3>
427 <PRE>
428 public <A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A> <B>getListStyle</B>()</PRE>
429 <DL>
430 <DD><DL>
431 </DL>
432 </DD>
433 </DL>
434 <HR>
435
436 <A NAME="setListStyle(org.boehn.kmlframework.kml.ListStyle)"><!-- --></A><H3>
437 setListStyle</H3>
438 <PRE>
439 public void <B>setListStyle</B>(<A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</PRE>
440 <DL>
441 <DD><DL>
442 </DL>
443 </DD>
444 </DL>
445 <HR>
446
447 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
448 write</H3>
449 <PRE>
450 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
451 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
452 <DL>
453 <DD><DL>
454 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
455 </DD>
456 <DD><DL>
457
458 <DT><B>Throws:</B>
459 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
460 </DD>
461 </DL>
462 <HR>
463
464 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
465 writeDelete</H3>
466 <PRE>
467 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
468 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
469 <DL>
470 <DD><DL>
471 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
472 </DD>
473 <DD><DL>
474
475 <DT><B>Throws:</B>
476 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
477 </DD>
478 </DL>
479 <!-- ========= END OF CLASS DATA ========= -->
480 <HR>
481
482
483 <!-- ======= START OF BOTTOM NAVBAR ====== -->
484 <A NAME="navbar_bottom"><!-- --></A>
485 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
486 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
487 <TR>
488 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
489 <A NAME="navbar_bottom_firstrow"><!-- --></A>
490 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
491 <TR ALIGN="center" VALIGN="top">
492 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
493 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
494 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
495 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Style.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
496 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
497 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
498 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
499 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
500 </TR>
501 </TABLE>
502 </TD>
503 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
504 </EM>
505 </TD>
506 </TR>
507
508 <TR>
509 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
510 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
511 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
512 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
513 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Style.html" target="_top"><B>FRAMES</B></A> &nbsp;
514 &nbsp;<A HREF="Style.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
515 &nbsp;<SCRIPT type="text/javascript">
516 <!--
517 if(window==top) {
518 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
519 }
520 //-->
521 </SCRIPT>
522 <NOSCRIPT>
523 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
524 </NOSCRIPT>
525
526
527 </FONT></TD>
528 </TR>
529 <TR>
530 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
531 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
532 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
533 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
534 </TR>
535 </TABLE>
536 <A NAME="skip-navbar_bottom"></A>
537 <!-- ======== END OF BOTTOM NAVBAR ======= -->
538
539 <HR>
540
541 </BODY>
542 </HTML>
+0
-305
documentation/javadoc/org/boehn/kmlframework/kml/StyleMap.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 StyleMap (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.StyleMap class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="StyleMap (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StyleMap.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/StyleMap.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="StyleMap.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class StyleMap</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.StyleSelector</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.StyleMap</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>StyleMap</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html#StyleMap()">StyleMap</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html#StyleMap(java.util.List)">StyleMap</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>&gt;&nbsp;pairs)</CODE>
122
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125 </TR>
126 </TABLE>
127 &nbsp;
128 <!-- ========== METHOD SUMMARY =========== -->
129
130 <A NAME="method_summary"><!-- --></A>
131 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134 <B>Method Summary</B></FONT></TH>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>&nbsp;void</CODE></FONT></TD>
139 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;void</CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 </TABLE>
153 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
154 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
155 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
156 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
160 </TR>
161 </TABLE>
162 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
163 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
164 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
165 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
166 </TR>
167 <TR BGCOLOR="white" CLASS="TableRowColor">
168 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
169 </TR>
170 </TABLE>
171 &nbsp;
172 <P>
173
174 <!-- ========= CONSTRUCTOR DETAIL ======== -->
175
176 <A NAME="constructor_detail"><!-- --></A>
177 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
178 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
179 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
180 <B>Constructor Detail</B></FONT></TH>
181 </TR>
182 </TABLE>
183
184 <A NAME="StyleMap()"><!-- --></A><H3>
185 StyleMap</H3>
186 <PRE>
187 public <B>StyleMap</B>()</PRE>
188 <DL>
189 </DL>
190 <HR>
191
192 <A NAME="StyleMap(java.util.List)"><!-- --></A><H3>
193 StyleMap</H3>
194 <PRE>
195 public <B>StyleMap</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>&gt;&nbsp;pairs)</PRE>
196 <DL>
197 </DL>
198
199 <!-- ============ METHOD DETAIL ========== -->
200
201 <A NAME="method_detail"><!-- --></A>
202 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
203 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
204 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
205 <B>Method Detail</B></FONT></TH>
206 </TR>
207 </TABLE>
208
209 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
210 write</H3>
211 <PRE>
212 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
213 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
214 <DL>
215 <DD><DL>
216 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
217 </DD>
218 <DD><DL>
219
220 <DT><B>Throws:</B>
221 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
222 </DD>
223 </DL>
224 <HR>
225
226 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
227 writeDelete</H3>
228 <PRE>
229 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
230 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
231 <DL>
232 <DD><DL>
233 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
234 </DD>
235 <DD><DL>
236
237 <DT><B>Throws:</B>
238 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
239 </DD>
240 </DL>
241 <!-- ========= END OF CLASS DATA ========= -->
242 <HR>
243
244
245 <!-- ======= START OF BOTTOM NAVBAR ====== -->
246 <A NAME="navbar_bottom"><!-- --></A>
247 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
248 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
249 <TR>
250 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
251 <A NAME="navbar_bottom_firstrow"><!-- --></A>
252 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
253 <TR ALIGN="center" VALIGN="top">
254 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
255 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
256 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
257 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StyleMap.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
258 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
259 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
260 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
261 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
262 </TR>
263 </TABLE>
264 </TD>
265 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
266 </EM>
267 </TD>
268 </TR>
269
270 <TR>
271 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
272 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
273 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
274 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
275 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/StyleMap.html" target="_top"><B>FRAMES</B></A> &nbsp;
276 &nbsp;<A HREF="StyleMap.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
277 &nbsp;<SCRIPT type="text/javascript">
278 <!--
279 if(window==top) {
280 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
281 }
282 //-->
283 </SCRIPT>
284 <NOSCRIPT>
285 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
286 </NOSCRIPT>
287
288
289 </FONT></TD>
290 </TR>
291 <TR>
292 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
293 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
294 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
295 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
296 </TR>
297 </TABLE>
298 <A NAME="skip-navbar_bottom"></A>
299 <!-- ======== END OF BOTTOM NAVBAR ======= -->
300
301 <HR>
302
303 </BODY>
304 </HTML>
+0
-234
documentation/javadoc/org/boehn/kmlframework/kml/StyleSelector.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 StyleSelector (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.StyleSelector class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="StyleSelector (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StyleSelector.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/StyleSelector.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="StyleSelector.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class StyleSelector</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.StyleSelector</B>
94 </PRE>
95 <DL>
96 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A>, <A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml">StyleMap</A></DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public abstract class <B>StyleSelector</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107
108 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
109
110 <A NAME="constructor_summary"><!-- --></A>
111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
114 <B>Constructor Summary</B></FONT></TH>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html#StyleSelector()">StyleSelector</A></B>()</CODE>
118
119 <BR>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
121 </TR>
122 </TABLE>
123 &nbsp;
124 <!-- ========== METHOD SUMMARY =========== -->
125
126 <A NAME="method_summary"><!-- --></A>
127 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
128 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
129 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
130 <B>Method Summary</B></FONT></TH>
131 </TR>
132 </TABLE>
133 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
136 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE></TD>
140 </TR>
141 </TABLE>
142 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
143 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
144 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
145 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
149 </TR>
150 </TABLE>
151 &nbsp;
152 <P>
153
154 <!-- ========= CONSTRUCTOR DETAIL ======== -->
155
156 <A NAME="constructor_detail"><!-- --></A>
157 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
158 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
159 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
160 <B>Constructor Detail</B></FONT></TH>
161 </TR>
162 </TABLE>
163
164 <A NAME="StyleSelector()"><!-- --></A><H3>
165 StyleSelector</H3>
166 <PRE>
167 public <B>StyleSelector</B>()</PRE>
168 <DL>
169 </DL>
170 <!-- ========= END OF CLASS DATA ========= -->
171 <HR>
172
173
174 <!-- ======= START OF BOTTOM NAVBAR ====== -->
175 <A NAME="navbar_bottom"><!-- --></A>
176 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
177 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
178 <TR>
179 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
180 <A NAME="navbar_bottom_firstrow"><!-- --></A>
181 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
182 <TR ALIGN="center" VALIGN="top">
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
185 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StyleSelector.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
187 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
188 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
189 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
190 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
191 </TR>
192 </TABLE>
193 </TD>
194 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
195 </EM>
196 </TD>
197 </TR>
198
199 <TR>
200 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
201 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
202 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
203 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
204 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/StyleSelector.html" target="_top"><B>FRAMES</B></A> &nbsp;
205 &nbsp;<A HREF="StyleSelector.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
206 &nbsp;<SCRIPT type="text/javascript">
207 <!--
208 if(window==top) {
209 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
210 }
211 //-->
212 </SCRIPT>
213 <NOSCRIPT>
214 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
215 </NOSCRIPT>
216
217
218 </FONT></TD>
219 </TR>
220 <TR>
221 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
222 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject">METHOD</A></FONT></TD>
223 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
224 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
225 </TR>
226 </TABLE>
227 <A NAME="skip-navbar_bottom"></A>
228 <!-- ======== END OF BOTTOM NAVBAR ======= -->
229
230 <HR>
231
232 </BODY>
233 </HTML>
+0
-318
documentation/javadoc/org/boehn/kmlframework/kml/StyleStateEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 StyleStateEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.StyleStateEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="StyleStateEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StyleStateEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/StyleStateEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="StyleStateEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum StyleStateEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.StyleStateEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>StyleStateEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html#highlight">highlight</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html#normal">normal</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A></CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>[]</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html#values()">values</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
152 the order they're declared.</TD>
153 </TR>
154 </TABLE>
155 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
156 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
157 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
158 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
162 </TR>
163 </TABLE>
164 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
165 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
166 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
167 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
171 </TR>
172 </TABLE>
173 &nbsp;
174 <P>
175
176 <!-- ============ ENUM CONSTANT DETAIL =========== -->
177
178 <A NAME="enum_constant_detail"><!-- --></A>
179 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
181 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
182 <B>Enum Constant Detail</B></FONT></TH>
183 </TR>
184 </TABLE>
185
186 <A NAME="normal"><!-- --></A><H3>
187 normal</H3>
188 <PRE>
189 public static final <A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A> <B>normal</B></PRE>
190 <DL>
191 <DL>
192 </DL>
193 </DL>
194 <HR>
195
196 <A NAME="highlight"><!-- --></A><H3>
197 highlight</H3>
198 <PRE>
199 public static final <A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A> <B>highlight</B></PRE>
200 <DL>
201 <DL>
202 </DL>
203 </DL>
204
205 <!-- ============ METHOD DETAIL ========== -->
206
207 <A NAME="method_detail"><!-- --></A>
208 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
209 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
210 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
211 <B>Method Detail</B></FONT></TH>
212 </TR>
213 </TABLE>
214
215 <A NAME="values()"><!-- --></A><H3>
216 values</H3>
217 <PRE>
218 public static final <A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>[] <B>values</B>()</PRE>
219 <DL>
220 <DD>Returns an array containing the constants of this enum type, in
221 the order they're declared. This method may be used to iterate
222 over the constants as follows:
223 <pre>
224 for(StyleStateEnum c : StyleStateEnum.values())
225 System.out.println(c);
226 </pre>
227 <P>
228 <DD><DL>
229
230 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
231 the order they're declared</DL>
232 </DD>
233 </DL>
234 <HR>
235
236 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
237 valueOf</H3>
238 <PRE>
239 public static <A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
240 <DL>
241 <DD>Returns the enum constant of this type with the specified name.
242 The string must match <I>exactly</I> an identifier used to declare an
243 enum constant in this type. (Extraneous whitespace characters are
244 not permitted.)
245 <P>
246 <DD><DL>
247 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
248 <DT><B>Returns:</B><DD>the enum constant with the specified name
249 <DT><B>Throws:</B>
250 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
251 with the specified name</DL>
252 </DD>
253 </DL>
254 <!-- ========= END OF CLASS DATA ========= -->
255 <HR>
256
257
258 <!-- ======= START OF BOTTOM NAVBAR ====== -->
259 <A NAME="navbar_bottom"><!-- --></A>
260 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
261 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
262 <TR>
263 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
264 <A NAME="navbar_bottom_firstrow"><!-- --></A>
265 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
266 <TR ALIGN="center" VALIGN="top">
267 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
268 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
269 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
270 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StyleStateEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
271 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
272 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
273 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
274 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
275 </TR>
276 </TABLE>
277 </TD>
278 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
279 </EM>
280 </TD>
281 </TR>
282
283 <TR>
284 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
285 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
286 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
287 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
288 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/StyleStateEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
289 &nbsp;<A HREF="StyleStateEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
290 &nbsp;<SCRIPT type="text/javascript">
291 <!--
292 if(window==top) {
293 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
294 }
295 //-->
296 </SCRIPT>
297 <NOSCRIPT>
298 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
299 </NOSCRIPT>
300
301
302 </FONT></TD>
303 </TR>
304 <TR>
305 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
306 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
307 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
308 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
309 </TR>
310 </TABLE>
311 <A NAME="skip-navbar_bottom"></A>
312 <!-- ======== END OF BOTTOM NAVBAR ======= -->
313
314 <HR>
315
316 </BODY>
317 </HTML>
+0
-234
documentation/javadoc/org/boehn/kmlframework/kml/TimePrimitive.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 TimePrimitive (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.TimePrimitive class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="TimePrimitive (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TimePrimitive.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/TimePrimitive.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="TimePrimitive.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class TimePrimitive</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.TimePrimitive</B>
94 </PRE>
95 <DL>
96 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A>, <A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A></DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public abstract class <B>TimePrimitive</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107
108 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
109
110 <A NAME="constructor_summary"><!-- --></A>
111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
114 <B>Constructor Summary</B></FONT></TH>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html#TimePrimitive()">TimePrimitive</A></B>()</CODE>
118
119 <BR>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
121 </TR>
122 </TABLE>
123 &nbsp;
124 <!-- ========== METHOD SUMMARY =========== -->
125
126 <A NAME="method_summary"><!-- --></A>
127 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
128 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
129 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
130 <B>Method Summary</B></FONT></TH>
131 </TR>
132 </TABLE>
133 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
136 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE></TD>
140 </TR>
141 </TABLE>
142 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
143 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
144 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
145 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
149 </TR>
150 </TABLE>
151 &nbsp;
152 <P>
153
154 <!-- ========= CONSTRUCTOR DETAIL ======== -->
155
156 <A NAME="constructor_detail"><!-- --></A>
157 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
158 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
159 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
160 <B>Constructor Detail</B></FONT></TH>
161 </TR>
162 </TABLE>
163
164 <A NAME="TimePrimitive()"><!-- --></A><H3>
165 TimePrimitive</H3>
166 <PRE>
167 public <B>TimePrimitive</B>()</PRE>
168 <DL>
169 </DL>
170 <!-- ========= END OF CLASS DATA ========= -->
171 <HR>
172
173
174 <!-- ======= START OF BOTTOM NAVBAR ====== -->
175 <A NAME="navbar_bottom"><!-- --></A>
176 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
177 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
178 <TR>
179 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
180 <A NAME="navbar_bottom_firstrow"><!-- --></A>
181 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
182 <TR ALIGN="center" VALIGN="top">
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
185 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TimePrimitive.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
187 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
188 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
189 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
190 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
191 </TR>
192 </TABLE>
193 </TD>
194 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
195 </EM>
196 </TD>
197 </TR>
198
199 <TR>
200 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
201 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
202 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
203 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
204 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/TimePrimitive.html" target="_top"><B>FRAMES</B></A> &nbsp;
205 &nbsp;<A HREF="TimePrimitive.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
206 &nbsp;<SCRIPT type="text/javascript">
207 <!--
208 if(window==top) {
209 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
210 }
211 //-->
212 </SCRIPT>
213 <NOSCRIPT>
214 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
215 </NOSCRIPT>
216
217
218 </FONT></TD>
219 </TR>
220 <TR>
221 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
222 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject">METHOD</A></FONT></TD>
223 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
224 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
225 </TR>
226 </TABLE>
227 <A NAME="skip-navbar_bottom"></A>
228 <!-- ======== END OF BOTTOM NAVBAR ======= -->
229
230 <HR>
231
232 </BODY>
233 </HTML>
+0
-383
documentation/javadoc/org/boehn/kmlframework/kml/TimeSpan.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 TimeSpan (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.TimeSpan class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="TimeSpan (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TimeSpan.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/TimeSpan.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="TimeSpan.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class TimeSpan</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.TimePrimitive</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.TimeSpan</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>TimeSpan</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html#TimeSpan()">TimeSpan</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html#TimeSpan(java.lang.String, java.lang.String)">TimeSpan</A></B>(java.lang.String&nbsp;begin,
122 java.lang.String&nbsp;end)</CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html#getBegin()">getBegin</A></B>()</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html#getEnd()">getEnd</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;void</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html#setBegin(java.lang.String)">setBegin</A></B>(java.lang.String&nbsp;begin)</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;void</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html#setEnd(java.lang.String)">setEnd</A></B>(java.lang.String&nbsp;end)</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;void</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;void</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 </TABLE>
186 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
187 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
188 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
189 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
190 </TR>
191 <TR BGCOLOR="white" CLASS="TableRowColor">
192 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
193 </TR>
194 </TABLE>
195 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
196 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
197 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
198 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
199 </TR>
200 <TR BGCOLOR="white" CLASS="TableRowColor">
201 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
202 </TR>
203 </TABLE>
204 &nbsp;
205 <P>
206
207 <!-- ========= CONSTRUCTOR DETAIL ======== -->
208
209 <A NAME="constructor_detail"><!-- --></A>
210 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
211 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
212 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
213 <B>Constructor Detail</B></FONT></TH>
214 </TR>
215 </TABLE>
216
217 <A NAME="TimeSpan()"><!-- --></A><H3>
218 TimeSpan</H3>
219 <PRE>
220 public <B>TimeSpan</B>()</PRE>
221 <DL>
222 </DL>
223 <HR>
224
225 <A NAME="TimeSpan(java.lang.String, java.lang.String)"><!-- --></A><H3>
226 TimeSpan</H3>
227 <PRE>
228 public <B>TimeSpan</B>(java.lang.String&nbsp;begin,
229 java.lang.String&nbsp;end)</PRE>
230 <DL>
231 </DL>
232
233 <!-- ============ METHOD DETAIL ========== -->
234
235 <A NAME="method_detail"><!-- --></A>
236 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
237 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
238 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
239 <B>Method Detail</B></FONT></TH>
240 </TR>
241 </TABLE>
242
243 <A NAME="getBegin()"><!-- --></A><H3>
244 getBegin</H3>
245 <PRE>
246 public java.lang.String <B>getBegin</B>()</PRE>
247 <DL>
248 <DD><DL>
249 </DL>
250 </DD>
251 </DL>
252 <HR>
253
254 <A NAME="setBegin(java.lang.String)"><!-- --></A><H3>
255 setBegin</H3>
256 <PRE>
257 public void <B>setBegin</B>(java.lang.String&nbsp;begin)</PRE>
258 <DL>
259 <DD><DL>
260 </DL>
261 </DD>
262 </DL>
263 <HR>
264
265 <A NAME="getEnd()"><!-- --></A><H3>
266 getEnd</H3>
267 <PRE>
268 public java.lang.String <B>getEnd</B>()</PRE>
269 <DL>
270 <DD><DL>
271 </DL>
272 </DD>
273 </DL>
274 <HR>
275
276 <A NAME="setEnd(java.lang.String)"><!-- --></A><H3>
277 setEnd</H3>
278 <PRE>
279 public void <B>setEnd</B>(java.lang.String&nbsp;end)</PRE>
280 <DL>
281 <DD><DL>
282 </DL>
283 </DD>
284 </DL>
285 <HR>
286
287 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
288 write</H3>
289 <PRE>
290 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
291 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
292 <DL>
293 <DD><DL>
294 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
295 </DD>
296 <DD><DL>
297
298 <DT><B>Throws:</B>
299 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
300 </DD>
301 </DL>
302 <HR>
303
304 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
305 writeDelete</H3>
306 <PRE>
307 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
308 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
309 <DL>
310 <DD><DL>
311 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
312 </DD>
313 <DD><DL>
314
315 <DT><B>Throws:</B>
316 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
317 </DD>
318 </DL>
319 <!-- ========= END OF CLASS DATA ========= -->
320 <HR>
321
322
323 <!-- ======= START OF BOTTOM NAVBAR ====== -->
324 <A NAME="navbar_bottom"><!-- --></A>
325 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
326 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
327 <TR>
328 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
329 <A NAME="navbar_bottom_firstrow"><!-- --></A>
330 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
331 <TR ALIGN="center" VALIGN="top">
332 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
333 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
334 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
335 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TimeSpan.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
336 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
337 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
338 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
339 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
340 </TR>
341 </TABLE>
342 </TD>
343 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
344 </EM>
345 </TD>
346 </TR>
347
348 <TR>
349 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
350 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
351 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
352 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
353 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/TimeSpan.html" target="_top"><B>FRAMES</B></A> &nbsp;
354 &nbsp;<A HREF="TimeSpan.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
355 &nbsp;<SCRIPT type="text/javascript">
356 <!--
357 if(window==top) {
358 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
359 }
360 //-->
361 </SCRIPT>
362 <NOSCRIPT>
363 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
364 </NOSCRIPT>
365
366
367 </FONT></TD>
368 </TR>
369 <TR>
370 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
371 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
372 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
373 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
374 </TR>
375 </TABLE>
376 <A NAME="skip-navbar_bottom"></A>
377 <!-- ======== END OF BOTTOM NAVBAR ======= -->
378
379 <HR>
380
381 </BODY>
382 </HTML>
+0
-343
documentation/javadoc/org/boehn/kmlframework/kml/TimeStamp.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 TimeStamp (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.TimeStamp class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="TimeStamp (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TimeStamp.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/TimeStamp.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="TimeStamp.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class TimeStamp</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.TimePrimitive</A>
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.TimeStamp</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public class <B>TimeStamp</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A></DL>
99 </PRE>
100
101 <P>
102 <HR>
103
104 <P>
105
106 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108 <A NAME="constructor_summary"><!-- --></A>
109 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
110 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
112 <B>Constructor Summary</B></FONT></TH>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html#TimeStamp()">TimeStamp</A></B>()</CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html#TimeStamp(java.lang.String)">TimeStamp</A></B>(java.lang.String&nbsp;when)</CODE>
122
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125 </TR>
126 </TABLE>
127 &nbsp;
128 <!-- ========== METHOD SUMMARY =========== -->
129
130 <A NAME="method_summary"><!-- --></A>
131 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134 <B>Method Summary</B></FONT></TH>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
139 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html#getWhen()">getWhen</A></B>()</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;void</CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html#setWhen(java.lang.String)">setWhen</A></B>(java.lang.String&nbsp;when)</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 <TR BGCOLOR="white" CLASS="TableRowColor">
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154 <CODE>&nbsp;void</CODE></FONT></TD>
155 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
156
157 <BR>
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162 <CODE>&nbsp;void</CODE></FONT></TD>
163 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
164
165 <BR>
166 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
167 </TR>
168 </TABLE>
169 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
170 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
171 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
172 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
176 </TR>
177 </TABLE>
178 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
179 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
181 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
182 </TR>
183 <TR BGCOLOR="white" CLASS="TableRowColor">
184 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
185 </TR>
186 </TABLE>
187 &nbsp;
188 <P>
189
190 <!-- ========= CONSTRUCTOR DETAIL ======== -->
191
192 <A NAME="constructor_detail"><!-- --></A>
193 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
194 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
195 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
196 <B>Constructor Detail</B></FONT></TH>
197 </TR>
198 </TABLE>
199
200 <A NAME="TimeStamp()"><!-- --></A><H3>
201 TimeStamp</H3>
202 <PRE>
203 public <B>TimeStamp</B>()</PRE>
204 <DL>
205 </DL>
206 <HR>
207
208 <A NAME="TimeStamp(java.lang.String)"><!-- --></A><H3>
209 TimeStamp</H3>
210 <PRE>
211 public <B>TimeStamp</B>(java.lang.String&nbsp;when)</PRE>
212 <DL>
213 </DL>
214
215 <!-- ============ METHOD DETAIL ========== -->
216
217 <A NAME="method_detail"><!-- --></A>
218 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
219 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
220 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
221 <B>Method Detail</B></FONT></TH>
222 </TR>
223 </TABLE>
224
225 <A NAME="getWhen()"><!-- --></A><H3>
226 getWhen</H3>
227 <PRE>
228 public java.lang.String <B>getWhen</B>()</PRE>
229 <DL>
230 <DD><DL>
231 </DL>
232 </DD>
233 </DL>
234 <HR>
235
236 <A NAME="setWhen(java.lang.String)"><!-- --></A><H3>
237 setWhen</H3>
238 <PRE>
239 public void <B>setWhen</B>(java.lang.String&nbsp;when)</PRE>
240 <DL>
241 <DD><DL>
242 </DL>
243 </DD>
244 </DL>
245 <HR>
246
247 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
248 write</H3>
249 <PRE>
250 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
251 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
252 <DL>
253 <DD><DL>
254 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
255 </DD>
256 <DD><DL>
257
258 <DT><B>Throws:</B>
259 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
260 </DD>
261 </DL>
262 <HR>
263
264 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
265 writeDelete</H3>
266 <PRE>
267 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
268 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
269 <DL>
270 <DD><DL>
271 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
272 </DD>
273 <DD><DL>
274
275 <DT><B>Throws:</B>
276 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
277 </DD>
278 </DL>
279 <!-- ========= END OF CLASS DATA ========= -->
280 <HR>
281
282
283 <!-- ======= START OF BOTTOM NAVBAR ====== -->
284 <A NAME="navbar_bottom"><!-- --></A>
285 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
286 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
287 <TR>
288 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
289 <A NAME="navbar_bottom_firstrow"><!-- --></A>
290 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
291 <TR ALIGN="center" VALIGN="top">
292 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
293 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
294 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
295 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TimeStamp.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
296 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
297 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
298 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
299 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
300 </TR>
301 </TABLE>
302 </TD>
303 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
304 </EM>
305 </TD>
306 </TR>
307
308 <TR>
309 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
310 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
311 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
312 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
313 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/TimeStamp.html" target="_top"><B>FRAMES</B></A> &nbsp;
314 &nbsp;<A HREF="TimeStamp.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
315 &nbsp;<SCRIPT type="text/javascript">
316 <!--
317 if(window==top) {
318 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
319 }
320 //-->
321 </SCRIPT>
322 <NOSCRIPT>
323 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
324 </NOSCRIPT>
325
326
327 </FONT></TD>
328 </TR>
329 <TR>
330 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
331 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
332 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
333 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
334 </TR>
335 </TABLE>
336 <A NAME="skip-navbar_bottom"></A>
337 <!-- ======== END OF BOTTOM NAVBAR ======= -->
338
339 <HR>
340
341 </BODY>
342 </HTML>
+0
-334
documentation/javadoc/org/boehn/kmlframework/kml/UnitEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 UnitEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.UnitEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="UnitEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/UnitEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/UnitEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="UnitEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum UnitEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.UnitEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>UnitEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html#fraction">fraction</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html#insetPixels">insetPixels</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html#pixels">pixels</A></B></CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <!-- ========== METHOD SUMMARY =========== -->
136
137 <A NAME="method_summary"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
140 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
141 <B>Method Summary</B></FONT></TH>
142 </TR>
143 <TR BGCOLOR="white" CLASS="TableRowColor">
144 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
146 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>[]</CODE></FONT></TD>
154 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html#values()">values</A></B>()</CODE>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
158 the order they're declared.</TD>
159 </TR>
160 </TABLE>
161 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
162 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
163 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
164 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
168 </TR>
169 </TABLE>
170 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
171 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
172 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
173 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
174 </TR>
175 <TR BGCOLOR="white" CLASS="TableRowColor">
176 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
177 </TR>
178 </TABLE>
179 &nbsp;
180 <P>
181
182 <!-- ============ ENUM CONSTANT DETAIL =========== -->
183
184 <A NAME="enum_constant_detail"><!-- --></A>
185 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
186 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
187 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
188 <B>Enum Constant Detail</B></FONT></TH>
189 </TR>
190 </TABLE>
191
192 <A NAME="pixels"><!-- --></A><H3>
193 pixels</H3>
194 <PRE>
195 public static final <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>pixels</B></PRE>
196 <DL>
197 <DL>
198 </DL>
199 </DL>
200 <HR>
201
202 <A NAME="fraction"><!-- --></A><H3>
203 fraction</H3>
204 <PRE>
205 public static final <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>fraction</B></PRE>
206 <DL>
207 <DL>
208 </DL>
209 </DL>
210 <HR>
211
212 <A NAME="insetPixels"><!-- --></A><H3>
213 insetPixels</H3>
214 <PRE>
215 public static final <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>insetPixels</B></PRE>
216 <DL>
217 <DL>
218 </DL>
219 </DL>
220
221 <!-- ============ METHOD DETAIL ========== -->
222
223 <A NAME="method_detail"><!-- --></A>
224 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
225 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
226 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
227 <B>Method Detail</B></FONT></TH>
228 </TR>
229 </TABLE>
230
231 <A NAME="values()"><!-- --></A><H3>
232 values</H3>
233 <PRE>
234 public static final <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>[] <B>values</B>()</PRE>
235 <DL>
236 <DD>Returns an array containing the constants of this enum type, in
237 the order they're declared. This method may be used to iterate
238 over the constants as follows:
239 <pre>
240 for(UnitEnum c : UnitEnum.values())
241 System.out.println(c);
242 </pre>
243 <P>
244 <DD><DL>
245
246 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
247 the order they're declared</DL>
248 </DD>
249 </DL>
250 <HR>
251
252 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
253 valueOf</H3>
254 <PRE>
255 public static <A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
256 <DL>
257 <DD>Returns the enum constant of this type with the specified name.
258 The string must match <I>exactly</I> an identifier used to declare an
259 enum constant in this type. (Extraneous whitespace characters are
260 not permitted.)
261 <P>
262 <DD><DL>
263 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
264 <DT><B>Returns:</B><DD>the enum constant with the specified name
265 <DT><B>Throws:</B>
266 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
267 with the specified name</DL>
268 </DD>
269 </DL>
270 <!-- ========= END OF CLASS DATA ========= -->
271 <HR>
272
273
274 <!-- ======= START OF BOTTOM NAVBAR ====== -->
275 <A NAME="navbar_bottom"><!-- --></A>
276 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
277 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
278 <TR>
279 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
280 <A NAME="navbar_bottom_firstrow"><!-- --></A>
281 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
282 <TR ALIGN="center" VALIGN="top">
283 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
284 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
285 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
286 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/UnitEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
287 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
288 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
289 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
290 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
291 </TR>
292 </TABLE>
293 </TD>
294 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
295 </EM>
296 </TD>
297 </TR>
298
299 <TR>
300 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
301 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
302 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
303 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
304 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/UnitEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
305 &nbsp;<A HREF="UnitEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
306 &nbsp;<SCRIPT type="text/javascript">
307 <!--
308 if(window==top) {
309 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
310 }
311 //-->
312 </SCRIPT>
313 <NOSCRIPT>
314 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
315 </NOSCRIPT>
316
317
318 </FONT></TD>
319 </TR>
320 <TR>
321 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
322 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
323 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
324 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
325 </TR>
326 </TABLE>
327 <A NAME="skip-navbar_bottom"></A>
328 <!-- ======== END OF BOTTOM NAVBAR ======= -->
329
330 <HR>
331
332 </BODY>
333 </HTML>
+0
-366
documentation/javadoc/org/boehn/kmlframework/kml/Update.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Update (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.Update class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Update (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Update.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Update.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Update.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class Update</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.Update</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>Update</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Update.html#Update()">Update</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 </TABLE>
120 &nbsp;
121 <!-- ========== METHOD SUMMARY =========== -->
122
123 <A NAME="method_summary"><!-- --></A>
124 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
125 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
126 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
127 <B>Method Summary</B></FONT></TH>
128 </TR>
129 <TR BGCOLOR="white" CLASS="TableRowColor">
130 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
131 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
132 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Update.html#getTargetHref()">getTargetHref</A></B>()</CODE>
133
134 <BR>
135 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>&gt;</CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Update.html#getUpdateElements()">getUpdateElements</A></B>()</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;void</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Update.html#setTargetHref(java.lang.String)">setTargetHref</A></B>(java.lang.String&nbsp;targetHref)</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;void</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Update.html#setUpdateElements(java.util.List)">setUpdateElements</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>&gt;&nbsp;updateElements)</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;void</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Update.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;void</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/Update.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 </TABLE>
178 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
179 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
181 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
182 </TR>
183 <TR BGCOLOR="white" CLASS="TableRowColor">
184 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
185 </TR>
186 </TABLE>
187 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
188 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
189 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
190 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
191 </TR>
192 <TR BGCOLOR="white" CLASS="TableRowColor">
193 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
194 </TR>
195 </TABLE>
196 &nbsp;
197 <P>
198
199 <!-- ========= CONSTRUCTOR DETAIL ======== -->
200
201 <A NAME="constructor_detail"><!-- --></A>
202 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
203 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
204 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
205 <B>Constructor Detail</B></FONT></TH>
206 </TR>
207 </TABLE>
208
209 <A NAME="Update()"><!-- --></A><H3>
210 Update</H3>
211 <PRE>
212 public <B>Update</B>()</PRE>
213 <DL>
214 </DL>
215
216 <!-- ============ METHOD DETAIL ========== -->
217
218 <A NAME="method_detail"><!-- --></A>
219 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
220 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
221 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
222 <B>Method Detail</B></FONT></TH>
223 </TR>
224 </TABLE>
225
226 <A NAME="getTargetHref()"><!-- --></A><H3>
227 getTargetHref</H3>
228 <PRE>
229 public java.lang.String <B>getTargetHref</B>()</PRE>
230 <DL>
231 <DD><DL>
232 </DL>
233 </DD>
234 </DL>
235 <HR>
236
237 <A NAME="setTargetHref(java.lang.String)"><!-- --></A><H3>
238 setTargetHref</H3>
239 <PRE>
240 public void <B>setTargetHref</B>(java.lang.String&nbsp;targetHref)</PRE>
241 <DL>
242 <DD><DL>
243 </DL>
244 </DD>
245 </DL>
246 <HR>
247
248 <A NAME="getUpdateElements()"><!-- --></A><H3>
249 getUpdateElements</H3>
250 <PRE>
251 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>&gt; <B>getUpdateElements</B>()</PRE>
252 <DL>
253 <DD><DL>
254 </DL>
255 </DD>
256 </DL>
257 <HR>
258
259 <A NAME="setUpdateElements(java.util.List)"><!-- --></A><H3>
260 setUpdateElements</H3>
261 <PRE>
262 public void <B>setUpdateElements</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>&gt;&nbsp;updateElements)</PRE>
263 <DL>
264 <DD><DL>
265 </DL>
266 </DD>
267 </DL>
268 <HR>
269
270 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
271 write</H3>
272 <PRE>
273 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
274 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
275 <DL>
276 <DD><DL>
277 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
278 </DD>
279 <DD><DL>
280
281 <DT><B>Throws:</B>
282 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
283 </DD>
284 </DL>
285 <HR>
286
287 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
288 writeDelete</H3>
289 <PRE>
290 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
291 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
292 <DL>
293 <DD><DL>
294 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
295 </DD>
296 <DD><DL>
297
298 <DT><B>Throws:</B>
299 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
300 </DD>
301 </DL>
302 <!-- ========= END OF CLASS DATA ========= -->
303 <HR>
304
305
306 <!-- ======= START OF BOTTOM NAVBAR ====== -->
307 <A NAME="navbar_bottom"><!-- --></A>
308 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
309 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
310 <TR>
311 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
312 <A NAME="navbar_bottom_firstrow"><!-- --></A>
313 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
314 <TR ALIGN="center" VALIGN="top">
315 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
316 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
317 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
318 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Update.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
319 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
320 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
321 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
322 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
323 </TR>
324 </TABLE>
325 </TD>
326 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
327 </EM>
328 </TD>
329 </TR>
330
331 <TR>
332 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
333 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
334 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
335 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
336 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/Update.html" target="_top"><B>FRAMES</B></A> &nbsp;
337 &nbsp;<A HREF="Update.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
338 &nbsp;<SCRIPT type="text/javascript">
339 <!--
340 if(window==top) {
341 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
342 }
343 //-->
344 </SCRIPT>
345 <NOSCRIPT>
346 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
347 </NOSCRIPT>
348
349
350 </FONT></TD>
351 </TR>
352 <TR>
353 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
354 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
355 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
356 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
357 </TR>
358 </TABLE>
359 <A NAME="skip-navbar_bottom"></A>
360 <!-- ======== END OF BOTTOM NAVBAR ======= -->
361
362 <HR>
363
364 </BODY>
365 </HTML>
+0
-307
documentation/javadoc/org/boehn/kmlframework/kml/UpdateElement.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 UpdateElement (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.UpdateElement class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="UpdateElement (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/UpdateElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/UpdateElement.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="UpdateElement.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class UpdateElement</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.UpdateElement</B>
93 </PRE>
94 <DL>
95 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml">Change</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml">Create</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml">Delete</A></DD>
96 </DL>
97 <HR>
98 <DL>
99 <DT><PRE>public abstract class <B>UpdateElement</B><DT>extends java.lang.Object</DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106
107 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
108
109 <A NAME="constructor_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Constructor Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#UpdateElement()">UpdateElement</A></B>()</CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#UpdateElement(org.boehn.kmlframework.kml.KmlObject)">UpdateElement</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#getKmlObject()">getKmlObject</A></B>()</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;void</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#setKmlObject(org.boehn.kmlframework.kml.KmlObject)">setKmlObject</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>abstract &nbsp;void</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 </TABLE>
162 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
163 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
164 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
165 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
166 </TR>
167 <TR BGCOLOR="white" CLASS="TableRowColor">
168 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
169 </TR>
170 </TABLE>
171 &nbsp;
172 <P>
173
174 <!-- ========= CONSTRUCTOR DETAIL ======== -->
175
176 <A NAME="constructor_detail"><!-- --></A>
177 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
178 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
179 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
180 <B>Constructor Detail</B></FONT></TH>
181 </TR>
182 </TABLE>
183
184 <A NAME="UpdateElement()"><!-- --></A><H3>
185 UpdateElement</H3>
186 <PRE>
187 public <B>UpdateElement</B>()</PRE>
188 <DL>
189 </DL>
190 <HR>
191
192 <A NAME="UpdateElement(org.boehn.kmlframework.kml.KmlObject)"><!-- --></A><H3>
193 UpdateElement</H3>
194 <PRE>
195 public <B>UpdateElement</B>(<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</PRE>
196 <DL>
197 </DL>
198
199 <!-- ============ METHOD DETAIL ========== -->
200
201 <A NAME="method_detail"><!-- --></A>
202 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
203 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
204 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
205 <B>Method Detail</B></FONT></TH>
206 </TR>
207 </TABLE>
208
209 <A NAME="getKmlObject()"><!-- --></A><H3>
210 getKmlObject</H3>
211 <PRE>
212 public <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A> <B>getKmlObject</B>()</PRE>
213 <DL>
214 <DD><DL>
215 </DL>
216 </DD>
217 </DL>
218 <HR>
219
220 <A NAME="setKmlObject(org.boehn.kmlframework.kml.KmlObject)"><!-- --></A><H3>
221 setKmlObject</H3>
222 <PRE>
223 public void <B>setKmlObject</B>(<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</PRE>
224 <DL>
225 <DD><DL>
226 </DL>
227 </DD>
228 </DL>
229 <HR>
230
231 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
232 write</H3>
233 <PRE>
234 public abstract void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
235 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
236 <DL>
237 <DD><DL>
238
239 <DT><B>Throws:</B>
240 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
241 </DD>
242 </DL>
243 <!-- ========= END OF CLASS DATA ========= -->
244 <HR>
245
246
247 <!-- ======= START OF BOTTOM NAVBAR ====== -->
248 <A NAME="navbar_bottom"><!-- --></A>
249 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
250 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
251 <TR>
252 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
253 <A NAME="navbar_bottom_firstrow"><!-- --></A>
254 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
255 <TR ALIGN="center" VALIGN="top">
256 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
257 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
258 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
259 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/UpdateElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
260 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
261 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
262 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
263 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
264 </TR>
265 </TABLE>
266 </TD>
267 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
268 </EM>
269 </TD>
270 </TR>
271
272 <TR>
273 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
274 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
275 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
276 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
277 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/UpdateElement.html" target="_top"><B>FRAMES</B></A> &nbsp;
278 &nbsp;<A HREF="UpdateElement.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
279 &nbsp;<SCRIPT type="text/javascript">
280 <!--
281 if(window==top) {
282 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
283 }
284 //-->
285 </SCRIPT>
286 <NOSCRIPT>
287 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
288 </NOSCRIPT>
289
290
291 </FONT></TD>
292 </TR>
293 <TR>
294 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
295 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
296 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
297 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
298 </TR>
299 </TABLE>
300 <A NAME="skip-navbar_bottom"></A>
301 <!-- ======== END OF BOTTOM NAVBAR ======= -->
302
303 <HR>
304
305 </BODY>
306 </HTML>
+0
-308
documentation/javadoc/org/boehn/kmlframework/kml/ViewFormat.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 ViewFormat (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.ViewFormat class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ViewFormat (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ViewFormat.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ViewFormat.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ViewFormat.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Class ViewFormat</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlObject</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.ViewFormat</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>ViewFormat</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104
105 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
106
107 <A NAME="constructor_summary"><!-- --></A>
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Constructor Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html#ViewFormat()">ViewFormat</A></B>()</CODE>
115
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html#ViewFormat(boolean, boolean, boolean)">ViewFormat</A></B>(boolean&nbsp;includeBBox,
121 boolean&nbsp;includeCamera,
122 boolean&nbsp;includeView)</CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>&nbsp;void</CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;void</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 </TABLE>
154 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.KmlObject"><!-- --></A>
155 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
156 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
157 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TH>
158 </TR>
159 <TR BGCOLOR="white" CLASS="TableRowColor">
160 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#booleanToInt(boolean)">booleanToInt</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#enumToString(java.lang.Enum)">enumToString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getId()">getId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#getTargetId()">getTargetId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setId(java.lang.String)">setId</A>, <A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#setTargetId(java.lang.String)">setTargetId</A></CODE></TD>
161 </TR>
162 </TABLE>
163 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
164 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
165 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
166 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
170 </TR>
171 </TABLE>
172 &nbsp;
173 <P>
174
175 <!-- ========= CONSTRUCTOR DETAIL ======== -->
176
177 <A NAME="constructor_detail"><!-- --></A>
178 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
179 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
180 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
181 <B>Constructor Detail</B></FONT></TH>
182 </TR>
183 </TABLE>
184
185 <A NAME="ViewFormat()"><!-- --></A><H3>
186 ViewFormat</H3>
187 <PRE>
188 public <B>ViewFormat</B>()</PRE>
189 <DL>
190 </DL>
191 <HR>
192
193 <A NAME="ViewFormat(boolean, boolean, boolean)"><!-- --></A><H3>
194 ViewFormat</H3>
195 <PRE>
196 public <B>ViewFormat</B>(boolean&nbsp;includeBBox,
197 boolean&nbsp;includeCamera,
198 boolean&nbsp;includeView)</PRE>
199 <DL>
200 </DL>
201
202 <!-- ============ METHOD DETAIL ========== -->
203
204 <A NAME="method_detail"><!-- --></A>
205 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
206 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
207 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
208 <B>Method Detail</B></FONT></TH>
209 </TR>
210 </TABLE>
211
212 <A NAME="write(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
213 write</H3>
214 <PRE>
215 public void <B>write</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
216 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
217 <DL>
218 <DD><DL>
219 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
220 </DD>
221 <DD><DL>
222
223 <DT><B>Throws:</B>
224 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
225 </DD>
226 </DL>
227 <HR>
228
229 <A NAME="writeDelete(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
230 writeDelete</H3>
231 <PRE>
232 public void <B>writeDelete</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)
233 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
234 <DL>
235 <DD><DL>
236 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></CODE> in class <CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></DL>
237 </DD>
238 <DD><DL>
239
240 <DT><B>Throws:</B>
241 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
242 </DD>
243 </DL>
244 <!-- ========= END OF CLASS DATA ========= -->
245 <HR>
246
247
248 <!-- ======= START OF BOTTOM NAVBAR ====== -->
249 <A NAME="navbar_bottom"><!-- --></A>
250 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
251 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
252 <TR>
253 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
254 <A NAME="navbar_bottom_firstrow"><!-- --></A>
255 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
256 <TR ALIGN="center" VALIGN="top">
257 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
258 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
259 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
260 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ViewFormat.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
261 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
262 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
263 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
264 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
265 </TR>
266 </TABLE>
267 </TD>
268 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
269 </EM>
270 </TD>
271 </TR>
272
273 <TR>
274 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
275 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
276 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>NEXT CLASS</B></A></FONT></TD>
277 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
278 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ViewFormat.html" target="_top"><B>FRAMES</B></A> &nbsp;
279 &nbsp;<A HREF="ViewFormat.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
280 &nbsp;<SCRIPT type="text/javascript">
281 <!--
282 if(window==top) {
283 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
284 }
285 //-->
286 </SCRIPT>
287 <NOSCRIPT>
288 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
289 </NOSCRIPT>
290
291
292 </FONT></TD>
293 </TR>
294 <TR>
295 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
296 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
297 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
298 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
299 </TR>
300 </TABLE>
301 <A NAME="skip-navbar_bottom"></A>
302 <!-- ======== END OF BOTTOM NAVBAR ======= -->
303
304 <HR>
305
306 </BODY>
307 </HTML>
+0
-350
documentation/javadoc/org/boehn/kmlframework/kml/ViewRefreshModeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 ViewRefreshModeEnum (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml.ViewRefreshModeEnum class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ViewRefreshModeEnum (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ViewRefreshModeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;NEXT CLASS</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ViewRefreshModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.kml</FONT>
88 <BR>
89 Enum ViewRefreshModeEnum</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&gt;
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.kml.ViewRefreshModeEnum</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>ViewRefreshModeEnum</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html#never">never</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html#onRegion">onRegion</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html#onRequest">onRequest</A></B></CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 <TR BGCOLOR="white" CLASS="TableRowColor">
134 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html#onStop">onStop</A></B></CODE>
135
136 <BR>
137 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
138 </TR>
139 </TABLE>
140 &nbsp;
141 <!-- ========== METHOD SUMMARY =========== -->
142
143 <A NAME="method_summary"><!-- --></A>
144 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
145 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
146 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
147 <B>Method Summary</B></FONT></TH>
148 </TR>
149 <TR BGCOLOR="white" CLASS="TableRowColor">
150 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
151 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A></CODE></FONT></TD>
152 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
153
154 <BR>
155 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
159 <CODE>static&nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>[]</CODE></FONT></TD>
160 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html#values()">values</A></B>()</CODE>
161
162 <BR>
163 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
164 the order they're declared.</TD>
165 </TR>
166 </TABLE>
167 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
170 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
174 </TR>
175 </TABLE>
176 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
177 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
178 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
179 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
180 </TR>
181 <TR BGCOLOR="white" CLASS="TableRowColor">
182 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
183 </TR>
184 </TABLE>
185 &nbsp;
186 <P>
187
188 <!-- ============ ENUM CONSTANT DETAIL =========== -->
189
190 <A NAME="enum_constant_detail"><!-- --></A>
191 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
192 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
193 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
194 <B>Enum Constant Detail</B></FONT></TH>
195 </TR>
196 </TABLE>
197
198 <A NAME="never"><!-- --></A><H3>
199 never</H3>
200 <PRE>
201 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A> <B>never</B></PRE>
202 <DL>
203 <DL>
204 </DL>
205 </DL>
206 <HR>
207
208 <A NAME="onStop"><!-- --></A><H3>
209 onStop</H3>
210 <PRE>
211 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A> <B>onStop</B></PRE>
212 <DL>
213 <DL>
214 </DL>
215 </DL>
216 <HR>
217
218 <A NAME="onRequest"><!-- --></A><H3>
219 onRequest</H3>
220 <PRE>
221 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A> <B>onRequest</B></PRE>
222 <DL>
223 <DL>
224 </DL>
225 </DL>
226 <HR>
227
228 <A NAME="onRegion"><!-- --></A><H3>
229 onRegion</H3>
230 <PRE>
231 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A> <B>onRegion</B></PRE>
232 <DL>
233 <DL>
234 </DL>
235 </DL>
236
237 <!-- ============ METHOD DETAIL ========== -->
238
239 <A NAME="method_detail"><!-- --></A>
240 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
241 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
242 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
243 <B>Method Detail</B></FONT></TH>
244 </TR>
245 </TABLE>
246
247 <A NAME="values()"><!-- --></A><H3>
248 values</H3>
249 <PRE>
250 public static final <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>[] <B>values</B>()</PRE>
251 <DL>
252 <DD>Returns an array containing the constants of this enum type, in
253 the order they're declared. This method may be used to iterate
254 over the constants as follows:
255 <pre>
256 for(ViewRefreshModeEnum c : ViewRefreshModeEnum.values())
257 System.out.println(c);
258 </pre>
259 <P>
260 <DD><DL>
261
262 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
263 the order they're declared</DL>
264 </DD>
265 </DL>
266 <HR>
267
268 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
269 valueOf</H3>
270 <PRE>
271 public static <A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
272 <DL>
273 <DD>Returns the enum constant of this type with the specified name.
274 The string must match <I>exactly</I> an identifier used to declare an
275 enum constant in this type. (Extraneous whitespace characters are
276 not permitted.)
277 <P>
278 <DD><DL>
279 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
280 <DT><B>Returns:</B><DD>the enum constant with the specified name
281 <DT><B>Throws:</B>
282 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
283 with the specified name</DL>
284 </DD>
285 </DL>
286 <!-- ========= END OF CLASS DATA ========= -->
287 <HR>
288
289
290 <!-- ======= START OF BOTTOM NAVBAR ====== -->
291 <A NAME="navbar_bottom"><!-- --></A>
292 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
293 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
294 <TR>
295 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
296 <A NAME="navbar_bottom_firstrow"><!-- --></A>
297 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
298 <TR ALIGN="center" VALIGN="top">
299 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
300 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
301 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
302 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ViewRefreshModeEnum.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
303 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
304 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
305 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
306 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
307 </TR>
308 </TABLE>
309 </TD>
310 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
311 </EM>
312 </TD>
313 </TR>
314
315 <TR>
316 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
317 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml"><B>PREV CLASS</B></A>&nbsp;
318 &nbsp;NEXT CLASS</FONT></TD>
319 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
320 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
321 &nbsp;<A HREF="ViewRefreshModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
322 &nbsp;<SCRIPT type="text/javascript">
323 <!--
324 if(window==top) {
325 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
326 }
327 //-->
328 </SCRIPT>
329 <NOSCRIPT>
330 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
331 </NOSCRIPT>
332
333
334 </FONT></TD>
335 </TR>
336 <TR>
337 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
338 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
339 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
340 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
341 </TR>
342 </TABLE>
343 <A NAME="skip-navbar_bottom"></A>
344 <!-- ======== END OF BOTTOM NAVBAR ======= -->
345
346 <HR>
347
348 </BODY>
349 </HTML>
+0
-532
documentation/javadoc/org/boehn/kmlframework/kml/class-use/AbstractView.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.AbstractView (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.AbstractView (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/AbstractView.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="AbstractView.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.AbstractView</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;class</CODE></FONT></TD>
111 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;class</CODE></FONT></TD>
119 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A></B></CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 </TABLE>
125 &nbsp;
126 <P>
127
128 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
129 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
130 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></FONT></TH>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></CODE></FONT></TD>
135 <TD><CODE><B>NetworkLinkControl.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getAbstractView()">getAbstractView</A></B>()</CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></CODE></FONT></TD>
143 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#getAbstractView()">getAbstractView</A></B>()</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 </TABLE>
149 &nbsp;
150 <P>
151
152 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
153 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
154 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></FONT></TH>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;void</CODE></FONT></TD>
159 <TD><CODE><B>NetworkLinkControl.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView)</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>&nbsp;void</CODE></FONT></TD>
167 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#setAbstractView(org.boehn.kmlframework.kml.AbstractView)">setAbstractView</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView)</CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 </TABLE>
173 &nbsp;
174 <P>
175
176 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
177 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
178 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></FONT></TH>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Container</A></B>(java.lang.String&nbsp;name,
182 java.lang.Boolean&nbsp;visibility,
183 java.lang.Boolean&nbsp;open,
184 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
185 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
186 java.lang.String&nbsp;address,
187 java.lang.String&nbsp;xalAddressDetails,
188 java.lang.String&nbsp;phoneNumber,
189 java.lang.String&nbsp;snippet,
190 java.lang.Integer&nbsp;snippetMaxLines,
191 java.lang.String&nbsp;description,
192 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
193 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
194 java.lang.String&nbsp;styleUrl,
195 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
196 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
197 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
198 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)">Document</A></B>(java.lang.String&nbsp;name,
205 java.lang.Boolean&nbsp;visibility,
206 java.lang.Boolean&nbsp;open,
207 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
208 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
209 java.lang.String&nbsp;address,
210 java.lang.String&nbsp;xalAddressDetails,
211 java.lang.String&nbsp;phoneNumber,
212 java.lang.String&nbsp;snippet,
213 java.lang.Integer&nbsp;snippetMaxLines,
214 java.lang.String&nbsp;description,
215 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
216 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
217 java.lang.String&nbsp;styleUrl,
218 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
219 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
220 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
221 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
222 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
223
224 <BR>
225 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
226 </TR>
227 <TR BGCOLOR="white" CLASS="TableRowColor">
228 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#Feature(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData)">Feature</A></B>(java.lang.String&nbsp;name,
229 java.lang.Boolean&nbsp;visibility,
230 java.lang.Boolean&nbsp;open,
231 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
232 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
233 java.lang.String&nbsp;address,
234 java.lang.String&nbsp;xalAddressDetails,
235 java.lang.String&nbsp;phoneNumber,
236 java.lang.String&nbsp;snippet,
237 java.lang.Integer&nbsp;snippetMaxLines,
238 java.lang.String&nbsp;description,
239 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
240 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
241 java.lang.String&nbsp;styleUrl,
242 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
243 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
244 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</CODE>
245
246 <BR>
247 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
248 </TR>
249 <TR BGCOLOR="white" CLASS="TableRowColor">
250 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Folder</A></B>(java.lang.String&nbsp;name,
251 java.lang.Boolean&nbsp;visibility,
252 java.lang.Boolean&nbsp;open,
253 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
254 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
255 java.lang.String&nbsp;address,
256 java.lang.String&nbsp;xalAddressDetails,
257 java.lang.String&nbsp;phoneNumber,
258 java.lang.String&nbsp;snippet,
259 java.lang.Integer&nbsp;snippetMaxLines,
260 java.lang.String&nbsp;description,
261 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
262 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
263 java.lang.String&nbsp;styleUrl,
264 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
265 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
266 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
267 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
268
269 <BR>
270 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
271 </TR>
272 <TR BGCOLOR="white" CLASS="TableRowColor">
273 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">GroundOverlay</A></B>(java.lang.String&nbsp;name,
274 java.lang.Boolean&nbsp;visibility,
275 java.lang.Boolean&nbsp;open,
276 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
277 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
278 java.lang.String&nbsp;address,
279 java.lang.String&nbsp;xalAddressDetails,
280 java.lang.String&nbsp;phoneNumber,
281 java.lang.String&nbsp;snippet,
282 java.lang.Integer&nbsp;snippetMaxLines,
283 java.lang.String&nbsp;description,
284 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
285 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
286 java.lang.String&nbsp;styleUrl,
287 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
288 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
289 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
290 java.lang.String&nbsp;color,
291 java.lang.Integer&nbsp;drawOrder,
292 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
293 java.lang.Double&nbsp;alititude,
294 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
295 java.lang.Double&nbsp;north,
296 java.lang.Double&nbsp;south,
297 java.lang.Double&nbsp;east,
298 java.lang.Double&nbsp;west,
299 java.lang.Double&nbsp;rotation)</CODE>
300
301 <BR>
302 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
303 </TR>
304 <TR BGCOLOR="white" CLASS="TableRowColor">
305 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)">NetworkLink</A></B>(java.lang.String&nbsp;name,
306 java.lang.Boolean&nbsp;visibility,
307 java.lang.Boolean&nbsp;open,
308 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
309 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
310 java.lang.String&nbsp;address,
311 java.lang.String&nbsp;xalAddressDetails,
312 java.lang.String&nbsp;phoneNumber,
313 java.lang.String&nbsp;snippet,
314 java.lang.Integer&nbsp;snippetMaxLines,
315 java.lang.String&nbsp;description,
316 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
317 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
318 java.lang.String&nbsp;styleUrl,
319 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
320 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
321 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
322 java.lang.Boolean&nbsp;refreshVisibility,
323 java.lang.Boolean&nbsp;flyToView,
324 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
325
326 <BR>
327 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
328 </TR>
329 <TR BGCOLOR="white" CLASS="TableRowColor">
330 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#NetworkLinkControl(java.lang.Double, java.lang.Double, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.Update, org.boehn.kmlframework.kml.AbstractView)">NetworkLinkControl</A></B>(java.lang.Double&nbsp;minRefreshPeriod,
331 java.lang.Double&nbsp;maxSessionLength,
332 java.lang.String&nbsp;cookie,
333 java.lang.String&nbsp;message,
334 java.lang.String&nbsp;linkName,
335 java.lang.String&nbsp;linkDescription,
336 java.lang.String&nbsp;linkSnippet,
337 java.lang.Integer&nbsp;linkSnippetMaxLines,
338 java.lang.String&nbsp;expires,
339 <A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>&nbsp;update,
340 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView)</CODE>
341
342 <BR>
343 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
344 </TR>
345 <TR BGCOLOR="white" CLASS="TableRowColor">
346 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)">Overlay</A></B>(java.lang.String&nbsp;name,
347 java.lang.Boolean&nbsp;visibility,
348 java.lang.Boolean&nbsp;open,
349 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
350 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
351 java.lang.String&nbsp;address,
352 java.lang.String&nbsp;xalAddressDetails,
353 java.lang.String&nbsp;phoneNumber,
354 java.lang.String&nbsp;snippet,
355 java.lang.Integer&nbsp;snippetMaxLines,
356 java.lang.String&nbsp;description,
357 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
358 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
359 java.lang.String&nbsp;styleUrl,
360 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
361 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
362 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
363 java.lang.String&nbsp;color,
364 java.lang.Integer&nbsp;drawOrder,
365 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
366
367 <BR>
368 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
369 </TR>
370 <TR BGCOLOR="white" CLASS="TableRowColor">
371 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
372 java.lang.Boolean&nbsp;visibility,
373 java.lang.Boolean&nbsp;open,
374 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
375 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
376 java.lang.String&nbsp;address,
377 java.lang.String&nbsp;xalAddressDetails,
378 java.lang.String&nbsp;phoneNumber,
379 java.lang.String&nbsp;snippet,
380 java.lang.Integer&nbsp;snippetMaxLines,
381 java.lang.String&nbsp;description,
382 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
383 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
384 java.lang.String&nbsp;styleUrl,
385 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
386 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
387 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
388 java.lang.String&nbsp;color,
389 java.lang.Integer&nbsp;drawOrder,
390 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
391 java.lang.Double&nbsp;rotation,
392 java.lang.Double&nbsp;leftFov,
393 java.lang.Double&nbsp;rightFov,
394 java.lang.Double&nbsp;bottomFov,
395 java.lang.Double&nbsp;topFov,
396 java.lang.Double&nbsp;near,
397 java.lang.Integer&nbsp;tileSize,
398 java.lang.Integer&nbsp;maxWidth,
399 java.lang.Integer&nbsp;maxHeight,
400 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
401 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
402 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
403
404 <BR>
405 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
406 </TR>
407 <TR BGCOLOR="white" CLASS="TableRowColor">
408 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)">Placemark</A></B>(java.lang.String&nbsp;name,
409 java.lang.Boolean&nbsp;visibility,
410 java.lang.Boolean&nbsp;open,
411 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
412 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
413 java.lang.String&nbsp;address,
414 java.lang.String&nbsp;xalAddressDetails,
415 java.lang.String&nbsp;phoneNumber,
416 java.lang.String&nbsp;snippet,
417 java.lang.Integer&nbsp;snippetMaxLines,
418 java.lang.String&nbsp;description,
419 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
420 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
421 java.lang.String&nbsp;styleUrl,
422 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
423 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
424 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
425 <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
426
427 <BR>
428 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
429 </TR>
430 <TR BGCOLOR="white" CLASS="TableRowColor">
431 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)">ScreenOverlay</A></B>(java.lang.String&nbsp;name,
432 java.lang.Boolean&nbsp;visibility,
433 java.lang.Boolean&nbsp;open,
434 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
435 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
436 java.lang.String&nbsp;address,
437 java.lang.String&nbsp;xalAddressDetails,
438 java.lang.String&nbsp;phoneNumber,
439 java.lang.String&nbsp;snippet,
440 java.lang.Integer&nbsp;snippetMaxLines,
441 java.lang.String&nbsp;description,
442 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
443 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
444 java.lang.String&nbsp;styleUrl,
445 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
446 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
447 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
448 java.lang.String&nbsp;color,
449 java.lang.Integer&nbsp;drawOrder,
450 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
451 java.lang.Double&nbsp;overlayX,
452 java.lang.Double&nbsp;overlayY,
453 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
454 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
455 java.lang.Double&nbsp;screenX,
456 java.lang.Double&nbsp;screenY,
457 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
458 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
459 java.lang.Double&nbsp;rotationX,
460 java.lang.Double&nbsp;rotationY,
461 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
462 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
463 java.lang.Double&nbsp;sizeX,
464 java.lang.Double&nbsp;sizeY,
465 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
466 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
467 java.lang.Double&nbsp;rotation)</CODE>
468
469 <BR>
470 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
471 </TR>
472 </TABLE>
473 &nbsp;
474 <P>
475 <HR>
476
477
478 <!-- ======= START OF BOTTOM NAVBAR ====== -->
479 <A NAME="navbar_bottom"><!-- --></A>
480 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
481 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
482 <TR>
483 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
484 <A NAME="navbar_bottom_firstrow"><!-- --></A>
485 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
486 <TR ALIGN="center" VALIGN="top">
487 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
488 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
489 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
490 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
491 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
492 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
493 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
494 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
495 </TR>
496 </TABLE>
497 </TD>
498 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
499 </EM>
500 </TD>
501 </TR>
502
503 <TR>
504 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
505 &nbsp;PREV&nbsp;
506 &nbsp;NEXT</FONT></TD>
507 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
508 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/AbstractView.html" target="_top"><B>FRAMES</B></A> &nbsp;
509 &nbsp;<A HREF="AbstractView.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
510 &nbsp;<SCRIPT type="text/javascript">
511 <!--
512 if(window==top) {
513 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
514 }
515 //-->
516 </SCRIPT>
517 <NOSCRIPT>
518 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
519 </NOSCRIPT>
520
521
522 </FONT></TD>
523 </TR>
524 </TABLE>
525 <A NAME="skip-navbar_bottom"></A>
526 <!-- ======== END OF BOTTOM NAVBAR ======= -->
527
528 <HR>
529
530 </BODY>
531 </HTML>
+0
-217
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Alias.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Alias (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Alias (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Alias.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Alias.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Alias</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt;</CODE></FONT></TD>
111 <TD><CODE><B>Model.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#getResourceMap()">getResourceMap</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Model.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#setResourceMap(java.util.List)">setResourceMap</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt;&nbsp;resourceMap)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#Model(org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.Link, java.util.List)">Model</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
142 java.lang.Double&nbsp;longitude,
143 java.lang.Double&nbsp;latitude,
144 java.lang.Double&nbsp;altitude,
145 java.lang.Double&nbsp;heading,
146 java.lang.Double&nbsp;tilt,
147 java.lang.Double&nbsp;roll,
148 java.lang.Double&nbsp;scaleX,
149 java.lang.Double&nbsp;scaleY,
150 java.lang.Double&nbsp;scaleZ,
151 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link,
152 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt;&nbsp;resourceMap)</CODE>
153
154 <BR>
155 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
156 </TR>
157 </TABLE>
158 &nbsp;
159 <P>
160 <HR>
161
162
163 <!-- ======= START OF BOTTOM NAVBAR ====== -->
164 <A NAME="navbar_bottom"><!-- --></A>
165 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
166 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
167 <TR>
168 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
169 <A NAME="navbar_bottom_firstrow"><!-- --></A>
170 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
171 <TR ALIGN="center" VALIGN="top">
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
174 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
175 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
177 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
178 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
179 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
180 </TR>
181 </TABLE>
182 </TD>
183 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
184 </EM>
185 </TD>
186 </TR>
187
188 <TR>
189 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
190 &nbsp;PREV&nbsp;
191 &nbsp;NEXT</FONT></TD>
192 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
193 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Alias.html" target="_top"><B>FRAMES</B></A> &nbsp;
194 &nbsp;<A HREF="Alias.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
195 &nbsp;<SCRIPT type="text/javascript">
196 <!--
197 if(window==top) {
198 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
199 }
200 //-->
201 </SCRIPT>
202 <NOSCRIPT>
203 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
204 </NOSCRIPT>
205
206
207 </FONT></TD>
208 </TR>
209 </TABLE>
210 <A NAME="skip-navbar_bottom"></A>
211 <!-- ======== END OF BOTTOM NAVBAR ======= -->
212
213 <HR>
214
215 </BODY>
216 </HTML>
+0
-498
documentation/javadoc/org/boehn/kmlframework/kml/class-use/AltitudeModeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.AltitudeModeEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.AltitudeModeEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/AltitudeModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="AltitudeModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.AltitudeModeEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.coordinates"><B>org.boehn.kmlframework.coordinates</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 </TABLE>
96 &nbsp;
97 <P>
98 <A NAME="org.boehn.kmlframework.coordinates"><!-- --></A>
99 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
100 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
101 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
102 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
103 </TR>
104 </TABLE>
105 &nbsp;
106 <P>
107
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
110 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html#EarthCoordinate(java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double)">EarthCoordinate</A></B>(java.lang.Boolean&nbsp;extrude,
114 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
115 java.lang.Double&nbsp;longitude,
116 java.lang.Double&nbsp;latitude,
117 java.lang.Double&nbsp;altitude)</CODE>
118
119 <BR>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
121 </TR>
122 </TABLE>
123 &nbsp;
124 <P>
125 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
126 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
127 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
128 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
129 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
130 </TR>
131 </TABLE>
132 &nbsp;
133 <P>
134
135 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
136 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
137 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></FONT></TH>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
142 <TD><CODE><B>Region.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Region.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
150 <TD><CODE><B>Polygon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
151
152 <BR>
153 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
158 <TD><CODE><B>Point.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Point.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
166 <TD><CODE><B>Model.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
167
168 <BR>
169 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
174 <TD><CODE><B>LineString.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
175
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
182 <TD><CODE><B>LinearRing.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
190 <TD><CODE><B>GroundOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
191
192 <BR>
193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
198 <TD><CODE><B>AbstractView.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html#getAltitudeMode()">getAltitudeMode</A></B>()</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></CODE></FONT></TD>
206 <TD><CODE><B>AltitudeModeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>[]</CODE></FONT></TD>
214 <TD><CODE><B>AltitudeModeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html#values()">values</A></B>()</CODE>
215
216 <BR>
217 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
218 the order they're declared.</TD>
219 </TR>
220 </TABLE>
221 &nbsp;
222 <P>
223
224 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
225 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
226 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></FONT></TH>
227 </TR>
228 <TR BGCOLOR="white" CLASS="TableRowColor">
229 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
230 <CODE>&nbsp;void</CODE></FONT></TD>
231 <TD><CODE><B>Region.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Region.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
232
233 <BR>
234 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
235 </TR>
236 <TR BGCOLOR="white" CLASS="TableRowColor">
237 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
238 <CODE>&nbsp;void</CODE></FONT></TD>
239 <TD><CODE><B>Polygon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
240
241 <BR>
242 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
243 </TR>
244 <TR BGCOLOR="white" CLASS="TableRowColor">
245 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
246 <CODE>&nbsp;void</CODE></FONT></TD>
247 <TD><CODE><B>Point.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Point.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
248
249 <BR>
250 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
251 </TR>
252 <TR BGCOLOR="white" CLASS="TableRowColor">
253 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
254 <CODE>&nbsp;void</CODE></FONT></TD>
255 <TD><CODE><B>Model.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
256
257 <BR>
258 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
259 </TR>
260 <TR BGCOLOR="white" CLASS="TableRowColor">
261 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
262 <CODE>&nbsp;void</CODE></FONT></TD>
263 <TD><CODE><B>LineString.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
264
265 <BR>
266 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
267 </TR>
268 <TR BGCOLOR="white" CLASS="TableRowColor">
269 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
270 <CODE>&nbsp;void</CODE></FONT></TD>
271 <TD><CODE><B>LinearRing.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
272
273 <BR>
274 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
275 </TR>
276 <TR BGCOLOR="white" CLASS="TableRowColor">
277 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
278 <CODE>&nbsp;void</CODE></FONT></TD>
279 <TD><CODE><B>GroundOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
280
281 <BR>
282 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
283 </TR>
284 <TR BGCOLOR="white" CLASS="TableRowColor">
285 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
286 <CODE>&nbsp;void</CODE></FONT></TD>
287 <TD><CODE><B>AbstractView.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html#setAltitudeMode(org.boehn.kmlframework.kml.AltitudeModeEnum)">setAltitudeMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
288
289 <BR>
290 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
291 </TR>
292 </TABLE>
293 &nbsp;
294 <P>
295
296 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
297 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
298 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></FONT></TH>
299 </TR>
300 <TR BGCOLOR="white" CLASS="TableRowColor">
301 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html#AbstractView(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum)">AbstractView</A></B>(java.lang.Double&nbsp;longitude,
302 java.lang.Double&nbsp;latitude,
303 java.lang.Double&nbsp;altitude,
304 java.lang.Double&nbsp;heading,
305 java.lang.Double&nbsp;tilt,
306 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode)</CODE>
307
308 <BR>
309 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
310 </TR>
311 <TR BGCOLOR="white" CLASS="TableRowColor">
312 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Camera.html#Camera(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double)">Camera</A></B>(java.lang.Double&nbsp;longitude,
313 java.lang.Double&nbsp;latitude,
314 java.lang.Double&nbsp;altitude,
315 java.lang.Double&nbsp;heading,
316 java.lang.Double&nbsp;tilt,
317 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
318 java.lang.Double&nbsp;roll)</CODE>
319
320 <BR>
321 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
322 </TR>
323 <TR BGCOLOR="white" CLASS="TableRowColor">
324 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">GroundOverlay</A></B>(java.lang.String&nbsp;name,
325 java.lang.Boolean&nbsp;visibility,
326 java.lang.Boolean&nbsp;open,
327 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
328 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
329 java.lang.String&nbsp;address,
330 java.lang.String&nbsp;xalAddressDetails,
331 java.lang.String&nbsp;phoneNumber,
332 java.lang.String&nbsp;snippet,
333 java.lang.Integer&nbsp;snippetMaxLines,
334 java.lang.String&nbsp;description,
335 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
336 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
337 java.lang.String&nbsp;styleUrl,
338 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
339 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
340 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
341 java.lang.String&nbsp;color,
342 java.lang.Integer&nbsp;drawOrder,
343 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
344 java.lang.Double&nbsp;alititude,
345 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
346 java.lang.Double&nbsp;north,
347 java.lang.Double&nbsp;south,
348 java.lang.Double&nbsp;east,
349 java.lang.Double&nbsp;west,
350 java.lang.Double&nbsp;rotation)</CODE>
351
352 <BR>
353 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
354 </TR>
355 <TR BGCOLOR="white" CLASS="TableRowColor">
356 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html#LinearRing(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.util.List)">LinearRing</A></B>(java.lang.Boolean&nbsp;extrude,
357 java.lang.Boolean&nbsp;tessellate,
358 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
359 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</CODE>
360
361 <BR>
362 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
363 </TR>
364 <TR BGCOLOR="white" CLASS="TableRowColor">
365 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html#LineString(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.util.List)">LineString</A></B>(java.lang.Boolean&nbsp;extrude,
366 java.lang.Boolean&nbsp;tessellate,
367 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
368 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</CODE>
369
370 <BR>
371 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
372 </TR>
373 <TR BGCOLOR="white" CLASS="TableRowColor">
374 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LookAt.html#LookAt(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double)">LookAt</A></B>(java.lang.Double&nbsp;longitude,
375 java.lang.Double&nbsp;latitude,
376 java.lang.Double&nbsp;altitude,
377 java.lang.Double&nbsp;heading,
378 java.lang.Double&nbsp;tilt,
379 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
380 java.lang.Double&nbsp;range)</CODE>
381
382 <BR>
383 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
384 </TR>
385 <TR BGCOLOR="white" CLASS="TableRowColor">
386 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#Model(org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.Link, java.util.List)">Model</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
387 java.lang.Double&nbsp;longitude,
388 java.lang.Double&nbsp;latitude,
389 java.lang.Double&nbsp;altitude,
390 java.lang.Double&nbsp;heading,
391 java.lang.Double&nbsp;tilt,
392 java.lang.Double&nbsp;roll,
393 java.lang.Double&nbsp;scaleX,
394 java.lang.Double&nbsp;scaleY,
395 java.lang.Double&nbsp;scaleZ,
396 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link,
397 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt;&nbsp;resourceMap)</CODE>
398
399 <BR>
400 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
401 </TR>
402 <TR BGCOLOR="white" CLASS="TableRowColor">
403 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Point.html#Point(java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double)">Point</A></B>(java.lang.Boolean&nbsp;extrude,
404 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
405 java.lang.Double&nbsp;longitude,
406 java.lang.Double&nbsp;latitude,
407 java.lang.Double&nbsp;altitude)</CODE>
408
409 <BR>
410 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
411 </TR>
412 <TR BGCOLOR="white" CLASS="TableRowColor">
413 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#Polygon(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, org.boehn.kmlframework.kml.LinearRing, java.util.List)">Polygon</A></B>(java.lang.Boolean&nbsp;extrude,
414 java.lang.Boolean&nbsp;tessellate,
415 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
416 <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&nbsp;outerBoundary,
417 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt;&nbsp;innerBoundaries)</CODE>
418
419 <BR>
420 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
421 </TR>
422 <TR BGCOLOR="white" CLASS="TableRowColor">
423 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Region.html#Region(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">Region</A></B>(java.lang.Double&nbsp;north,
424 java.lang.Double&nbsp;south,
425 java.lang.Double&nbsp;east,
426 java.lang.Double&nbsp;west,
427 java.lang.Double&nbsp;minAltitude,
428 java.lang.Double&nbsp;maxAltitude,
429 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
430 java.lang.Double&nbsp;minLodPixels,
431 java.lang.Double&nbsp;maxLodPixels,
432 java.lang.Double&nbsp;minFadeExtent,
433 java.lang.Double&nbsp;maxFadeExtent)</CODE>
434
435 <BR>
436 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
437 </TR>
438 </TABLE>
439 &nbsp;
440 <P>
441 <HR>
442
443
444 <!-- ======= START OF BOTTOM NAVBAR ====== -->
445 <A NAME="navbar_bottom"><!-- --></A>
446 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
447 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
448 <TR>
449 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
450 <A NAME="navbar_bottom_firstrow"><!-- --></A>
451 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
452 <TR ALIGN="center" VALIGN="top">
453 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
454 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
455 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
456 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
457 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
458 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
459 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
460 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
461 </TR>
462 </TABLE>
463 </TD>
464 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
465 </EM>
466 </TD>
467 </TR>
468
469 <TR>
470 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
471 &nbsp;PREV&nbsp;
472 &nbsp;NEXT</FONT></TD>
473 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
474 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/AltitudeModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
475 &nbsp;<A HREF="AltitudeModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
476 &nbsp;<SCRIPT type="text/javascript">
477 <!--
478 if(window==top) {
479 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
480 }
481 //-->
482 </SCRIPT>
483 <NOSCRIPT>
484 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
485 </NOSCRIPT>
486
487
488 </FONT></TD>
489 </TR>
490 </TABLE>
491 <A NAME="skip-navbar_bottom"></A>
492 <!-- ======== END OF BOTTOM NAVBAR ======= -->
493
494 <HR>
495
496 </BODY>
497 </HTML>
+0
-211
documentation/javadoc/org/boehn/kmlframework/kml/class-use/BallonStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.BallonStyle (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.BallonStyle (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/BallonStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="BallonStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.BallonStyle</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A></CODE></FONT></TD>
111 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#getBallonStyle()">getBallonStyle</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#setBallonStyle(org.boehn.kmlframework.kml.BallonStyle)">setBallonStyle</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#Style(org.boehn.kmlframework.kml.IconStyle, org.boehn.kmlframework.kml.LabelStyle, org.boehn.kmlframework.kml.LineStyle, org.boehn.kmlframework.kml.PolyStyle, org.boehn.kmlframework.kml.BallonStyle, org.boehn.kmlframework.kml.ListStyle)">Style</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle,
142 <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle,
143 <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle,
144 <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle,
145 <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle,
146 <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 </TABLE>
152 &nbsp;
153 <P>
154 <HR>
155
156
157 <!-- ======= START OF BOTTOM NAVBAR ====== -->
158 <A NAME="navbar_bottom"><!-- --></A>
159 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
160 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
161 <TR>
162 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
163 <A NAME="navbar_bottom_firstrow"><!-- --></A>
164 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
165 <TR ALIGN="center" VALIGN="top">
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
169 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
174 </TR>
175 </TABLE>
176 </TD>
177 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
178 </EM>
179 </TD>
180 </TR>
181
182 <TR>
183 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
184 &nbsp;PREV&nbsp;
185 &nbsp;NEXT</FONT></TD>
186 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
187 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/BallonStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
188 &nbsp;<A HREF="BallonStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
189 &nbsp;<SCRIPT type="text/javascript">
190 <!--
191 if(window==top) {
192 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
193 }
194 //-->
195 </SCRIPT>
196 <NOSCRIPT>
197 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
198 </NOSCRIPT>
199
200
201 </FONT></TD>
202 </TR>
203 </TABLE>
204 <A NAME="skip-navbar_bottom"></A>
205 <!-- ======== END OF BOTTOM NAVBAR ======= -->
206
207 <HR>
208
209 </BODY>
210 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Camera.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Camera (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Camera (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Camera.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Camera.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Camera</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.Camera
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Camera.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Camera.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Change.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Change (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Change (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Change.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Change.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Change</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.Change
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Change.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Change.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-263
documentation/javadoc/org/boehn/kmlframework/kml/class-use/ColorModeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.ColorModeEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.ColorModeEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ColorModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ColorModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.ColorModeEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A></CODE></FONT></TD>
111 <TD><CODE><B>ColorStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html#getColorMode()">getColorMode</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A></CODE></FONT></TD>
119 <TD><CODE><B>ColorModeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>ColorModeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>ColorStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html#setColorMode(org.boehn.kmlframework.kml.ColorModeEnum)">setColorMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
155 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A></FONT></TH>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html#ColorStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum)">ColorStyle</A></B>(java.lang.String&nbsp;color,
159 <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode)</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html#IconStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double, java.lang.Double, java.lang.String, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum)">IconStyle</A></B>(java.lang.String&nbsp;color,
166 <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
167 java.lang.Double&nbsp;scale,
168 java.lang.Double&nbsp;heading,
169 java.lang.String&nbsp;iconHref,
170 java.lang.Double&nbsp;hotSpotX,
171 java.lang.Double&nbsp;hotSpotY,
172 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotXunits,
173 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotYunits)</CODE>
174
175 <BR>
176 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
177 </TR>
178 <TR BGCOLOR="white" CLASS="TableRowColor">
179 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html#LabelStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double)">LabelStyle</A></B>(java.lang.String&nbsp;color,
180 <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
181 java.lang.Double&nbsp;scale)</CODE>
182
183 <BR>
184 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
185 </TR>
186 <TR BGCOLOR="white" CLASS="TableRowColor">
187 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html#LineStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double)">LineStyle</A></B>(java.lang.String&nbsp;color,
188 <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
189 java.lang.Double&nbsp;width)</CODE>
190
191 <BR>
192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
193 </TR>
194 <TR BGCOLOR="white" CLASS="TableRowColor">
195 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html#PolyStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Boolean, java.lang.Boolean)">PolyStyle</A></B>(java.lang.String&nbsp;color,
196 <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
197 java.lang.Boolean&nbsp;fill,
198 java.lang.Boolean&nbsp;outline)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 </TABLE>
204 &nbsp;
205 <P>
206 <HR>
207
208
209 <!-- ======= START OF BOTTOM NAVBAR ====== -->
210 <A NAME="navbar_bottom"><!-- --></A>
211 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
212 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
213 <TR>
214 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
215 <A NAME="navbar_bottom_firstrow"><!-- --></A>
216 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
217 <TR ALIGN="center" VALIGN="top">
218 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
219 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
220 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
221 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
222 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
223 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
224 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
225 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
226 </TR>
227 </TABLE>
228 </TD>
229 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
230 </EM>
231 </TD>
232 </TR>
233
234 <TR>
235 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
236 &nbsp;PREV&nbsp;
237 &nbsp;NEXT</FONT></TD>
238 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
239 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ColorModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
240 &nbsp;<A HREF="ColorModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
241 &nbsp;<SCRIPT type="text/javascript">
242 <!--
243 if(window==top) {
244 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
245 }
246 //-->
247 </SCRIPT>
248 <NOSCRIPT>
249 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
250 </NOSCRIPT>
251
252
253 </FONT></TD>
254 </TR>
255 </TABLE>
256 <A NAME="skip-navbar_bottom"></A>
257 <!-- ======== END OF BOTTOM NAVBAR ======= -->
258
259 <HR>
260
261 </BODY>
262 </HTML>
+0
-200
documentation/javadoc/org/boehn/kmlframework/kml/class-use/ColorStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.ColorStyle (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.ColorStyle (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ColorStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ColorStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.ColorStyle</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;class</CODE></FONT></TD>
111 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;class</CODE></FONT></TD>
119 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A></B></CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;class</CODE></FONT></TD>
127 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A></B></CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;class</CODE></FONT></TD>
135 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A></B></CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 </TABLE>
141 &nbsp;
142 <P>
143 <HR>
144
145
146 <!-- ======= START OF BOTTOM NAVBAR ====== -->
147 <A NAME="navbar_bottom"><!-- --></A>
148 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
149 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
150 <TR>
151 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
152 <A NAME="navbar_bottom_firstrow"><!-- --></A>
153 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
154 <TR ALIGN="center" VALIGN="top">
155 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
156 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
157 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
158 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
159 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
160 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
161 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
162 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
163 </TR>
164 </TABLE>
165 </TD>
166 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
167 </EM>
168 </TD>
169 </TR>
170
171 <TR>
172 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
173 &nbsp;PREV&nbsp;
174 &nbsp;NEXT</FONT></TD>
175 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
176 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ColorStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
177 &nbsp;<A HREF="ColorStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
178 &nbsp;<SCRIPT type="text/javascript">
179 <!--
180 if(window==top) {
181 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
182 }
183 //-->
184 </SCRIPT>
185 <NOSCRIPT>
186 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
187 </NOSCRIPT>
188
189
190 </FONT></TD>
191 </TR>
192 </TABLE>
193 <A NAME="skip-navbar_bottom"></A>
194 <!-- ======== END OF BOTTOM NAVBAR ======= -->
195
196 <HR>
197
198 </BODY>
199 </HTML>
+0
-184
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Container.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Container (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Container (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Container.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Container.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Container</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;class</CODE></FONT></TD>
111 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;class</CODE></FONT></TD>
119 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml">Folder</A></B></CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 </TABLE>
125 &nbsp;
126 <P>
127 <HR>
128
129
130 <!-- ======= START OF BOTTOM NAVBAR ====== -->
131 <A NAME="navbar_bottom"><!-- --></A>
132 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
133 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
134 <TR>
135 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
136 <A NAME="navbar_bottom_firstrow"><!-- --></A>
137 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
138 <TR ALIGN="center" VALIGN="top">
139 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
140 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
141 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
142 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
143 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
144 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
145 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
146 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
147 </TR>
148 </TABLE>
149 </TD>
150 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
151 </EM>
152 </TD>
153 </TR>
154
155 <TR>
156 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
157 &nbsp;PREV&nbsp;
158 &nbsp;NEXT</FONT></TD>
159 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
160 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Container.html" target="_top"><B>FRAMES</B></A> &nbsp;
161 &nbsp;<A HREF="Container.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
162 &nbsp;<SCRIPT type="text/javascript">
163 <!--
164 if(window==top) {
165 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
166 }
167 //-->
168 </SCRIPT>
169 <NOSCRIPT>
170 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
171 </NOSCRIPT>
172
173
174 </FONT></TD>
175 </TR>
176 </TABLE>
177 <A NAME="skip-navbar_bottom"></A>
178 <!-- ======== END OF BOTTOM NAVBAR ======= -->
179
180 <HR>
181
182 </BODY>
183 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Create.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Create (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Create (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Create.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Create.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Create</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.Create
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Create.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Create.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-210
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Data.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Data (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Data (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Data.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Data.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Data</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>&gt;</CODE></FONT></TD>
111 <TD><CODE><B>ExtendedData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html#getDataElements()">getDataElements</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>ExtendedData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html#setDataElements(java.util.List)">setDataElements</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>&gt;&nbsp;dataElements)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html#ExtendedData(java.util.List, java.lang.String, java.util.List, java.lang.String, java.lang.String)">ExtendedData</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>&gt;&nbsp;dataElements,
142 java.lang.String&nbsp;schemaUrl,
143 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>&gt;&nbsp;simpleDataElements,
144 java.lang.String&nbsp;nameSpace,
145 java.lang.String&nbsp;customContent)</CODE>
146
147 <BR>
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
149 </TR>
150 </TABLE>
151 &nbsp;
152 <P>
153 <HR>
154
155
156 <!-- ======= START OF BOTTOM NAVBAR ====== -->
157 <A NAME="navbar_bottom"><!-- --></A>
158 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
159 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
160 <TR>
161 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
162 <A NAME="navbar_bottom_firstrow"><!-- --></A>
163 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
164 <TR ALIGN="center" VALIGN="top">
165 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
169 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
173 </TR>
174 </TABLE>
175 </TD>
176 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
177 </EM>
178 </TD>
179 </TR>
180
181 <TR>
182 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
183 &nbsp;PREV&nbsp;
184 &nbsp;NEXT</FONT></TD>
185 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
186 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Data.html" target="_top"><B>FRAMES</B></A> &nbsp;
187 &nbsp;<A HREF="Data.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
188 &nbsp;<SCRIPT type="text/javascript">
189 <!--
190 if(window==top) {
191 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
192 }
193 //-->
194 </SCRIPT>
195 <NOSCRIPT>
196 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
197 </NOSCRIPT>
198
199
200 </FONT></TD>
201 </TR>
202 </TABLE>
203 <A NAME="skip-navbar_bottom"></A>
204 <!-- ======== END OF BOTTOM NAVBAR ======= -->
205
206 <HR>
207
208 </BODY>
209 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Delete.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Delete (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Delete (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Delete.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Delete.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Delete</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.Delete
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Delete.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Delete.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-226
documentation/javadoc/org/boehn/kmlframework/kml/class-use/DisplayModeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.DisplayModeEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.DisplayModeEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/DisplayModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="DisplayModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.DisplayModeEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A></CODE></FONT></TD>
111 <TD><CODE><B>BallonStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html#getDisplayMode()">getDisplayMode</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A></CODE></FONT></TD>
119 <TD><CODE><B>DisplayModeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>DisplayModeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>BallonStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html#setDisplayMode(org.boehn.kmlframework.kml.DisplayModeEnum)">setDisplayMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>&nbsp;displayMode)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
155 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A></FONT></TH>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html#BallonStyle(java.lang.String, java.lang.String, java.lang.String, org.boehn.kmlframework.kml.DisplayModeEnum)">BallonStyle</A></B>(java.lang.String&nbsp;bgColor,
159 java.lang.String&nbsp;textColor,
160 java.lang.String&nbsp;text,
161 <A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A>&nbsp;displayMode)</CODE>
162
163 <BR>
164 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165 </TR>
166 </TABLE>
167 &nbsp;
168 <P>
169 <HR>
170
171
172 <!-- ======= START OF BOTTOM NAVBAR ====== -->
173 <A NAME="navbar_bottom"><!-- --></A>
174 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
175 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
176 <TR>
177 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
178 <A NAME="navbar_bottom_firstrow"><!-- --></A>
179 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
180 <TR ALIGN="center" VALIGN="top">
181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
187 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
188 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
189 </TR>
190 </TABLE>
191 </TD>
192 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
193 </EM>
194 </TD>
195 </TR>
196
197 <TR>
198 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
199 &nbsp;PREV&nbsp;
200 &nbsp;NEXT</FONT></TD>
201 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
202 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/DisplayModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
203 &nbsp;<A HREF="DisplayModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
204 &nbsp;<SCRIPT type="text/javascript">
205 <!--
206 if(window==top) {
207 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
208 }
209 //-->
210 </SCRIPT>
211 <NOSCRIPT>
212 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
213 </NOSCRIPT>
214
215
216 </FONT></TD>
217 </TR>
218 </TABLE>
219 <A NAME="skip-navbar_bottom"></A>
220 <!-- ======== END OF BOTTOM NAVBAR ======= -->
221
222 <HR>
223
224 </BODY>
225 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Document.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Document (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Document (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Document.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Document.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Document</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.Document
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Document.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Document.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-476
documentation/javadoc/org/boehn/kmlframework/kml/class-use/ExtendedData.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.ExtendedData (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.ExtendedData (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ExtendedData.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ExtendedData.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.ExtendedData</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A></CODE></FONT></TD>
111 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#getExtendedData()">getExtendedData</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#setExtendedData(org.boehn.kmlframework.kml.ExtendedData)">setExtendedData</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Container</A></B>(java.lang.String&nbsp;name,
142 java.lang.Boolean&nbsp;visibility,
143 java.lang.Boolean&nbsp;open,
144 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
145 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
146 java.lang.String&nbsp;address,
147 java.lang.String&nbsp;xalAddressDetails,
148 java.lang.String&nbsp;phoneNumber,
149 java.lang.String&nbsp;snippet,
150 java.lang.Integer&nbsp;snippetMaxLines,
151 java.lang.String&nbsp;description,
152 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
153 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
154 java.lang.String&nbsp;styleUrl,
155 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
156 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
157 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
158 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)">Document</A></B>(java.lang.String&nbsp;name,
165 java.lang.Boolean&nbsp;visibility,
166 java.lang.Boolean&nbsp;open,
167 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
168 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
169 java.lang.String&nbsp;address,
170 java.lang.String&nbsp;xalAddressDetails,
171 java.lang.String&nbsp;phoneNumber,
172 java.lang.String&nbsp;snippet,
173 java.lang.Integer&nbsp;snippetMaxLines,
174 java.lang.String&nbsp;description,
175 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
176 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
177 java.lang.String&nbsp;styleUrl,
178 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
179 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
180 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
181 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
182 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#Feature(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData)">Feature</A></B>(java.lang.String&nbsp;name,
189 java.lang.Boolean&nbsp;visibility,
190 java.lang.Boolean&nbsp;open,
191 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
192 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
193 java.lang.String&nbsp;address,
194 java.lang.String&nbsp;xalAddressDetails,
195 java.lang.String&nbsp;phoneNumber,
196 java.lang.String&nbsp;snippet,
197 java.lang.Integer&nbsp;snippetMaxLines,
198 java.lang.String&nbsp;description,
199 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
200 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
201 java.lang.String&nbsp;styleUrl,
202 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
203 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
204 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Folder</A></B>(java.lang.String&nbsp;name,
211 java.lang.Boolean&nbsp;visibility,
212 java.lang.Boolean&nbsp;open,
213 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
214 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
215 java.lang.String&nbsp;address,
216 java.lang.String&nbsp;xalAddressDetails,
217 java.lang.String&nbsp;phoneNumber,
218 java.lang.String&nbsp;snippet,
219 java.lang.Integer&nbsp;snippetMaxLines,
220 java.lang.String&nbsp;description,
221 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
222 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
223 java.lang.String&nbsp;styleUrl,
224 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
225 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
226 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
227 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
228
229 <BR>
230 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
231 </TR>
232 <TR BGCOLOR="white" CLASS="TableRowColor">
233 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">GroundOverlay</A></B>(java.lang.String&nbsp;name,
234 java.lang.Boolean&nbsp;visibility,
235 java.lang.Boolean&nbsp;open,
236 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
237 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
238 java.lang.String&nbsp;address,
239 java.lang.String&nbsp;xalAddressDetails,
240 java.lang.String&nbsp;phoneNumber,
241 java.lang.String&nbsp;snippet,
242 java.lang.Integer&nbsp;snippetMaxLines,
243 java.lang.String&nbsp;description,
244 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
245 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
246 java.lang.String&nbsp;styleUrl,
247 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
248 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
249 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
250 java.lang.String&nbsp;color,
251 java.lang.Integer&nbsp;drawOrder,
252 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
253 java.lang.Double&nbsp;alititude,
254 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
255 java.lang.Double&nbsp;north,
256 java.lang.Double&nbsp;south,
257 java.lang.Double&nbsp;east,
258 java.lang.Double&nbsp;west,
259 java.lang.Double&nbsp;rotation)</CODE>
260
261 <BR>
262 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)">NetworkLink</A></B>(java.lang.String&nbsp;name,
266 java.lang.Boolean&nbsp;visibility,
267 java.lang.Boolean&nbsp;open,
268 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
269 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
270 java.lang.String&nbsp;address,
271 java.lang.String&nbsp;xalAddressDetails,
272 java.lang.String&nbsp;phoneNumber,
273 java.lang.String&nbsp;snippet,
274 java.lang.Integer&nbsp;snippetMaxLines,
275 java.lang.String&nbsp;description,
276 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
277 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
278 java.lang.String&nbsp;styleUrl,
279 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
280 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
281 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
282 java.lang.Boolean&nbsp;refreshVisibility,
283 java.lang.Boolean&nbsp;flyToView,
284 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
285
286 <BR>
287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)">Overlay</A></B>(java.lang.String&nbsp;name,
291 java.lang.Boolean&nbsp;visibility,
292 java.lang.Boolean&nbsp;open,
293 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
294 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
295 java.lang.String&nbsp;address,
296 java.lang.String&nbsp;xalAddressDetails,
297 java.lang.String&nbsp;phoneNumber,
298 java.lang.String&nbsp;snippet,
299 java.lang.Integer&nbsp;snippetMaxLines,
300 java.lang.String&nbsp;description,
301 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
302 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
303 java.lang.String&nbsp;styleUrl,
304 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
305 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
306 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
307 java.lang.String&nbsp;color,
308 java.lang.Integer&nbsp;drawOrder,
309 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
310
311 <BR>
312 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
313 </TR>
314 <TR BGCOLOR="white" CLASS="TableRowColor">
315 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
316 java.lang.Boolean&nbsp;visibility,
317 java.lang.Boolean&nbsp;open,
318 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
319 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
320 java.lang.String&nbsp;address,
321 java.lang.String&nbsp;xalAddressDetails,
322 java.lang.String&nbsp;phoneNumber,
323 java.lang.String&nbsp;snippet,
324 java.lang.Integer&nbsp;snippetMaxLines,
325 java.lang.String&nbsp;description,
326 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
327 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
328 java.lang.String&nbsp;styleUrl,
329 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
330 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
331 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
332 java.lang.String&nbsp;color,
333 java.lang.Integer&nbsp;drawOrder,
334 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
335 java.lang.Double&nbsp;rotation,
336 java.lang.Double&nbsp;leftFov,
337 java.lang.Double&nbsp;rightFov,
338 java.lang.Double&nbsp;bottomFov,
339 java.lang.Double&nbsp;topFov,
340 java.lang.Double&nbsp;near,
341 java.lang.Integer&nbsp;tileSize,
342 java.lang.Integer&nbsp;maxWidth,
343 java.lang.Integer&nbsp;maxHeight,
344 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
345 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
346 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
347
348 <BR>
349 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
350 </TR>
351 <TR BGCOLOR="white" CLASS="TableRowColor">
352 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)">Placemark</A></B>(java.lang.String&nbsp;name,
353 java.lang.Boolean&nbsp;visibility,
354 java.lang.Boolean&nbsp;open,
355 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
356 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
357 java.lang.String&nbsp;address,
358 java.lang.String&nbsp;xalAddressDetails,
359 java.lang.String&nbsp;phoneNumber,
360 java.lang.String&nbsp;snippet,
361 java.lang.Integer&nbsp;snippetMaxLines,
362 java.lang.String&nbsp;description,
363 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
364 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
365 java.lang.String&nbsp;styleUrl,
366 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
367 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
368 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
369 <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
370
371 <BR>
372 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
373 </TR>
374 <TR BGCOLOR="white" CLASS="TableRowColor">
375 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)">ScreenOverlay</A></B>(java.lang.String&nbsp;name,
376 java.lang.Boolean&nbsp;visibility,
377 java.lang.Boolean&nbsp;open,
378 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
379 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
380 java.lang.String&nbsp;address,
381 java.lang.String&nbsp;xalAddressDetails,
382 java.lang.String&nbsp;phoneNumber,
383 java.lang.String&nbsp;snippet,
384 java.lang.Integer&nbsp;snippetMaxLines,
385 java.lang.String&nbsp;description,
386 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
387 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
388 java.lang.String&nbsp;styleUrl,
389 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
390 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
391 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
392 java.lang.String&nbsp;color,
393 java.lang.Integer&nbsp;drawOrder,
394 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
395 java.lang.Double&nbsp;overlayX,
396 java.lang.Double&nbsp;overlayY,
397 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
398 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
399 java.lang.Double&nbsp;screenX,
400 java.lang.Double&nbsp;screenY,
401 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
402 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
403 java.lang.Double&nbsp;rotationX,
404 java.lang.Double&nbsp;rotationY,
405 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
406 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
407 java.lang.Double&nbsp;sizeX,
408 java.lang.Double&nbsp;sizeY,
409 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
410 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
411 java.lang.Double&nbsp;rotation)</CODE>
412
413 <BR>
414 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
415 </TR>
416 </TABLE>
417 &nbsp;
418 <P>
419 <HR>
420
421
422 <!-- ======= START OF BOTTOM NAVBAR ====== -->
423 <A NAME="navbar_bottom"><!-- --></A>
424 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
425 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
426 <TR>
427 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
428 <A NAME="navbar_bottom_firstrow"><!-- --></A>
429 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
430 <TR ALIGN="center" VALIGN="top">
431 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
432 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
433 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
434 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
435 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
436 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
437 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
438 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
439 </TR>
440 </TABLE>
441 </TD>
442 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
443 </EM>
444 </TD>
445 </TR>
446
447 <TR>
448 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
449 &nbsp;PREV&nbsp;
450 &nbsp;NEXT</FONT></TD>
451 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
452 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ExtendedData.html" target="_top"><B>FRAMES</B></A> &nbsp;
453 &nbsp;<A HREF="ExtendedData.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
454 &nbsp;<SCRIPT type="text/javascript">
455 <!--
456 if(window==top) {
457 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
458 }
459 //-->
460 </SCRIPT>
461 <NOSCRIPT>
462 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
463 </NOSCRIPT>
464
465
466 </FONT></TD>
467 </TR>
468 </TABLE>
469 <A NAME="skip-navbar_bottom"></A>
470 <!-- ======== END OF BOTTOM NAVBAR ======= -->
471
472 <HR>
473
474 </BODY>
475 </HTML>
+0
-421
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Feature.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Feature (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Feature (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Feature.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Feature.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Feature</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;class</CODE></FONT></TD>
111 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;class</CODE></FONT></TD>
119 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A></B></CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;class</CODE></FONT></TD>
127 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml">Folder</A></B></CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;class</CODE></FONT></TD>
135 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A></B></CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;class</CODE></FONT></TD>
143 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A></B></CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;class</CODE></FONT></TD>
151 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A></B></CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;class</CODE></FONT></TD>
159 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A></B></CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>&nbsp;class</CODE></FONT></TD>
167 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A></B></CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174 <CODE>&nbsp;class</CODE></FONT></TD>
175 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A></B></CODE>
176
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
179 </TR>
180 </TABLE>
181 &nbsp;
182 <P>
183
184 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
185 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
186 <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> declared as <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></FONT></TH>
187 </TR>
188 <TR BGCOLOR="white" CLASS="TableRowColor">
189 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190 <CODE>protected &nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></CODE></FONT></TD>
191 <TD><CODE><B>Kml.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#feature">feature</A></B></CODE>
192
193 <BR>
194 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
195 </TR>
196 </TABLE>
197 &nbsp;
198 <P>
199
200 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
201 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
202 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></FONT></TH>
203 </TR>
204 <TR BGCOLOR="white" CLASS="TableRowColor">
205 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
206 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></CODE></FONT></TD>
207 <TD><CODE><B>Kml.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#getFeature()">getFeature</A></B>()</CODE>
208
209 <BR>
210 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
211 </TR>
212 </TABLE>
213 &nbsp;
214 <P>
215
216 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
217 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
218 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></FONT></TH>
219 </TR>
220 <TR BGCOLOR="white" CLASS="TableRowColor">
221 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
222 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;</CODE></FONT></TD>
223 <TD><CODE><B>Container.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#getFeatures()">getFeatures</A></B>()</CODE>
224
225 <BR>
226 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
227 </TR>
228 </TABLE>
229 &nbsp;
230 <P>
231
232 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
233 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
234 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></FONT></TH>
235 </TR>
236 <TR BGCOLOR="white" CLASS="TableRowColor">
237 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
238 <CODE>&nbsp;void</CODE></FONT></TD>
239 <TD><CODE><B>Container.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#addFeature(org.boehn.kmlframework.kml.Feature)">addFeature</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&nbsp;feature)</CODE>
240
241 <BR>
242 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
243 </TR>
244 <TR BGCOLOR="white" CLASS="TableRowColor">
245 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
246 <CODE>&nbsp;void</CODE></FONT></TD>
247 <TD><CODE><B>Kml.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#setFeature(org.boehn.kmlframework.kml.Feature)">setFeature</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&nbsp;feature)</CODE>
248
249 <BR>
250 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
251 </TR>
252 </TABLE>
253 &nbsp;
254 <P>
255
256 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
257 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
258 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></FONT></TH>
259 </TR>
260 <TR BGCOLOR="white" CLASS="TableRowColor">
261 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
262 <CODE>&nbsp;void</CODE></FONT></TD>
263 <TD><CODE><B>Container.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#setFeatures(java.util.List)">setFeatures</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;features)</CODE>
264
265 <BR>
266 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
267 </TR>
268 </TABLE>
269 &nbsp;
270 <P>
271
272 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
273 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
274 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></FONT></TH>
275 </TR>
276 <TR BGCOLOR="white" CLASS="TableRowColor">
277 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#Kml(org.boehn.kmlframework.kml.NetworkLinkControl, org.boehn.kmlframework.kml.Feature)">Kml</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>&nbsp;networkLinkControl,
278 <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&nbsp;feature)</CODE>
279
280 <BR>
281 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
282 </TR>
283 </TABLE>
284 &nbsp;
285 <P>
286
287 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
288 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
289 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></FONT></TH>
290 </TR>
291 <TR BGCOLOR="white" CLASS="TableRowColor">
292 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Container</A></B>(java.lang.String&nbsp;name,
293 java.lang.Boolean&nbsp;visibility,
294 java.lang.Boolean&nbsp;open,
295 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
296 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
297 java.lang.String&nbsp;address,
298 java.lang.String&nbsp;xalAddressDetails,
299 java.lang.String&nbsp;phoneNumber,
300 java.lang.String&nbsp;snippet,
301 java.lang.Integer&nbsp;snippetMaxLines,
302 java.lang.String&nbsp;description,
303 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
304 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
305 java.lang.String&nbsp;styleUrl,
306 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
307 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
308 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
309 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
310
311 <BR>
312 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
313 </TR>
314 <TR BGCOLOR="white" CLASS="TableRowColor">
315 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)">Document</A></B>(java.lang.String&nbsp;name,
316 java.lang.Boolean&nbsp;visibility,
317 java.lang.Boolean&nbsp;open,
318 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
319 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
320 java.lang.String&nbsp;address,
321 java.lang.String&nbsp;xalAddressDetails,
322 java.lang.String&nbsp;phoneNumber,
323 java.lang.String&nbsp;snippet,
324 java.lang.Integer&nbsp;snippetMaxLines,
325 java.lang.String&nbsp;description,
326 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
327 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
328 java.lang.String&nbsp;styleUrl,
329 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
330 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
331 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
332 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
333 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
334
335 <BR>
336 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
337 </TR>
338 <TR BGCOLOR="white" CLASS="TableRowColor">
339 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Folder</A></B>(java.lang.String&nbsp;name,
340 java.lang.Boolean&nbsp;visibility,
341 java.lang.Boolean&nbsp;open,
342 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
343 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
344 java.lang.String&nbsp;address,
345 java.lang.String&nbsp;xalAddressDetails,
346 java.lang.String&nbsp;phoneNumber,
347 java.lang.String&nbsp;snippet,
348 java.lang.Integer&nbsp;snippetMaxLines,
349 java.lang.String&nbsp;description,
350 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
351 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
352 java.lang.String&nbsp;styleUrl,
353 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
354 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
355 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
356 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
357
358 <BR>
359 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
360 </TR>
361 </TABLE>
362 &nbsp;
363 <P>
364 <HR>
365
366
367 <!-- ======= START OF BOTTOM NAVBAR ====== -->
368 <A NAME="navbar_bottom"><!-- --></A>
369 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
370 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
371 <TR>
372 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
373 <A NAME="navbar_bottom_firstrow"><!-- --></A>
374 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
375 <TR ALIGN="center" VALIGN="top">
376 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
377 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
378 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
379 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
380 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
381 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
382 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
383 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
384 </TR>
385 </TABLE>
386 </TD>
387 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
388 </EM>
389 </TD>
390 </TR>
391
392 <TR>
393 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
394 &nbsp;PREV&nbsp;
395 &nbsp;NEXT</FONT></TD>
396 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
397 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Feature.html" target="_top"><B>FRAMES</B></A> &nbsp;
398 &nbsp;<A HREF="Feature.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
399 &nbsp;<SCRIPT type="text/javascript">
400 <!--
401 if(window==top) {
402 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
403 }
404 //-->
405 </SCRIPT>
406 <NOSCRIPT>
407 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
408 </NOSCRIPT>
409
410
411 </FONT></TD>
412 </TR>
413 </TABLE>
414 <A NAME="skip-navbar_bottom"></A>
415 <!-- ======== END OF BOTTOM NAVBAR ======= -->
416
417 <HR>
418
419 </BODY>
420 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Folder.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Folder (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Folder (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Folder.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Folder.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Folder</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.Folder
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Folder.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Folder.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-354
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Geometry.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Geometry (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Geometry (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Geometry.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Geometry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Geometry</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.coordinates"><B>org.boehn.kmlframework.coordinates</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 </TABLE>
96 &nbsp;
97 <P>
98 <A NAME="org.boehn.kmlframework.coordinates"><!-- --></A>
99 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
100 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
101 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
102 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A> in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
103 </TR>
104 </TABLE>
105 &nbsp;
106 <P>
107
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
110 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A> in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
114 <CODE>&nbsp;class</CODE></FONT></TD>
115 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></B></CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 </TABLE>
121 &nbsp;
122 <P>
123 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
124 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
125 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
126 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
127 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <P>
132
133 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
135 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>&nbsp;class</CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></B></CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;class</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A></B></CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;class</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A></B></CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;class</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A></B></CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;class</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></B></CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;class</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A></B></CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 </TABLE>
186 &nbsp;
187 <P>
188
189 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
190 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
191 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></FONT></TH>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></CODE></FONT></TD>
196 <TD><CODE><B>Placemark.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#getGeometry()">getGeometry</A></B>()</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 </TABLE>
202 &nbsp;
203 <P>
204
205 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
206 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
207 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></FONT></TH>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&gt;</CODE></FONT></TD>
212 <TD><CODE><B>MultiGeometry.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html#getGeometries()">getGeometries</A></B>()</CODE>
213
214 <BR>
215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216 </TR>
217 </TABLE>
218 &nbsp;
219 <P>
220
221 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
222 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
223 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></FONT></TH>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
227 <CODE>&nbsp;void</CODE></FONT></TD>
228 <TD><CODE><B>Placemark.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#setGeometry(org.boehn.kmlframework.kml.Geometry)">setGeometry</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
229
230 <BR>
231 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
232 </TR>
233 </TABLE>
234 &nbsp;
235 <P>
236
237 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
238 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
239 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></FONT></TH>
240 </TR>
241 <TR BGCOLOR="white" CLASS="TableRowColor">
242 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
243 <CODE>&nbsp;void</CODE></FONT></TD>
244 <TD><CODE><B>MultiGeometry.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html#setGeometries(java.util.List)">setGeometries</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&gt;&nbsp;geometries)</CODE>
245
246 <BR>
247 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
248 </TR>
249 </TABLE>
250 &nbsp;
251 <P>
252
253 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
254 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
255 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></FONT></TH>
256 </TR>
257 <TR BGCOLOR="white" CLASS="TableRowColor">
258 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)">Placemark</A></B>(java.lang.String&nbsp;name,
259 java.lang.Boolean&nbsp;visibility,
260 java.lang.Boolean&nbsp;open,
261 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
262 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
263 java.lang.String&nbsp;address,
264 java.lang.String&nbsp;xalAddressDetails,
265 java.lang.String&nbsp;phoneNumber,
266 java.lang.String&nbsp;snippet,
267 java.lang.Integer&nbsp;snippetMaxLines,
268 java.lang.String&nbsp;description,
269 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
270 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
271 java.lang.String&nbsp;styleUrl,
272 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
273 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
274 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
275 <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
276
277 <BR>
278 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
279 </TR>
280 </TABLE>
281 &nbsp;
282 <P>
283
284 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
285 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
286 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></FONT></TH>
287 </TR>
288 <TR BGCOLOR="white" CLASS="TableRowColor">
289 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html#MultiGeometry(java.util.List)">MultiGeometry</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&gt;&nbsp;geometries)</CODE>
290
291 <BR>
292 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
293 </TR>
294 </TABLE>
295 &nbsp;
296 <P>
297 <HR>
298
299
300 <!-- ======= START OF BOTTOM NAVBAR ====== -->
301 <A NAME="navbar_bottom"><!-- --></A>
302 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
303 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
304 <TR>
305 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
306 <A NAME="navbar_bottom_firstrow"><!-- --></A>
307 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
308 <TR ALIGN="center" VALIGN="top">
309 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
310 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
311 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
312 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
313 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
314 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
315 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
316 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
317 </TR>
318 </TABLE>
319 </TD>
320 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
321 </EM>
322 </TD>
323 </TR>
324
325 <TR>
326 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
327 &nbsp;PREV&nbsp;
328 &nbsp;NEXT</FONT></TD>
329 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
330 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Geometry.html" target="_top"><B>FRAMES</B></A> &nbsp;
331 &nbsp;<A HREF="Geometry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
332 &nbsp;<SCRIPT type="text/javascript">
333 <!--
334 if(window==top) {
335 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
336 }
337 //-->
338 </SCRIPT>
339 <NOSCRIPT>
340 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
341 </NOSCRIPT>
342
343
344 </FONT></TD>
345 </TR>
346 </TABLE>
347 <A NAME="skip-navbar_bottom"></A>
348 <!-- ======== END OF BOTTOM NAVBAR ======= -->
349
350 <HR>
351
352 </BODY>
353 </HTML>
+0
-254
documentation/javadoc/org/boehn/kmlframework/kml/class-use/GridOriginEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.GridOriginEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.GridOriginEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/GridOriginEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="GridOriginEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.GridOriginEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A></CODE></FONT></TD>
111 <TD><CODE><B>PhotoOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getGridOrigin()">getGridOrigin</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A></CODE></FONT></TD>
119 <TD><CODE><B>GridOriginEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>GridOriginEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>PhotoOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setGridOrigin(org.boehn.kmlframework.kml.GridOriginEnum)">setGridOrigin</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
155 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A></FONT></TH>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
159 java.lang.Boolean&nbsp;visibility,
160 java.lang.Boolean&nbsp;open,
161 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
162 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
163 java.lang.String&nbsp;address,
164 java.lang.String&nbsp;xalAddressDetails,
165 java.lang.String&nbsp;phoneNumber,
166 java.lang.String&nbsp;snippet,
167 java.lang.Integer&nbsp;snippetMaxLines,
168 java.lang.String&nbsp;description,
169 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
170 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
171 java.lang.String&nbsp;styleUrl,
172 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
173 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
174 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
175 java.lang.String&nbsp;color,
176 java.lang.Integer&nbsp;drawOrder,
177 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
178 java.lang.Double&nbsp;rotation,
179 java.lang.Double&nbsp;leftFov,
180 java.lang.Double&nbsp;rightFov,
181 java.lang.Double&nbsp;bottomFov,
182 java.lang.Double&nbsp;topFov,
183 java.lang.Double&nbsp;near,
184 java.lang.Integer&nbsp;tileSize,
185 java.lang.Integer&nbsp;maxWidth,
186 java.lang.Integer&nbsp;maxHeight,
187 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
188 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
189 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
190
191 <BR>
192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
193 </TR>
194 </TABLE>
195 &nbsp;
196 <P>
197 <HR>
198
199
200 <!-- ======= START OF BOTTOM NAVBAR ====== -->
201 <A NAME="navbar_bottom"><!-- --></A>
202 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
203 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
204 <TR>
205 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
206 <A NAME="navbar_bottom_firstrow"><!-- --></A>
207 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
208 <TR ALIGN="center" VALIGN="top">
209 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
210 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
211 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
212 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
213 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
214 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
215 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
216 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
217 </TR>
218 </TABLE>
219 </TD>
220 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
221 </EM>
222 </TD>
223 </TR>
224
225 <TR>
226 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
227 &nbsp;PREV&nbsp;
228 &nbsp;NEXT</FONT></TD>
229 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
230 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/GridOriginEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
231 &nbsp;<A HREF="GridOriginEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
232 &nbsp;<SCRIPT type="text/javascript">
233 <!--
234 if(window==top) {
235 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
236 }
237 //-->
238 </SCRIPT>
239 <NOSCRIPT>
240 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
241 </NOSCRIPT>
242
243
244 </FONT></TD>
245 </TR>
246 </TABLE>
247 <A NAME="skip-navbar_bottom"></A>
248 <!-- ======== END OF BOTTOM NAVBAR ======= -->
249
250 <HR>
251
252 </BODY>
253 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/GroundOverlay.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.GroundOverlay (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.GroundOverlay (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/GroundOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="GroundOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.GroundOverlay</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.GroundOverlay
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/GroundOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="GroundOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-336
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Icon.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Icon (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Icon (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Icon.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Icon.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Icon</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A></CODE></FONT></TD>
111 <TD><CODE><B>Overlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#getIcon()">getIcon</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Overlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#setIcon(org.boehn.kmlframework.kml.Icon)">setIcon</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">GroundOverlay</A></B>(java.lang.String&nbsp;name,
142 java.lang.Boolean&nbsp;visibility,
143 java.lang.Boolean&nbsp;open,
144 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
145 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
146 java.lang.String&nbsp;address,
147 java.lang.String&nbsp;xalAddressDetails,
148 java.lang.String&nbsp;phoneNumber,
149 java.lang.String&nbsp;snippet,
150 java.lang.Integer&nbsp;snippetMaxLines,
151 java.lang.String&nbsp;description,
152 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
153 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
154 java.lang.String&nbsp;styleUrl,
155 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
156 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
157 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
158 java.lang.String&nbsp;color,
159 java.lang.Integer&nbsp;drawOrder,
160 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
161 java.lang.Double&nbsp;alititude,
162 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
163 java.lang.Double&nbsp;north,
164 java.lang.Double&nbsp;south,
165 java.lang.Double&nbsp;east,
166 java.lang.Double&nbsp;west,
167 java.lang.Double&nbsp;rotation)</CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)">Overlay</A></B>(java.lang.String&nbsp;name,
174 java.lang.Boolean&nbsp;visibility,
175 java.lang.Boolean&nbsp;open,
176 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
177 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
178 java.lang.String&nbsp;address,
179 java.lang.String&nbsp;xalAddressDetails,
180 java.lang.String&nbsp;phoneNumber,
181 java.lang.String&nbsp;snippet,
182 java.lang.Integer&nbsp;snippetMaxLines,
183 java.lang.String&nbsp;description,
184 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
185 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
186 java.lang.String&nbsp;styleUrl,
187 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
188 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
189 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
190 java.lang.String&nbsp;color,
191 java.lang.Integer&nbsp;drawOrder,
192 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
193
194 <BR>
195 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
196 </TR>
197 <TR BGCOLOR="white" CLASS="TableRowColor">
198 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
199 java.lang.Boolean&nbsp;visibility,
200 java.lang.Boolean&nbsp;open,
201 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
202 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
203 java.lang.String&nbsp;address,
204 java.lang.String&nbsp;xalAddressDetails,
205 java.lang.String&nbsp;phoneNumber,
206 java.lang.String&nbsp;snippet,
207 java.lang.Integer&nbsp;snippetMaxLines,
208 java.lang.String&nbsp;description,
209 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
210 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
211 java.lang.String&nbsp;styleUrl,
212 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
213 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
214 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
215 java.lang.String&nbsp;color,
216 java.lang.Integer&nbsp;drawOrder,
217 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
218 java.lang.Double&nbsp;rotation,
219 java.lang.Double&nbsp;leftFov,
220 java.lang.Double&nbsp;rightFov,
221 java.lang.Double&nbsp;bottomFov,
222 java.lang.Double&nbsp;topFov,
223 java.lang.Double&nbsp;near,
224 java.lang.Integer&nbsp;tileSize,
225 java.lang.Integer&nbsp;maxWidth,
226 java.lang.Integer&nbsp;maxHeight,
227 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
228 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
229 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
230
231 <BR>
232 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
233 </TR>
234 <TR BGCOLOR="white" CLASS="TableRowColor">
235 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)">ScreenOverlay</A></B>(java.lang.String&nbsp;name,
236 java.lang.Boolean&nbsp;visibility,
237 java.lang.Boolean&nbsp;open,
238 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
239 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
240 java.lang.String&nbsp;address,
241 java.lang.String&nbsp;xalAddressDetails,
242 java.lang.String&nbsp;phoneNumber,
243 java.lang.String&nbsp;snippet,
244 java.lang.Integer&nbsp;snippetMaxLines,
245 java.lang.String&nbsp;description,
246 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
247 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
248 java.lang.String&nbsp;styleUrl,
249 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
250 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
251 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
252 java.lang.String&nbsp;color,
253 java.lang.Integer&nbsp;drawOrder,
254 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
255 java.lang.Double&nbsp;overlayX,
256 java.lang.Double&nbsp;overlayY,
257 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
258 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
259 java.lang.Double&nbsp;screenX,
260 java.lang.Double&nbsp;screenY,
261 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
262 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
263 java.lang.Double&nbsp;rotationX,
264 java.lang.Double&nbsp;rotationY,
265 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
266 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
267 java.lang.Double&nbsp;sizeX,
268 java.lang.Double&nbsp;sizeY,
269 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
270 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
271 java.lang.Double&nbsp;rotation)</CODE>
272
273 <BR>
274 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
275 </TR>
276 </TABLE>
277 &nbsp;
278 <P>
279 <HR>
280
281
282 <!-- ======= START OF BOTTOM NAVBAR ====== -->
283 <A NAME="navbar_bottom"><!-- --></A>
284 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
285 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
286 <TR>
287 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
288 <A NAME="navbar_bottom_firstrow"><!-- --></A>
289 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
290 <TR ALIGN="center" VALIGN="top">
291 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
292 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
293 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
294 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
295 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
296 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
297 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
298 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
299 </TR>
300 </TABLE>
301 </TD>
302 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
303 </EM>
304 </TD>
305 </TR>
306
307 <TR>
308 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
309 &nbsp;PREV&nbsp;
310 &nbsp;NEXT</FONT></TD>
311 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
312 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Icon.html" target="_top"><B>FRAMES</B></A> &nbsp;
313 &nbsp;<A HREF="Icon.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
314 &nbsp;<SCRIPT type="text/javascript">
315 <!--
316 if(window==top) {
317 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
318 }
319 //-->
320 </SCRIPT>
321 <NOSCRIPT>
322 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
323 </NOSCRIPT>
324
325
326 </FONT></TD>
327 </TR>
328 </TABLE>
329 <A NAME="skip-navbar_bottom"></A>
330 <!-- ======== END OF BOTTOM NAVBAR ======= -->
331
332 <HR>
333
334 </BODY>
335 </HTML>
+0
-211
documentation/javadoc/org/boehn/kmlframework/kml/class-use/IconStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.IconStyle (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.IconStyle (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/IconStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="IconStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.IconStyle</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A></CODE></FONT></TD>
111 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#getIconStyle()">getIconStyle</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#setIconStyle(org.boehn.kmlframework.kml.IconStyle)">setIconStyle</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#Style(org.boehn.kmlframework.kml.IconStyle, org.boehn.kmlframework.kml.LabelStyle, org.boehn.kmlframework.kml.LineStyle, org.boehn.kmlframework.kml.PolyStyle, org.boehn.kmlframework.kml.BallonStyle, org.boehn.kmlframework.kml.ListStyle)">Style</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle,
142 <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle,
143 <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle,
144 <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle,
145 <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle,
146 <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 </TABLE>
152 &nbsp;
153 <P>
154 <HR>
155
156
157 <!-- ======= START OF BOTTOM NAVBAR ====== -->
158 <A NAME="navbar_bottom"><!-- --></A>
159 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
160 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
161 <TR>
162 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
163 <A NAME="navbar_bottom_firstrow"><!-- --></A>
164 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
165 <TR ALIGN="center" VALIGN="top">
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
169 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
174 </TR>
175 </TABLE>
176 </TD>
177 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
178 </EM>
179 </TD>
180 </TR>
181
182 <TR>
183 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
184 &nbsp;PREV&nbsp;
185 &nbsp;NEXT</FONT></TD>
186 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
187 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/IconStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
188 &nbsp;<A HREF="IconStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
189 &nbsp;<SCRIPT type="text/javascript">
190 <!--
191 if(window==top) {
192 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
193 }
194 //-->
195 </SCRIPT>
196 <NOSCRIPT>
197 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
198 </NOSCRIPT>
199
200
201 </FONT></TD>
202 </TR>
203 </TABLE>
204 <A NAME="skip-navbar_bottom"></A>
205 <!-- ======== END OF BOTTOM NAVBAR ======= -->
206
207 <HR>
208
209 </BODY>
210 </HTML>
+0
-1095
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Kml.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Kml (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Kml (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Kml.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Kml.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Kml</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.atom"><B>org.boehn.kmlframework.atom</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 <TR BGCOLOR="white" CLASS="TableRowColor">
96 <TD><A HREF="#org.boehn.kmlframework.servlet"><B>org.boehn.kmlframework.servlet</B></A></TD>
97 <TD>&nbsp;&nbsp;</TD>
98 </TR>
99 <TR BGCOLOR="white" CLASS="TableRowColor">
100 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
101 <TD>&nbsp;&nbsp;</TD>
102 </TR>
103 <TR BGCOLOR="white" CLASS="TableRowColor">
104 <TD><A HREF="#org.boehn.kmlframework.todo.servlet"><B>org.boehn.kmlframework.todo.servlet</B></A></TD>
105 <TD>&nbsp;&nbsp;</TD>
106 </TR>
107 </TABLE>
108 &nbsp;
109 <P>
110 <A NAME="org.boehn.kmlframework.atom"><!-- --></A>
111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
114 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A> in <A HREF="../../../../../org/boehn/kmlframework/atom/package-summary.html">org.boehn.kmlframework.atom</A></FONT></TH>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/atom/package-summary.html">org.boehn.kmlframework.atom</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>AtomLink.</B><B><A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;void</CODE></FONT></TD>
135 <TD><CODE><B>AtomAuthor.</B><B><A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 </TABLE>
141 &nbsp;
142 <P>
143 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
144 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
145 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
146 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
147 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
155 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></FONT></TH>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
159 <CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
160 <TD><CODE><B>KmlObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html#getIdAndTargetIdFormatted(org.boehn.kmlframework.kml.Kml)">getIdAndTargetIdFormatted</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
161
162 <BR>
163 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
164 </TR>
165 <TR BGCOLOR="white" CLASS="TableRowColor">
166 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167 <CODE>&nbsp;void</CODE></FONT></TD>
168 <TD><CODE><B>ViewFormat.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
169
170 <BR>
171 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
172 </TR>
173 <TR BGCOLOR="white" CLASS="TableRowColor">
174 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175 <CODE>abstract &nbsp;void</CODE></FONT></TD>
176 <TD><CODE><B>UpdateElement.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
177
178 <BR>
179 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
180 </TR>
181 <TR BGCOLOR="white" CLASS="TableRowColor">
182 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
183 <CODE>&nbsp;void</CODE></FONT></TD>
184 <TD><CODE><B>Update.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Update.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
185
186 <BR>
187 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
188 </TR>
189 <TR BGCOLOR="white" CLASS="TableRowColor">
190 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
191 <CODE>&nbsp;void</CODE></FONT></TD>
192 <TD><CODE><B>TimeStamp.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeStamp.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
193
194 <BR>
195 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
196 </TR>
197 <TR BGCOLOR="white" CLASS="TableRowColor">
198 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
199 <CODE>&nbsp;void</CODE></FONT></TD>
200 <TD><CODE><B>TimeSpan.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeSpan.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
201
202 <BR>
203 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
204 </TR>
205 <TR BGCOLOR="white" CLASS="TableRowColor">
206 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
207 <CODE>&nbsp;void</CODE></FONT></TD>
208 <TD><CODE><B>StyleMap.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/StyleMap.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
209
210 <BR>
211 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
212 </TR>
213 <TR BGCOLOR="white" CLASS="TableRowColor">
214 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
215 <CODE>&nbsp;void</CODE></FONT></TD>
216 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
217
218 <BR>
219 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
220 </TR>
221 <TR BGCOLOR="white" CLASS="TableRowColor">
222 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
223 <CODE>&nbsp;void</CODE></FONT></TD>
224 <TD><CODE><B>SimpleField.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
225
226 <BR>
227 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
228 </TR>
229 <TR BGCOLOR="white" CLASS="TableRowColor">
230 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
231 <CODE>&nbsp;void</CODE></FONT></TD>
232 <TD><CODE><B>SimpleData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
233
234 <BR>
235 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
236 </TR>
237 <TR BGCOLOR="white" CLASS="TableRowColor">
238 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
239 <CODE>&nbsp;void</CODE></FONT></TD>
240 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
241
242 <BR>
243 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
244 </TR>
245 <TR BGCOLOR="white" CLASS="TableRowColor">
246 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
247 <CODE>&nbsp;void</CODE></FONT></TD>
248 <TD><CODE><B>Schema.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
249
250 <BR>
251 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
252 </TR>
253 <TR BGCOLOR="white" CLASS="TableRowColor">
254 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
255 <CODE>&nbsp;void</CODE></FONT></TD>
256 <TD><CODE><B>Region.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Region.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
257
258 <BR>
259 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
260 </TR>
261 <TR BGCOLOR="white" CLASS="TableRowColor">
262 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
263 <CODE>&nbsp;void</CODE></FONT></TD>
264 <TD><CODE><B>PolyStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
265
266 <BR>
267 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
268 </TR>
269 <TR BGCOLOR="white" CLASS="TableRowColor">
270 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
271 <CODE>&nbsp;void</CODE></FONT></TD>
272 <TD><CODE><B>Polygon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
273
274 <BR>
275 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
276 </TR>
277 <TR BGCOLOR="white" CLASS="TableRowColor">
278 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
279 <CODE>&nbsp;void</CODE></FONT></TD>
280 <TD><CODE><B>Point.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Point.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
281
282 <BR>
283 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
284 </TR>
285 <TR BGCOLOR="white" CLASS="TableRowColor">
286 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
287 <CODE>&nbsp;void</CODE></FONT></TD>
288 <TD><CODE><B>Placemark.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
289
290 <BR>
291 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
292 </TR>
293 <TR BGCOLOR="white" CLASS="TableRowColor">
294 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
295 <CODE>&nbsp;void</CODE></FONT></TD>
296 <TD><CODE><B>PhotoOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
297
298 <BR>
299 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
300 </TR>
301 <TR BGCOLOR="white" CLASS="TableRowColor">
302 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
303 <CODE>&nbsp;void</CODE></FONT></TD>
304 <TD><CODE><B>Pair.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
305
306 <BR>
307 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
308 </TR>
309 <TR BGCOLOR="white" CLASS="TableRowColor">
310 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
311 <CODE>&nbsp;void</CODE></FONT></TD>
312 <TD><CODE><B>NetworkLinkControl.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
313
314 <BR>
315 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
316 </TR>
317 <TR BGCOLOR="white" CLASS="TableRowColor">
318 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
319 <CODE>&nbsp;void</CODE></FONT></TD>
320 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
321
322 <BR>
323 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
324 </TR>
325 <TR BGCOLOR="white" CLASS="TableRowColor">
326 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
327 <CODE>&nbsp;void</CODE></FONT></TD>
328 <TD><CODE><B>MultiGeometry.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
329
330 <BR>
331 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
332 </TR>
333 <TR BGCOLOR="white" CLASS="TableRowColor">
334 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
335 <CODE>&nbsp;void</CODE></FONT></TD>
336 <TD><CODE><B>Model.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
337
338 <BR>
339 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
340 </TR>
341 <TR BGCOLOR="white" CLASS="TableRowColor">
342 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
343 <CODE>&nbsp;void</CODE></FONT></TD>
344 <TD><CODE><B>LookAt.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LookAt.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
345
346 <BR>
347 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
348 </TR>
349 <TR BGCOLOR="white" CLASS="TableRowColor">
350 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
351 <CODE>&nbsp;void</CODE></FONT></TD>
352 <TD><CODE><B>ListStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
353
354 <BR>
355 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
356 </TR>
357 <TR BGCOLOR="white" CLASS="TableRowColor">
358 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
359 <CODE>&nbsp;void</CODE></FONT></TD>
360 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
361
362 <BR>
363 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
364 </TR>
365 <TR BGCOLOR="white" CLASS="TableRowColor">
366 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
367 <CODE>&nbsp;void</CODE></FONT></TD>
368 <TD><CODE><B>LineStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
369
370 <BR>
371 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
372 </TR>
373 <TR BGCOLOR="white" CLASS="TableRowColor">
374 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
375 <CODE>&nbsp;void</CODE></FONT></TD>
376 <TD><CODE><B>LineString.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
377
378 <BR>
379 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
380 </TR>
381 <TR BGCOLOR="white" CLASS="TableRowColor">
382 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
383 <CODE>&nbsp;void</CODE></FONT></TD>
384 <TD><CODE><B>LinearRing.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
385
386 <BR>
387 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
388 </TR>
389 <TR BGCOLOR="white" CLASS="TableRowColor">
390 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
391 <CODE>&nbsp;void</CODE></FONT></TD>
392 <TD><CODE><B>LabelStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
393
394 <BR>
395 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
396 </TR>
397 <TR BGCOLOR="white" CLASS="TableRowColor">
398 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
399 <CODE>abstract &nbsp;void</CODE></FONT></TD>
400 <TD><CODE><B>KmlObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
401
402 <BR>
403 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
404 </TR>
405 <TR BGCOLOR="white" CLASS="TableRowColor">
406 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
407 <CODE>&nbsp;void</CODE></FONT></TD>
408 <TD><CODE><B>Kml.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
409
410 <BR>
411 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
412 </TR>
413 <TR BGCOLOR="white" CLASS="TableRowColor">
414 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
415 <CODE>&nbsp;void</CODE></FONT></TD>
416 <TD><CODE><B>IconStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
417
418 <BR>
419 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
420 </TR>
421 <TR BGCOLOR="white" CLASS="TableRowColor">
422 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
423 <CODE>&nbsp;void</CODE></FONT></TD>
424 <TD><CODE><B>Icon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
425
426 <BR>
427 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
428 </TR>
429 <TR BGCOLOR="white" CLASS="TableRowColor">
430 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
431 <CODE>&nbsp;void</CODE></FONT></TD>
432 <TD><CODE><B>GroundOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
433
434 <BR>
435 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
436 </TR>
437 <TR BGCOLOR="white" CLASS="TableRowColor">
438 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
439 <CODE>&nbsp;void</CODE></FONT></TD>
440 <TD><CODE><B>Folder.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
441
442 <BR>
443 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
444 </TR>
445 <TR BGCOLOR="white" CLASS="TableRowColor">
446 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
447 <CODE>&nbsp;void</CODE></FONT></TD>
448 <TD><CODE><B>ExtendedData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
449
450 <BR>
451 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
452 </TR>
453 <TR BGCOLOR="white" CLASS="TableRowColor">
454 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
455 <CODE>&nbsp;void</CODE></FONT></TD>
456 <TD><CODE><B>Document.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
457
458 <BR>
459 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
460 </TR>
461 <TR BGCOLOR="white" CLASS="TableRowColor">
462 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
463 <CODE>&nbsp;void</CODE></FONT></TD>
464 <TD><CODE><B>Delete.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Delete.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
465
466 <BR>
467 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
468 </TR>
469 <TR BGCOLOR="white" CLASS="TableRowColor">
470 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
471 <CODE>&nbsp;void</CODE></FONT></TD>
472 <TD><CODE><B>Data.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Data.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
473
474 <BR>
475 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
476 </TR>
477 <TR BGCOLOR="white" CLASS="TableRowColor">
478 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
479 <CODE>&nbsp;void</CODE></FONT></TD>
480 <TD><CODE><B>Create.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Create.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
481
482 <BR>
483 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
484 </TR>
485 <TR BGCOLOR="white" CLASS="TableRowColor">
486 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
487 <CODE>&nbsp;void</CODE></FONT></TD>
488 <TD><CODE><B>Change.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Change.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
489
490 <BR>
491 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
492 </TR>
493 <TR BGCOLOR="white" CLASS="TableRowColor">
494 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
495 <CODE>&nbsp;void</CODE></FONT></TD>
496 <TD><CODE><B>Camera.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Camera.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
497
498 <BR>
499 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
500 </TR>
501 <TR BGCOLOR="white" CLASS="TableRowColor">
502 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
503 <CODE>&nbsp;void</CODE></FONT></TD>
504 <TD><CODE><B>BallonStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
505
506 <BR>
507 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
508 </TR>
509 <TR BGCOLOR="white" CLASS="TableRowColor">
510 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
511 <CODE>&nbsp;void</CODE></FONT></TD>
512 <TD><CODE><B>Alias.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
513
514 <BR>
515 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
516 </TR>
517 <TR BGCOLOR="white" CLASS="TableRowColor">
518 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
519 <CODE>&nbsp;void</CODE></FONT></TD>
520 <TD><CODE><B>ViewFormat.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
521
522 <BR>
523 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
524 </TR>
525 <TR BGCOLOR="white" CLASS="TableRowColor">
526 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
527 <CODE>&nbsp;void</CODE></FONT></TD>
528 <TD><CODE><B>Update.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Update.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
529
530 <BR>
531 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
532 </TR>
533 <TR BGCOLOR="white" CLASS="TableRowColor">
534 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
535 <CODE>&nbsp;void</CODE></FONT></TD>
536 <TD><CODE><B>TimeStamp.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeStamp.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
537
538 <BR>
539 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
540 </TR>
541 <TR BGCOLOR="white" CLASS="TableRowColor">
542 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
543 <CODE>&nbsp;void</CODE></FONT></TD>
544 <TD><CODE><B>TimeSpan.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeSpan.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
545
546 <BR>
547 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
548 </TR>
549 <TR BGCOLOR="white" CLASS="TableRowColor">
550 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
551 <CODE>&nbsp;void</CODE></FONT></TD>
552 <TD><CODE><B>StyleMap.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/StyleMap.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
553
554 <BR>
555 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
556 </TR>
557 <TR BGCOLOR="white" CLASS="TableRowColor">
558 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
559 <CODE>&nbsp;void</CODE></FONT></TD>
560 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
561
562 <BR>
563 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
564 </TR>
565 <TR BGCOLOR="white" CLASS="TableRowColor">
566 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
567 <CODE>&nbsp;void</CODE></FONT></TD>
568 <TD><CODE><B>SimpleField.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
569
570 <BR>
571 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
572 </TR>
573 <TR BGCOLOR="white" CLASS="TableRowColor">
574 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
575 <CODE>&nbsp;void</CODE></FONT></TD>
576 <TD><CODE><B>SimpleData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
577
578 <BR>
579 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
580 </TR>
581 <TR BGCOLOR="white" CLASS="TableRowColor">
582 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
583 <CODE>&nbsp;void</CODE></FONT></TD>
584 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
585
586 <BR>
587 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
588 </TR>
589 <TR BGCOLOR="white" CLASS="TableRowColor">
590 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
591 <CODE>&nbsp;void</CODE></FONT></TD>
592 <TD><CODE><B>Schema.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
593
594 <BR>
595 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
596 </TR>
597 <TR BGCOLOR="white" CLASS="TableRowColor">
598 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
599 <CODE>&nbsp;void</CODE></FONT></TD>
600 <TD><CODE><B>Region.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Region.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
601
602 <BR>
603 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
604 </TR>
605 <TR BGCOLOR="white" CLASS="TableRowColor">
606 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
607 <CODE>&nbsp;void</CODE></FONT></TD>
608 <TD><CODE><B>PolyStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
609
610 <BR>
611 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
612 </TR>
613 <TR BGCOLOR="white" CLASS="TableRowColor">
614 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
615 <CODE>&nbsp;void</CODE></FONT></TD>
616 <TD><CODE><B>Polygon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
617
618 <BR>
619 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
620 </TR>
621 <TR BGCOLOR="white" CLASS="TableRowColor">
622 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
623 <CODE>&nbsp;void</CODE></FONT></TD>
624 <TD><CODE><B>Point.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Point.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
625
626 <BR>
627 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
628 </TR>
629 <TR BGCOLOR="white" CLASS="TableRowColor">
630 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
631 <CODE>&nbsp;void</CODE></FONT></TD>
632 <TD><CODE><B>Placemark.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
633
634 <BR>
635 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
636 </TR>
637 <TR BGCOLOR="white" CLASS="TableRowColor">
638 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
639 <CODE>&nbsp;void</CODE></FONT></TD>
640 <TD><CODE><B>PhotoOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
641
642 <BR>
643 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
644 </TR>
645 <TR BGCOLOR="white" CLASS="TableRowColor">
646 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
647 <CODE>&nbsp;void</CODE></FONT></TD>
648 <TD><CODE><B>Pair.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
649
650 <BR>
651 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
652 </TR>
653 <TR BGCOLOR="white" CLASS="TableRowColor">
654 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
655 <CODE>&nbsp;void</CODE></FONT></TD>
656 <TD><CODE><B>NetworkLinkControl.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
657
658 <BR>
659 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
660 </TR>
661 <TR BGCOLOR="white" CLASS="TableRowColor">
662 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
663 <CODE>&nbsp;void</CODE></FONT></TD>
664 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
665
666 <BR>
667 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
668 </TR>
669 <TR BGCOLOR="white" CLASS="TableRowColor">
670 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
671 <CODE>&nbsp;void</CODE></FONT></TD>
672 <TD><CODE><B>MultiGeometry.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
673
674 <BR>
675 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
676 </TR>
677 <TR BGCOLOR="white" CLASS="TableRowColor">
678 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
679 <CODE>&nbsp;void</CODE></FONT></TD>
680 <TD><CODE><B>Model.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
681
682 <BR>
683 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
684 </TR>
685 <TR BGCOLOR="white" CLASS="TableRowColor">
686 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
687 <CODE>&nbsp;void</CODE></FONT></TD>
688 <TD><CODE><B>LookAt.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LookAt.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
689
690 <BR>
691 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
692 </TR>
693 <TR BGCOLOR="white" CLASS="TableRowColor">
694 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
695 <CODE>&nbsp;void</CODE></FONT></TD>
696 <TD><CODE><B>ListStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
697
698 <BR>
699 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
700 </TR>
701 <TR BGCOLOR="white" CLASS="TableRowColor">
702 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
703 <CODE>&nbsp;void</CODE></FONT></TD>
704 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
705
706 <BR>
707 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
708 </TR>
709 <TR BGCOLOR="white" CLASS="TableRowColor">
710 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
711 <CODE>&nbsp;void</CODE></FONT></TD>
712 <TD><CODE><B>LineStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
713
714 <BR>
715 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
716 </TR>
717 <TR BGCOLOR="white" CLASS="TableRowColor">
718 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
719 <CODE>&nbsp;void</CODE></FONT></TD>
720 <TD><CODE><B>LineString.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
721
722 <BR>
723 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
724 </TR>
725 <TR BGCOLOR="white" CLASS="TableRowColor">
726 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
727 <CODE>&nbsp;void</CODE></FONT></TD>
728 <TD><CODE><B>LinearRing.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
729
730 <BR>
731 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
732 </TR>
733 <TR BGCOLOR="white" CLASS="TableRowColor">
734 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
735 <CODE>&nbsp;void</CODE></FONT></TD>
736 <TD><CODE><B>LabelStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
737
738 <BR>
739 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
740 </TR>
741 <TR BGCOLOR="white" CLASS="TableRowColor">
742 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
743 <CODE>abstract &nbsp;void</CODE></FONT></TD>
744 <TD><CODE><B>KmlObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
745
746 <BR>
747 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
748 </TR>
749 <TR BGCOLOR="white" CLASS="TableRowColor">
750 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
751 <CODE>&nbsp;void</CODE></FONT></TD>
752 <TD><CODE><B>IconStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
753
754 <BR>
755 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
756 </TR>
757 <TR BGCOLOR="white" CLASS="TableRowColor">
758 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
759 <CODE>&nbsp;void</CODE></FONT></TD>
760 <TD><CODE><B>Icon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
761
762 <BR>
763 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
764 </TR>
765 <TR BGCOLOR="white" CLASS="TableRowColor">
766 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
767 <CODE>&nbsp;void</CODE></FONT></TD>
768 <TD><CODE><B>GroundOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
769
770 <BR>
771 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
772 </TR>
773 <TR BGCOLOR="white" CLASS="TableRowColor">
774 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
775 <CODE>&nbsp;void</CODE></FONT></TD>
776 <TD><CODE><B>Folder.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
777
778 <BR>
779 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
780 </TR>
781 <TR BGCOLOR="white" CLASS="TableRowColor">
782 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
783 <CODE>&nbsp;void</CODE></FONT></TD>
784 <TD><CODE><B>ExtendedData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
785
786 <BR>
787 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
788 </TR>
789 <TR BGCOLOR="white" CLASS="TableRowColor">
790 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
791 <CODE>&nbsp;void</CODE></FONT></TD>
792 <TD><CODE><B>Document.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
793
794 <BR>
795 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
796 </TR>
797 <TR BGCOLOR="white" CLASS="TableRowColor">
798 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
799 <CODE>&nbsp;void</CODE></FONT></TD>
800 <TD><CODE><B>Data.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Data.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
801
802 <BR>
803 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
804 </TR>
805 <TR BGCOLOR="white" CLASS="TableRowColor">
806 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
807 <CODE>&nbsp;void</CODE></FONT></TD>
808 <TD><CODE><B>Camera.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Camera.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
809
810 <BR>
811 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
812 </TR>
813 <TR BGCOLOR="white" CLASS="TableRowColor">
814 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
815 <CODE>&nbsp;void</CODE></FONT></TD>
816 <TD><CODE><B>BallonStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
817
818 <BR>
819 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
820 </TR>
821 <TR BGCOLOR="white" CLASS="TableRowColor">
822 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
823 <CODE>&nbsp;void</CODE></FONT></TD>
824 <TD><CODE><B>Alias.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
825
826 <BR>
827 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
828 </TR>
829 <TR BGCOLOR="white" CLASS="TableRowColor">
830 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
831 <CODE>&nbsp;void</CODE></FONT></TD>
832 <TD><CODE><B>Overlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
833
834 <BR>
835 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
836 </TR>
837 <TR BGCOLOR="white" CLASS="TableRowColor">
838 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
839 <CODE>protected &nbsp;void</CODE></FONT></TD>
840 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
841
842 <BR>
843 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
844 </TR>
845 <TR BGCOLOR="white" CLASS="TableRowColor">
846 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
847 <CODE>&nbsp;void</CODE></FONT></TD>
848 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
849
850 <BR>
851 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
852 </TR>
853 <TR BGCOLOR="white" CLASS="TableRowColor">
854 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
855 <CODE>&nbsp;void</CODE></FONT></TD>
856 <TD><CODE><B>Container.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
857
858 <BR>
859 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
860 </TR>
861 <TR BGCOLOR="white" CLASS="TableRowColor">
862 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
863 <CODE>&nbsp;void</CODE></FONT></TD>
864 <TD><CODE><B>ColorStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
865
866 <BR>
867 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
868 </TR>
869 <TR BGCOLOR="white" CLASS="TableRowColor">
870 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
871 <CODE>&nbsp;void</CODE></FONT></TD>
872 <TD><CODE><B>AbstractView.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
873
874 <BR>
875 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
876 </TR>
877 </TABLE>
878 &nbsp;
879 <P>
880 <A NAME="org.boehn.kmlframework.servlet"><!-- --></A>
881 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
882 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
883 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
884 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A> in <A HREF="../../../../../org/boehn/kmlframework/servlet/package-summary.html">org.boehn.kmlframework.servlet</A></FONT></TH>
885 </TR>
886 </TABLE>
887 &nbsp;
888 <P>
889
890 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
891 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
892 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A> in <A HREF="../../../../../org/boehn/kmlframework/servlet/package-summary.html">org.boehn.kmlframework.servlet</A></FONT></TH>
893 </TR>
894 <TR BGCOLOR="white" CLASS="TableRowColor">
895 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
896 <CODE>&nbsp;class</CODE></FONT></TD>
897 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A></B></CODE>
898
899 <BR>
900 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
901 </TR>
902 </TABLE>
903 &nbsp;
904 <P>
905 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
906 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
907 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
908 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
909 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
910 </TR>
911 </TABLE>
912 &nbsp;
913 <P>
914
915 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
916 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
917 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></FONT></TH>
918 </TR>
919 <TR BGCOLOR="white" CLASS="TableRowColor">
920 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
921 <CODE>&nbsp;void</CODE></FONT></TD>
922 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
923 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
924 org.w3c.dom.Document&nbsp;xmlDocument)</CODE>
925
926 <BR>
927 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
928 </TR>
929 <TR BGCOLOR="white" CLASS="TableRowColor">
930 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
931 <CODE>&nbsp;void</CODE></FONT></TD>
932 <TD><CODE><B>GraphicalModelElement.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
933 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
934 org.w3c.dom.Document&nbsp;xmlDocument,
935 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
936 java.lang.Double&nbsp;rotation,
937 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
938 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
939
940 <BR>
941 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
942 </TR>
943 <TR BGCOLOR="white" CLASS="TableRowColor">
944 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
945 <CODE>&nbsp;void</CODE></FONT></TD>
946 <TD><CODE><B>GraphicalModel.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
947 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
948 org.w3c.dom.Document&nbsp;xmlDocument,
949 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
950 java.lang.Double&nbsp;rotation,
951 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
952 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
953
954 <BR>
955 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
956 </TR>
957 <TR BGCOLOR="white" CLASS="TableRowColor">
958 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
959 <CODE>&nbsp;void</CODE></FONT></TD>
960 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#addKml(org.boehn.kmlframework.kml.Kml, java.io.PrintWriter)">addKml</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kmlDocument,
961 java.io.PrintWriter&nbsp;printWriter)</CODE>
962
963 <BR>
964 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
965 </TR>
966 <TR BGCOLOR="white" CLASS="TableRowColor">
967 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
968 <CODE>&nbsp;void</CODE></FONT></TD>
969 <TD><CODE><B>MapObjectClass.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html#addKml(org.boehn.kmlframework.todo.MapObject, org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate, java.lang.String)">addKml</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>&nbsp;mapObject,
970 org.w3c.dom.Element&nbsp;parentElement,
971 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
972 org.w3c.dom.Document&nbsp;xmlDocument,
973 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
974 java.lang.Double&nbsp;rotation,
975 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
976 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale,
977 java.lang.String&nbsp;name)</CODE>
978
979 <BR>
980 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
981 </TR>
982 <TR BGCOLOR="white" CLASS="TableRowColor">
983 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
984 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
985 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#getDescriptionTextWithButtons(org.boehn.kmlframework.kml.Kml)">getDescriptionTextWithButtons</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model)</CODE>
986
987 <BR>
988 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
989 </TR>
990 <TR BGCOLOR="white" CLASS="TableRowColor">
991 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
992 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
993 <TD><CODE><B>Button.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/Button.html#toHtml(org.boehn.kmlframework.kml.Kml)">toHtml</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model)</CODE>
994
995 <BR>
996 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
997 </TR>
998 </TABLE>
999 &nbsp;
1000 <P>
1001 <A NAME="org.boehn.kmlframework.todo.servlet"><!-- --></A>
1002 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
1003 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
1004 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
1005 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A></FONT></TH>
1006 </TR>
1007 </TABLE>
1008 &nbsp;
1009 <P>
1010
1011 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
1012 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
1013 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></FONT></TH>
1014 </TR>
1015 <TR BGCOLOR="white" CLASS="TableRowColor">
1016 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1017 <CODE>&nbsp;void</CODE></FONT></TD>
1018 <TD><CODE><B>NetworkLinkControl.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
1019 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
1020 org.w3c.dom.Document&nbsp;xmlDocument)</CODE>
1021
1022 <BR>
1023 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1024 </TR>
1025 <TR BGCOLOR="white" CLASS="TableRowColor">
1026 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1027 <CODE>&nbsp;void</CODE></FONT></TD>
1028 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
1029 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
1030 org.w3c.dom.Document&nbsp;xmlDocument)</CODE>
1031
1032 <BR>
1033 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1034 </TR>
1035 </TABLE>
1036 &nbsp;
1037 <P>
1038 <HR>
1039
1040
1041 <!-- ======= START OF BOTTOM NAVBAR ====== -->
1042 <A NAME="navbar_bottom"><!-- --></A>
1043 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1044 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1045 <TR>
1046 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1047 <A NAME="navbar_bottom_firstrow"><!-- --></A>
1048 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1049 <TR ALIGN="center" VALIGN="top">
1050 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
1051 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
1052 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
1053 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
1054 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1055 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1056 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
1057 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1058 </TR>
1059 </TABLE>
1060 </TD>
1061 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1062 </EM>
1063 </TD>
1064 </TR>
1065
1066 <TR>
1067 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1068 &nbsp;PREV&nbsp;
1069 &nbsp;NEXT</FONT></TD>
1070 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1071 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Kml.html" target="_top"><B>FRAMES</B></A> &nbsp;
1072 &nbsp;<A HREF="Kml.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
1073 &nbsp;<SCRIPT type="text/javascript">
1074 <!--
1075 if(window==top) {
1076 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
1077 }
1078 //-->
1079 </SCRIPT>
1080 <NOSCRIPT>
1081 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
1082 </NOSCRIPT>
1083
1084
1085 </FONT></TD>
1086 </TR>
1087 </TABLE>
1088 <A NAME="skip-navbar_bottom"></A>
1089 <!-- ======== END OF BOTTOM NAVBAR ======= -->
1090
1091 <HR>
1092
1093 </BODY>
1094 </HTML>
+0
-1123
documentation/javadoc/org/boehn/kmlframework/kml/class-use/KmlException.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.KmlException (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.KmlException (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/KmlException.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="KmlException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.KmlException</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.atom"><B>org.boehn.kmlframework.atom</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 <TR BGCOLOR="white" CLASS="TableRowColor">
96 <TD><A HREF="#org.boehn.kmlframework.servlet"><B>org.boehn.kmlframework.servlet</B></A></TD>
97 <TD>&nbsp;&nbsp;</TD>
98 </TR>
99 <TR BGCOLOR="white" CLASS="TableRowColor">
100 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
101 <TD>&nbsp;&nbsp;</TD>
102 </TR>
103 <TR BGCOLOR="white" CLASS="TableRowColor">
104 <TD><A HREF="#org.boehn.kmlframework.todo.examples"><B>org.boehn.kmlframework.todo.examples</B></A></TD>
105 <TD>&nbsp;&nbsp;</TD>
106 </TR>
107 <TR BGCOLOR="white" CLASS="TableRowColor">
108 <TD><A HREF="#org.boehn.kmlframework.todo.servlet"><B>org.boehn.kmlframework.todo.servlet</B></A></TD>
109 <TD>&nbsp;&nbsp;</TD>
110 </TR>
111 </TABLE>
112 &nbsp;
113 <P>
114 <A NAME="org.boehn.kmlframework.atom"><!-- --></A>
115 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
116 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
117 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
118 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A> in <A HREF="../../../../../org/boehn/kmlframework/atom/package-summary.html">org.boehn.kmlframework.atom</A></FONT></TH>
119 </TR>
120 </TABLE>
121 &nbsp;
122 <P>
123
124 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
125 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
126 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/atom/package-summary.html">org.boehn.kmlframework.atom</A> that throw <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></FONT></TH>
127 </TR>
128 <TR BGCOLOR="white" CLASS="TableRowColor">
129 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130 <CODE>&nbsp;void</CODE></FONT></TD>
131 <TD><CODE><B>AtomLink.</B><B><A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
132
133 <BR>
134 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>&nbsp;void</CODE></FONT></TD>
139 <TD><CODE><B>AtomAuthor.</B><B><A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 </TABLE>
145 &nbsp;
146 <P>
147 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
148 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
149 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
150 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
151 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
152 </TR>
153 </TABLE>
154 &nbsp;
155 <P>
156
157 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
158 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
159 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that throw <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></FONT></TH>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;void</CODE></FONT></TD>
164 <TD><CODE><B>Kml.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#createKml(java.io.PrintWriter)">createKml</A></B>(java.io.PrintWriter&nbsp;printWriter)</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;void</CODE></FONT></TD>
172 <TD><CODE><B>Kml.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#createKml(java.lang.String)">createKml</A></B>(java.lang.String&nbsp;fileName)</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;void</CODE></FONT></TD>
180 <TD><CODE><B>ViewFormat.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>abstract &nbsp;void</CODE></FONT></TD>
188 <TD><CODE><B>UpdateElement.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
189
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;void</CODE></FONT></TD>
196 <TD><CODE><B>Update.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Update.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 <TR BGCOLOR="white" CLASS="TableRowColor">
202 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <CODE>&nbsp;void</CODE></FONT></TD>
204 <TD><CODE><B>TimeStamp.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeStamp.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211 <CODE>&nbsp;void</CODE></FONT></TD>
212 <TD><CODE><B>TimeSpan.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeSpan.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
213
214 <BR>
215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216 </TR>
217 <TR BGCOLOR="white" CLASS="TableRowColor">
218 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
219 <CODE>&nbsp;void</CODE></FONT></TD>
220 <TD><CODE><B>StyleMap.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/StyleMap.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
221
222 <BR>
223 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
227 <CODE>&nbsp;void</CODE></FONT></TD>
228 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
229
230 <BR>
231 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
232 </TR>
233 <TR BGCOLOR="white" CLASS="TableRowColor">
234 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
235 <CODE>&nbsp;void</CODE></FONT></TD>
236 <TD><CODE><B>SimpleField.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
237
238 <BR>
239 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
240 </TR>
241 <TR BGCOLOR="white" CLASS="TableRowColor">
242 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
243 <CODE>&nbsp;void</CODE></FONT></TD>
244 <TD><CODE><B>SimpleData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
245
246 <BR>
247 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
248 </TR>
249 <TR BGCOLOR="white" CLASS="TableRowColor">
250 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
251 <CODE>&nbsp;void</CODE></FONT></TD>
252 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
253
254 <BR>
255 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
256 </TR>
257 <TR BGCOLOR="white" CLASS="TableRowColor">
258 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
259 <CODE>&nbsp;void</CODE></FONT></TD>
260 <TD><CODE><B>Schema.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
261
262 <BR>
263 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
264 </TR>
265 <TR BGCOLOR="white" CLASS="TableRowColor">
266 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
267 <CODE>&nbsp;void</CODE></FONT></TD>
268 <TD><CODE><B>Region.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Region.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
269
270 <BR>
271 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
272 </TR>
273 <TR BGCOLOR="white" CLASS="TableRowColor">
274 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
275 <CODE>&nbsp;void</CODE></FONT></TD>
276 <TD><CODE><B>PolyStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
277
278 <BR>
279 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
280 </TR>
281 <TR BGCOLOR="white" CLASS="TableRowColor">
282 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
283 <CODE>&nbsp;void</CODE></FONT></TD>
284 <TD><CODE><B>Polygon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
285
286 <BR>
287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
291 <CODE>&nbsp;void</CODE></FONT></TD>
292 <TD><CODE><B>Point.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Point.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
293
294 <BR>
295 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
296 </TR>
297 <TR BGCOLOR="white" CLASS="TableRowColor">
298 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
299 <CODE>&nbsp;void</CODE></FONT></TD>
300 <TD><CODE><B>Placemark.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
301
302 <BR>
303 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
304 </TR>
305 <TR BGCOLOR="white" CLASS="TableRowColor">
306 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
307 <CODE>&nbsp;void</CODE></FONT></TD>
308 <TD><CODE><B>PhotoOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
309
310 <BR>
311 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
312 </TR>
313 <TR BGCOLOR="white" CLASS="TableRowColor">
314 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
315 <CODE>&nbsp;void</CODE></FONT></TD>
316 <TD><CODE><B>Pair.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
317
318 <BR>
319 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
320 </TR>
321 <TR BGCOLOR="white" CLASS="TableRowColor">
322 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
323 <CODE>&nbsp;void</CODE></FONT></TD>
324 <TD><CODE><B>NetworkLinkControl.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
325
326 <BR>
327 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
328 </TR>
329 <TR BGCOLOR="white" CLASS="TableRowColor">
330 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
331 <CODE>&nbsp;void</CODE></FONT></TD>
332 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
333
334 <BR>
335 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
336 </TR>
337 <TR BGCOLOR="white" CLASS="TableRowColor">
338 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
339 <CODE>&nbsp;void</CODE></FONT></TD>
340 <TD><CODE><B>MultiGeometry.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
341
342 <BR>
343 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
344 </TR>
345 <TR BGCOLOR="white" CLASS="TableRowColor">
346 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
347 <CODE>&nbsp;void</CODE></FONT></TD>
348 <TD><CODE><B>Model.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
349
350 <BR>
351 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
352 </TR>
353 <TR BGCOLOR="white" CLASS="TableRowColor">
354 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
355 <CODE>&nbsp;void</CODE></FONT></TD>
356 <TD><CODE><B>LookAt.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LookAt.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
357
358 <BR>
359 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
360 </TR>
361 <TR BGCOLOR="white" CLASS="TableRowColor">
362 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
363 <CODE>&nbsp;void</CODE></FONT></TD>
364 <TD><CODE><B>ListStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
365
366 <BR>
367 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
368 </TR>
369 <TR BGCOLOR="white" CLASS="TableRowColor">
370 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
371 <CODE>&nbsp;void</CODE></FONT></TD>
372 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
373
374 <BR>
375 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
376 </TR>
377 <TR BGCOLOR="white" CLASS="TableRowColor">
378 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
379 <CODE>&nbsp;void</CODE></FONT></TD>
380 <TD><CODE><B>LineStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
381
382 <BR>
383 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
384 </TR>
385 <TR BGCOLOR="white" CLASS="TableRowColor">
386 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
387 <CODE>&nbsp;void</CODE></FONT></TD>
388 <TD><CODE><B>LineString.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
389
390 <BR>
391 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
392 </TR>
393 <TR BGCOLOR="white" CLASS="TableRowColor">
394 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
395 <CODE>&nbsp;void</CODE></FONT></TD>
396 <TD><CODE><B>LinearRing.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
397
398 <BR>
399 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
400 </TR>
401 <TR BGCOLOR="white" CLASS="TableRowColor">
402 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
403 <CODE>&nbsp;void</CODE></FONT></TD>
404 <TD><CODE><B>LabelStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
405
406 <BR>
407 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
408 </TR>
409 <TR BGCOLOR="white" CLASS="TableRowColor">
410 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
411 <CODE>abstract &nbsp;void</CODE></FONT></TD>
412 <TD><CODE><B>KmlObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
413
414 <BR>
415 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
416 </TR>
417 <TR BGCOLOR="white" CLASS="TableRowColor">
418 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
419 <CODE>&nbsp;void</CODE></FONT></TD>
420 <TD><CODE><B>Kml.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
421
422 <BR>
423 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
424 </TR>
425 <TR BGCOLOR="white" CLASS="TableRowColor">
426 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
427 <CODE>&nbsp;void</CODE></FONT></TD>
428 <TD><CODE><B>IconStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
429
430 <BR>
431 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
432 </TR>
433 <TR BGCOLOR="white" CLASS="TableRowColor">
434 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
435 <CODE>&nbsp;void</CODE></FONT></TD>
436 <TD><CODE><B>Icon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
437
438 <BR>
439 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
440 </TR>
441 <TR BGCOLOR="white" CLASS="TableRowColor">
442 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
443 <CODE>&nbsp;void</CODE></FONT></TD>
444 <TD><CODE><B>GroundOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
445
446 <BR>
447 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
448 </TR>
449 <TR BGCOLOR="white" CLASS="TableRowColor">
450 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
451 <CODE>&nbsp;void</CODE></FONT></TD>
452 <TD><CODE><B>Folder.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
453
454 <BR>
455 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
456 </TR>
457 <TR BGCOLOR="white" CLASS="TableRowColor">
458 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
459 <CODE>&nbsp;void</CODE></FONT></TD>
460 <TD><CODE><B>ExtendedData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
461
462 <BR>
463 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
464 </TR>
465 <TR BGCOLOR="white" CLASS="TableRowColor">
466 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
467 <CODE>&nbsp;void</CODE></FONT></TD>
468 <TD><CODE><B>Document.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
469
470 <BR>
471 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
472 </TR>
473 <TR BGCOLOR="white" CLASS="TableRowColor">
474 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
475 <CODE>&nbsp;void</CODE></FONT></TD>
476 <TD><CODE><B>Delete.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Delete.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
477
478 <BR>
479 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
480 </TR>
481 <TR BGCOLOR="white" CLASS="TableRowColor">
482 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
483 <CODE>&nbsp;void</CODE></FONT></TD>
484 <TD><CODE><B>Data.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Data.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
485
486 <BR>
487 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
488 </TR>
489 <TR BGCOLOR="white" CLASS="TableRowColor">
490 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
491 <CODE>&nbsp;void</CODE></FONT></TD>
492 <TD><CODE><B>Create.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Create.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
493
494 <BR>
495 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
496 </TR>
497 <TR BGCOLOR="white" CLASS="TableRowColor">
498 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
499 <CODE>&nbsp;void</CODE></FONT></TD>
500 <TD><CODE><B>Change.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Change.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
501
502 <BR>
503 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
504 </TR>
505 <TR BGCOLOR="white" CLASS="TableRowColor">
506 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
507 <CODE>&nbsp;void</CODE></FONT></TD>
508 <TD><CODE><B>Camera.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Camera.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
509
510 <BR>
511 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
512 </TR>
513 <TR BGCOLOR="white" CLASS="TableRowColor">
514 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
515 <CODE>&nbsp;void</CODE></FONT></TD>
516 <TD><CODE><B>BallonStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
517
518 <BR>
519 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
520 </TR>
521 <TR BGCOLOR="white" CLASS="TableRowColor">
522 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
523 <CODE>&nbsp;void</CODE></FONT></TD>
524 <TD><CODE><B>Alias.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html#write(org.boehn.kmlframework.kml.Kml)">write</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
525
526 <BR>
527 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
528 </TR>
529 <TR BGCOLOR="white" CLASS="TableRowColor">
530 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
531 <CODE>&nbsp;void</CODE></FONT></TD>
532 <TD><CODE><B>ViewFormat.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
533
534 <BR>
535 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
536 </TR>
537 <TR BGCOLOR="white" CLASS="TableRowColor">
538 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
539 <CODE>&nbsp;void</CODE></FONT></TD>
540 <TD><CODE><B>Update.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Update.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
541
542 <BR>
543 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
544 </TR>
545 <TR BGCOLOR="white" CLASS="TableRowColor">
546 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
547 <CODE>&nbsp;void</CODE></FONT></TD>
548 <TD><CODE><B>TimeStamp.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeStamp.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
549
550 <BR>
551 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
552 </TR>
553 <TR BGCOLOR="white" CLASS="TableRowColor">
554 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
555 <CODE>&nbsp;void</CODE></FONT></TD>
556 <TD><CODE><B>TimeSpan.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeSpan.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
557
558 <BR>
559 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
560 </TR>
561 <TR BGCOLOR="white" CLASS="TableRowColor">
562 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
563 <CODE>&nbsp;void</CODE></FONT></TD>
564 <TD><CODE><B>StyleMap.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/StyleMap.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
565
566 <BR>
567 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
568 </TR>
569 <TR BGCOLOR="white" CLASS="TableRowColor">
570 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
571 <CODE>&nbsp;void</CODE></FONT></TD>
572 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
573
574 <BR>
575 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
576 </TR>
577 <TR BGCOLOR="white" CLASS="TableRowColor">
578 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
579 <CODE>&nbsp;void</CODE></FONT></TD>
580 <TD><CODE><B>SimpleField.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
581
582 <BR>
583 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
584 </TR>
585 <TR BGCOLOR="white" CLASS="TableRowColor">
586 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
587 <CODE>&nbsp;void</CODE></FONT></TD>
588 <TD><CODE><B>SimpleData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
589
590 <BR>
591 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
592 </TR>
593 <TR BGCOLOR="white" CLASS="TableRowColor">
594 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
595 <CODE>&nbsp;void</CODE></FONT></TD>
596 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
597
598 <BR>
599 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
600 </TR>
601 <TR BGCOLOR="white" CLASS="TableRowColor">
602 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
603 <CODE>&nbsp;void</CODE></FONT></TD>
604 <TD><CODE><B>Schema.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
605
606 <BR>
607 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
608 </TR>
609 <TR BGCOLOR="white" CLASS="TableRowColor">
610 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
611 <CODE>&nbsp;void</CODE></FONT></TD>
612 <TD><CODE><B>Region.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Region.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
613
614 <BR>
615 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
616 </TR>
617 <TR BGCOLOR="white" CLASS="TableRowColor">
618 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
619 <CODE>&nbsp;void</CODE></FONT></TD>
620 <TD><CODE><B>PolyStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
621
622 <BR>
623 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
624 </TR>
625 <TR BGCOLOR="white" CLASS="TableRowColor">
626 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
627 <CODE>&nbsp;void</CODE></FONT></TD>
628 <TD><CODE><B>Polygon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
629
630 <BR>
631 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
632 </TR>
633 <TR BGCOLOR="white" CLASS="TableRowColor">
634 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
635 <CODE>&nbsp;void</CODE></FONT></TD>
636 <TD><CODE><B>Point.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Point.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
637
638 <BR>
639 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
640 </TR>
641 <TR BGCOLOR="white" CLASS="TableRowColor">
642 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
643 <CODE>&nbsp;void</CODE></FONT></TD>
644 <TD><CODE><B>Placemark.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
645
646 <BR>
647 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
648 </TR>
649 <TR BGCOLOR="white" CLASS="TableRowColor">
650 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
651 <CODE>&nbsp;void</CODE></FONT></TD>
652 <TD><CODE><B>PhotoOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
653
654 <BR>
655 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
656 </TR>
657 <TR BGCOLOR="white" CLASS="TableRowColor">
658 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
659 <CODE>&nbsp;void</CODE></FONT></TD>
660 <TD><CODE><B>Pair.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
661
662 <BR>
663 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
664 </TR>
665 <TR BGCOLOR="white" CLASS="TableRowColor">
666 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
667 <CODE>&nbsp;void</CODE></FONT></TD>
668 <TD><CODE><B>NetworkLinkControl.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
669
670 <BR>
671 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
672 </TR>
673 <TR BGCOLOR="white" CLASS="TableRowColor">
674 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
675 <CODE>&nbsp;void</CODE></FONT></TD>
676 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
677
678 <BR>
679 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
680 </TR>
681 <TR BGCOLOR="white" CLASS="TableRowColor">
682 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
683 <CODE>&nbsp;void</CODE></FONT></TD>
684 <TD><CODE><B>MultiGeometry.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
685
686 <BR>
687 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
688 </TR>
689 <TR BGCOLOR="white" CLASS="TableRowColor">
690 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
691 <CODE>&nbsp;void</CODE></FONT></TD>
692 <TD><CODE><B>Model.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
693
694 <BR>
695 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
696 </TR>
697 <TR BGCOLOR="white" CLASS="TableRowColor">
698 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
699 <CODE>&nbsp;void</CODE></FONT></TD>
700 <TD><CODE><B>LookAt.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LookAt.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
701
702 <BR>
703 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
704 </TR>
705 <TR BGCOLOR="white" CLASS="TableRowColor">
706 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
707 <CODE>&nbsp;void</CODE></FONT></TD>
708 <TD><CODE><B>ListStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
709
710 <BR>
711 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
712 </TR>
713 <TR BGCOLOR="white" CLASS="TableRowColor">
714 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
715 <CODE>&nbsp;void</CODE></FONT></TD>
716 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
717
718 <BR>
719 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
720 </TR>
721 <TR BGCOLOR="white" CLASS="TableRowColor">
722 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
723 <CODE>&nbsp;void</CODE></FONT></TD>
724 <TD><CODE><B>LineStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
725
726 <BR>
727 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
728 </TR>
729 <TR BGCOLOR="white" CLASS="TableRowColor">
730 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
731 <CODE>&nbsp;void</CODE></FONT></TD>
732 <TD><CODE><B>LineString.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
733
734 <BR>
735 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
736 </TR>
737 <TR BGCOLOR="white" CLASS="TableRowColor">
738 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
739 <CODE>&nbsp;void</CODE></FONT></TD>
740 <TD><CODE><B>LinearRing.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
741
742 <BR>
743 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
744 </TR>
745 <TR BGCOLOR="white" CLASS="TableRowColor">
746 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
747 <CODE>&nbsp;void</CODE></FONT></TD>
748 <TD><CODE><B>LabelStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
749
750 <BR>
751 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
752 </TR>
753 <TR BGCOLOR="white" CLASS="TableRowColor">
754 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
755 <CODE>abstract &nbsp;void</CODE></FONT></TD>
756 <TD><CODE><B>KmlObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
757
758 <BR>
759 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
760 </TR>
761 <TR BGCOLOR="white" CLASS="TableRowColor">
762 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
763 <CODE>&nbsp;void</CODE></FONT></TD>
764 <TD><CODE><B>IconStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
765
766 <BR>
767 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
768 </TR>
769 <TR BGCOLOR="white" CLASS="TableRowColor">
770 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
771 <CODE>&nbsp;void</CODE></FONT></TD>
772 <TD><CODE><B>Icon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
773
774 <BR>
775 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
776 </TR>
777 <TR BGCOLOR="white" CLASS="TableRowColor">
778 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
779 <CODE>&nbsp;void</CODE></FONT></TD>
780 <TD><CODE><B>GroundOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
781
782 <BR>
783 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
784 </TR>
785 <TR BGCOLOR="white" CLASS="TableRowColor">
786 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
787 <CODE>&nbsp;void</CODE></FONT></TD>
788 <TD><CODE><B>Folder.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
789
790 <BR>
791 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
792 </TR>
793 <TR BGCOLOR="white" CLASS="TableRowColor">
794 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
795 <CODE>&nbsp;void</CODE></FONT></TD>
796 <TD><CODE><B>ExtendedData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
797
798 <BR>
799 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
800 </TR>
801 <TR BGCOLOR="white" CLASS="TableRowColor">
802 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
803 <CODE>&nbsp;void</CODE></FONT></TD>
804 <TD><CODE><B>Document.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
805
806 <BR>
807 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
808 </TR>
809 <TR BGCOLOR="white" CLASS="TableRowColor">
810 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
811 <CODE>&nbsp;void</CODE></FONT></TD>
812 <TD><CODE><B>Data.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Data.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
813
814 <BR>
815 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
816 </TR>
817 <TR BGCOLOR="white" CLASS="TableRowColor">
818 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
819 <CODE>&nbsp;void</CODE></FONT></TD>
820 <TD><CODE><B>Camera.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Camera.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
821
822 <BR>
823 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
824 </TR>
825 <TR BGCOLOR="white" CLASS="TableRowColor">
826 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
827 <CODE>&nbsp;void</CODE></FONT></TD>
828 <TD><CODE><B>BallonStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
829
830 <BR>
831 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
832 </TR>
833 <TR BGCOLOR="white" CLASS="TableRowColor">
834 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
835 <CODE>&nbsp;void</CODE></FONT></TD>
836 <TD><CODE><B>Alias.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html#writeDelete(org.boehn.kmlframework.kml.Kml)">writeDelete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
837
838 <BR>
839 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
840 </TR>
841 <TR BGCOLOR="white" CLASS="TableRowColor">
842 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
843 <CODE>&nbsp;void</CODE></FONT></TD>
844 <TD><CODE><B>Overlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
845
846 <BR>
847 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
848 </TR>
849 <TR BGCOLOR="white" CLASS="TableRowColor">
850 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
851 <CODE>protected &nbsp;void</CODE></FONT></TD>
852 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
853
854 <BR>
855 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
856 </TR>
857 <TR BGCOLOR="white" CLASS="TableRowColor">
858 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
859 <CODE>&nbsp;void</CODE></FONT></TD>
860 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
861
862 <BR>
863 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
864 </TR>
865 <TR BGCOLOR="white" CLASS="TableRowColor">
866 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
867 <CODE>&nbsp;void</CODE></FONT></TD>
868 <TD><CODE><B>Container.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
869
870 <BR>
871 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
872 </TR>
873 <TR BGCOLOR="white" CLASS="TableRowColor">
874 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
875 <CODE>&nbsp;void</CODE></FONT></TD>
876 <TD><CODE><B>ColorStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
877
878 <BR>
879 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
880 </TR>
881 <TR BGCOLOR="white" CLASS="TableRowColor">
882 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
883 <CODE>&nbsp;void</CODE></FONT></TD>
884 <TD><CODE><B>AbstractView.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html#writeInner(org.boehn.kmlframework.kml.Kml)">writeInner</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kml)</CODE>
885
886 <BR>
887 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
888 </TR>
889 </TABLE>
890 &nbsp;
891 <P>
892 <A NAME="org.boehn.kmlframework.servlet"><!-- --></A>
893 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
894 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
895 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
896 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A> in <A HREF="../../../../../org/boehn/kmlframework/servlet/package-summary.html">org.boehn.kmlframework.servlet</A></FONT></TH>
897 </TR>
898 </TABLE>
899 &nbsp;
900 <P>
901
902 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
903 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
904 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/servlet/package-summary.html">org.boehn.kmlframework.servlet</A> that throw <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></FONT></TH>
905 </TR>
906 <TR BGCOLOR="white" CLASS="TableRowColor">
907 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
908 <CODE>&nbsp;void</CODE></FONT></TD>
909 <TD><CODE><B>HttpServletModel.</B><B><A HREF="../../../../../org/boehn/kmlframework/servlet/HttpServletModel.html#write()">write</A></B>()</CODE>
910
911 <BR>
912 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
913 </TR>
914 </TABLE>
915 &nbsp;
916 <P>
917 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
918 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
919 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
920 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
921 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
922 </TR>
923 </TABLE>
924 &nbsp;
925 <P>
926
927 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
928 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
929 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> that throw <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></FONT></TH>
930 </TR>
931 <TR BGCOLOR="white" CLASS="TableRowColor">
932 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
933 <CODE>&nbsp;void</CODE></FONT></TD>
934 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
935 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
936 org.w3c.dom.Document&nbsp;xmlDocument)</CODE>
937
938 <BR>
939 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
940 </TR>
941 <TR BGCOLOR="white" CLASS="TableRowColor">
942 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
943 <CODE>&nbsp;void</CODE></FONT></TD>
944 <TD><CODE><B>GraphicalModelElement.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
945 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
946 org.w3c.dom.Document&nbsp;xmlDocument,
947 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
948 java.lang.Double&nbsp;rotation,
949 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
950 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
951
952 <BR>
953 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
954 </TR>
955 <TR BGCOLOR="white" CLASS="TableRowColor">
956 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
957 <CODE>&nbsp;void</CODE></FONT></TD>
958 <TD><CODE><B>GraphicalModel.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
959 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
960 org.w3c.dom.Document&nbsp;xmlDocument,
961 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
962 java.lang.Double&nbsp;rotation,
963 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
964 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
965
966 <BR>
967 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
968 </TR>
969 <TR BGCOLOR="white" CLASS="TableRowColor">
970 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
971 <CODE>&nbsp;void</CODE></FONT></TD>
972 <TD><CODE><B>MapObjectClass.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html#addKml(org.boehn.kmlframework.todo.MapObject, org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate, java.lang.String)">addKml</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>&nbsp;mapObject,
973 org.w3c.dom.Element&nbsp;parentElement,
974 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
975 org.w3c.dom.Document&nbsp;xmlDocument,
976 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
977 java.lang.Double&nbsp;rotation,
978 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
979 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale,
980 java.lang.String&nbsp;name)</CODE>
981
982 <BR>
983 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
984 </TR>
985 </TABLE>
986 &nbsp;
987 <P>
988 <A NAME="org.boehn.kmlframework.todo.examples"><!-- --></A>
989 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
990 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
991 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
992 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/examples/package-summary.html">org.boehn.kmlframework.todo.examples</A></FONT></TH>
993 </TR>
994 </TABLE>
995 &nbsp;
996 <P>
997
998 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
999 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
1000 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/examples/package-summary.html">org.boehn.kmlframework.todo.examples</A> that throw <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></FONT></TH>
1001 </TR>
1002 <TR BGCOLOR="white" CLASS="TableRowColor">
1003 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1004 <CODE>static&nbsp;void</CODE></FONT></TD>
1005 <TD><CODE><B>ModelObjectFactoryExample.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;args)</CODE>
1006
1007 <BR>
1008 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1009 </TR>
1010 <TR BGCOLOR="white" CLASS="TableRowColor">
1011 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1012 <CODE>static&nbsp;void</CODE></FONT></TD>
1013 <TD><CODE><B>GraphicalMapObjectExample.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;args)</CODE>
1014
1015 <BR>
1016 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1017 </TR>
1018 </TABLE>
1019 &nbsp;
1020 <P>
1021 <A NAME="org.boehn.kmlframework.todo.servlet"><!-- --></A>
1022 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
1023 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
1024 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
1025 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A></FONT></TH>
1026 </TR>
1027 </TABLE>
1028 &nbsp;
1029 <P>
1030
1031 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
1032 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
1033 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A> that throw <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></FONT></TH>
1034 </TR>
1035 <TR BGCOLOR="white" CLASS="TableRowColor">
1036 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1037 <CODE>&nbsp;void</CODE></FONT></TD>
1038 <TD><CODE><B>NetworkLinkControl.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
1039 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
1040 org.w3c.dom.Document&nbsp;xmlDocument)</CODE>
1041
1042 <BR>
1043 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1044 </TR>
1045 <TR BGCOLOR="white" CLASS="TableRowColor">
1046 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1047 <CODE>&nbsp;void</CODE></FONT></TD>
1048 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
1049 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
1050 org.w3c.dom.Document&nbsp;xmlDocument)</CODE>
1051
1052 <BR>
1053 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1054 </TR>
1055 <TR BGCOLOR="white" CLASS="TableRowColor">
1056 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
1057 <CODE>&nbsp;void</CODE></FONT></TD>
1058 <TD><CODE><B>HttpServletModel.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#write()">write</A></B>()</CODE>
1059
1060 <BR>
1061 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
1062 </TR>
1063 </TABLE>
1064 &nbsp;
1065 <P>
1066 <HR>
1067
1068
1069 <!-- ======= START OF BOTTOM NAVBAR ====== -->
1070 <A NAME="navbar_bottom"><!-- --></A>
1071 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1072 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1073 <TR>
1074 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1075 <A NAME="navbar_bottom_firstrow"><!-- --></A>
1076 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1077 <TR ALIGN="center" VALIGN="top">
1078 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
1079 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
1080 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
1081 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
1082 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1083 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1084 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
1085 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1086 </TR>
1087 </TABLE>
1088 </TD>
1089 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1090 </EM>
1091 </TD>
1092 </TR>
1093
1094 <TR>
1095 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1096 &nbsp;PREV&nbsp;
1097 &nbsp;NEXT</FONT></TD>
1098 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1099 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/KmlException.html" target="_top"><B>FRAMES</B></A> &nbsp;
1100 &nbsp;<A HREF="KmlException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
1101 &nbsp;<SCRIPT type="text/javascript">
1102 <!--
1103 if(window==top) {
1104 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
1105 }
1106 //-->
1107 </SCRIPT>
1108 <NOSCRIPT>
1109 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
1110 </NOSCRIPT>
1111
1112
1113 </FONT></TD>
1114 </TR>
1115 </TABLE>
1116 <A NAME="skip-navbar_bottom"></A>
1117 <!-- ======== END OF BOTTOM NAVBAR ======= -->
1118
1119 <HR>
1120
1121 </BODY>
1122 </HTML>
+0
-629
documentation/javadoc/org/boehn/kmlframework/kml/class-use/KmlObject.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.KmlObject (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.KmlObject (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/KmlObject.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="KmlObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.KmlObject</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.coordinates"><B>org.boehn.kmlframework.coordinates</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 </TABLE>
96 &nbsp;
97 <P>
98 <A NAME="org.boehn.kmlframework.coordinates"><!-- --></A>
99 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
100 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
101 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
102 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A> in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
103 </TR>
104 </TABLE>
105 &nbsp;
106 <P>
107
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
110 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A> in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
114 <CODE>&nbsp;class</CODE></FONT></TD>
115 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></B></CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 </TABLE>
121 &nbsp;
122 <P>
123 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
124 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
125 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
126 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
127 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <P>
132
133 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
135 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>&nbsp;class</CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></B></CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;class</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A></B></CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;class</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A></B></CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;class</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A></B></CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;class</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></B></CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;class</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A></B></CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>&nbsp;class</CODE></FONT></TD>
188 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A></B></CODE>
189
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;class</CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A></B></CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 <TR BGCOLOR="white" CLASS="TableRowColor">
202 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <CODE>&nbsp;class</CODE></FONT></TD>
204 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A></B></CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211 <CODE>&nbsp;class</CODE></FONT></TD>
212 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></CODE>
213
214 <BR>
215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216 </TR>
217 <TR BGCOLOR="white" CLASS="TableRowColor">
218 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
219 <CODE>&nbsp;class</CODE></FONT></TD>
220 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml">Folder</A></B></CODE>
221
222 <BR>
223 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
227 <CODE>&nbsp;class</CODE></FONT></TD>
228 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></B></CODE>
229
230 <BR>
231 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
232 </TR>
233 <TR BGCOLOR="white" CLASS="TableRowColor">
234 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
235 <CODE>&nbsp;class</CODE></FONT></TD>
236 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A></B></CODE>
237
238 <BR>
239 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
240 </TR>
241 <TR BGCOLOR="white" CLASS="TableRowColor">
242 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
243 <CODE>&nbsp;class</CODE></FONT></TD>
244 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A></B></CODE>
245
246 <BR>
247 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
248 </TR>
249 <TR BGCOLOR="white" CLASS="TableRowColor">
250 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
251 <CODE>&nbsp;class</CODE></FONT></TD>
252 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A></B></CODE>
253
254 <BR>
255 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
256 </TR>
257 <TR BGCOLOR="white" CLASS="TableRowColor">
258 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
259 <CODE>&nbsp;class</CODE></FONT></TD>
260 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A></B></CODE>
261
262 <BR>
263 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
264 </TR>
265 <TR BGCOLOR="white" CLASS="TableRowColor">
266 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
267 <CODE>&nbsp;class</CODE></FONT></TD>
268 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></B></CODE>
269
270 <BR>
271 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
272 </TR>
273 <TR BGCOLOR="white" CLASS="TableRowColor">
274 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
275 <CODE>&nbsp;class</CODE></FONT></TD>
276 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A></B></CODE>
277
278 <BR>
279 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
280 </TR>
281 <TR BGCOLOR="white" CLASS="TableRowColor">
282 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
283 <CODE>&nbsp;class</CODE></FONT></TD>
284 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A></B></CODE>
285
286 <BR>
287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
291 <CODE>&nbsp;class</CODE></FONT></TD>
292 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></B></CODE>
293
294 <BR>
295 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
296 </TR>
297 <TR BGCOLOR="white" CLASS="TableRowColor">
298 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
299 <CODE>&nbsp;class</CODE></FONT></TD>
300 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A></B></CODE>
301
302 <BR>
303 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
304 </TR>
305 <TR BGCOLOR="white" CLASS="TableRowColor">
306 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
307 <CODE>&nbsp;class</CODE></FONT></TD>
308 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A></B></CODE>
309
310 <BR>
311 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
312 </TR>
313 <TR BGCOLOR="white" CLASS="TableRowColor">
314 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
315 <CODE>&nbsp;class</CODE></FONT></TD>
316 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A></B></CODE>
317
318 <BR>
319 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
320 </TR>
321 <TR BGCOLOR="white" CLASS="TableRowColor">
322 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
323 <CODE>&nbsp;class</CODE></FONT></TD>
324 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A></B></CODE>
325
326 <BR>
327 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
328 </TR>
329 <TR BGCOLOR="white" CLASS="TableRowColor">
330 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
331 <CODE>&nbsp;class</CODE></FONT></TD>
332 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A></B></CODE>
333
334 <BR>
335 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
336 </TR>
337 <TR BGCOLOR="white" CLASS="TableRowColor">
338 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
339 <CODE>&nbsp;class</CODE></FONT></TD>
340 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></B></CODE>
341
342 <BR>
343 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
344 </TR>
345 <TR BGCOLOR="white" CLASS="TableRowColor">
346 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
347 <CODE>&nbsp;class</CODE></FONT></TD>
348 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A></B></CODE>
349
350 <BR>
351 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
352 </TR>
353 <TR BGCOLOR="white" CLASS="TableRowColor">
354 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
355 <CODE>&nbsp;class</CODE></FONT></TD>
356 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A></B></CODE>
357
358 <BR>
359 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
360 </TR>
361 <TR BGCOLOR="white" CLASS="TableRowColor">
362 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
363 <CODE>&nbsp;class</CODE></FONT></TD>
364 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A></B></CODE>
365
366 <BR>
367 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
368 </TR>
369 <TR BGCOLOR="white" CLASS="TableRowColor">
370 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
371 <CODE>&nbsp;class</CODE></FONT></TD>
372 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A></B></CODE>
373
374 <BR>
375 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
376 </TR>
377 <TR BGCOLOR="white" CLASS="TableRowColor">
378 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
379 <CODE>&nbsp;class</CODE></FONT></TD>
380 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></B></CODE>
381
382 <BR>
383 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
384 </TR>
385 <TR BGCOLOR="white" CLASS="TableRowColor">
386 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
387 <CODE>&nbsp;class</CODE></FONT></TD>
388 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A></B></CODE>
389
390 <BR>
391 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
392 </TR>
393 <TR BGCOLOR="white" CLASS="TableRowColor">
394 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
395 <CODE>&nbsp;class</CODE></FONT></TD>
396 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A></B></CODE>
397
398 <BR>
399 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
400 </TR>
401 <TR BGCOLOR="white" CLASS="TableRowColor">
402 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
403 <CODE>&nbsp;class</CODE></FONT></TD>
404 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A></B></CODE>
405
406 <BR>
407 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
408 </TR>
409 <TR BGCOLOR="white" CLASS="TableRowColor">
410 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
411 <CODE>&nbsp;class</CODE></FONT></TD>
412 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A></B></CODE>
413
414 <BR>
415 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
416 </TR>
417 <TR BGCOLOR="white" CLASS="TableRowColor">
418 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
419 <CODE>&nbsp;class</CODE></FONT></TD>
420 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A></B></CODE>
421
422 <BR>
423 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
424 </TR>
425 <TR BGCOLOR="white" CLASS="TableRowColor">
426 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
427 <CODE>&nbsp;class</CODE></FONT></TD>
428 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A></B></CODE>
429
430 <BR>
431 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
432 </TR>
433 <TR BGCOLOR="white" CLASS="TableRowColor">
434 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
435 <CODE>&nbsp;class</CODE></FONT></TD>
436 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A></B></CODE>
437
438 <BR>
439 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
440 </TR>
441 <TR BGCOLOR="white" CLASS="TableRowColor">
442 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
443 <CODE>&nbsp;class</CODE></FONT></TD>
444 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A></B></CODE>
445
446 <BR>
447 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
448 </TR>
449 <TR BGCOLOR="white" CLASS="TableRowColor">
450 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
451 <CODE>&nbsp;class</CODE></FONT></TD>
452 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml">StyleMap</A></B></CODE>
453
454 <BR>
455 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
456 </TR>
457 <TR BGCOLOR="white" CLASS="TableRowColor">
458 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
459 <CODE>&nbsp;class</CODE></FONT></TD>
460 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A></B></CODE>
461
462 <BR>
463 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
464 </TR>
465 <TR BGCOLOR="white" CLASS="TableRowColor">
466 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
467 <CODE>&nbsp;class</CODE></FONT></TD>
468 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A></B></CODE>
469
470 <BR>
471 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
472 </TR>
473 <TR BGCOLOR="white" CLASS="TableRowColor">
474 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
475 <CODE>&nbsp;class</CODE></FONT></TD>
476 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A></B></CODE>
477
478 <BR>
479 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
480 </TR>
481 <TR BGCOLOR="white" CLASS="TableRowColor">
482 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
483 <CODE>&nbsp;class</CODE></FONT></TD>
484 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A></B></CODE>
485
486 <BR>
487 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
488 </TR>
489 <TR BGCOLOR="white" CLASS="TableRowColor">
490 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
491 <CODE>&nbsp;class</CODE></FONT></TD>
492 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A></B></CODE>
493
494 <BR>
495 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
496 </TR>
497 <TR BGCOLOR="white" CLASS="TableRowColor">
498 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
499 <CODE>&nbsp;class</CODE></FONT></TD>
500 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A></B></CODE>
501
502 <BR>
503 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
504 </TR>
505 </TABLE>
506 &nbsp;
507 <P>
508
509 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
510 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
511 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></FONT></TH>
512 </TR>
513 <TR BGCOLOR="white" CLASS="TableRowColor">
514 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
515 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></CODE></FONT></TD>
516 <TD><CODE><B>UpdateElement.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html#getKmlObject()">getKmlObject</A></B>()</CODE>
517
518 <BR>
519 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
520 </TR>
521 </TABLE>
522 &nbsp;
523 <P>
524
525 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
526 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
527 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></FONT></TH>
528 </TR>
529 <TR BGCOLOR="white" CLASS="TableRowColor">
530 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
531 <CODE>&nbsp;void</CODE></FONT></TD>
532 <TD><CODE><B>UpdateElement.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html#setKmlObject(org.boehn.kmlframework.kml.KmlObject)">setKmlObject</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</CODE>
533
534 <BR>
535 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
536 </TR>
537 </TABLE>
538 &nbsp;
539 <P>
540
541 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
542 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
543 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></FONT></TH>
544 </TR>
545 <TR BGCOLOR="white" CLASS="TableRowColor">
546 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Change.html#Change(org.boehn.kmlframework.kml.KmlObject)">Change</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</CODE>
547
548 <BR>
549 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
550 </TR>
551 <TR BGCOLOR="white" CLASS="TableRowColor">
552 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Create.html#Create(org.boehn.kmlframework.kml.KmlObject)">Create</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</CODE>
553
554 <BR>
555 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
556 </TR>
557 <TR BGCOLOR="white" CLASS="TableRowColor">
558 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Delete.html#Delete(org.boehn.kmlframework.kml.KmlObject)">Delete</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</CODE>
559
560 <BR>
561 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
562 </TR>
563 <TR BGCOLOR="white" CLASS="TableRowColor">
564 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html#UpdateElement(org.boehn.kmlframework.kml.KmlObject)">UpdateElement</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A>&nbsp;kmlObject)</CODE>
565
566 <BR>
567 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
568 </TR>
569 </TABLE>
570 &nbsp;
571 <P>
572 <HR>
573
574
575 <!-- ======= START OF BOTTOM NAVBAR ====== -->
576 <A NAME="navbar_bottom"><!-- --></A>
577 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
578 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
579 <TR>
580 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
581 <A NAME="navbar_bottom_firstrow"><!-- --></A>
582 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
583 <TR ALIGN="center" VALIGN="top">
584 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
585 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
586 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
587 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
588 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
589 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
590 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
591 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
592 </TR>
593 </TABLE>
594 </TD>
595 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
596 </EM>
597 </TD>
598 </TR>
599
600 <TR>
601 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
602 &nbsp;PREV&nbsp;
603 &nbsp;NEXT</FONT></TD>
604 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
605 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/KmlObject.html" target="_top"><B>FRAMES</B></A> &nbsp;
606 &nbsp;<A HREF="KmlObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
607 &nbsp;<SCRIPT type="text/javascript">
608 <!--
609 if(window==top) {
610 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
611 }
612 //-->
613 </SCRIPT>
614 <NOSCRIPT>
615 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
616 </NOSCRIPT>
617
618
619 </FONT></TD>
620 </TR>
621 </TABLE>
622 <A NAME="skip-navbar_bottom"></A>
623 <!-- ======== END OF BOTTOM NAVBAR ======= -->
624
625 <HR>
626
627 </BODY>
628 </HTML>
+0
-211
documentation/javadoc/org/boehn/kmlframework/kml/class-use/LabelStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.LabelStyle (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.LabelStyle (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/LabelStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="LabelStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.LabelStyle</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A></CODE></FONT></TD>
111 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#getLabelStyle()">getLabelStyle</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#setLabelStyle(org.boehn.kmlframework.kml.LabelStyle)">setLabelStyle</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#Style(org.boehn.kmlframework.kml.IconStyle, org.boehn.kmlframework.kml.LabelStyle, org.boehn.kmlframework.kml.LineStyle, org.boehn.kmlframework.kml.PolyStyle, org.boehn.kmlframework.kml.BallonStyle, org.boehn.kmlframework.kml.ListStyle)">Style</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle,
142 <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle,
143 <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle,
144 <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle,
145 <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle,
146 <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 </TABLE>
152 &nbsp;
153 <P>
154 <HR>
155
156
157 <!-- ======= START OF BOTTOM NAVBAR ====== -->
158 <A NAME="navbar_bottom"><!-- --></A>
159 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
160 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
161 <TR>
162 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
163 <A NAME="navbar_bottom_firstrow"><!-- --></A>
164 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
165 <TR ALIGN="center" VALIGN="top">
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
169 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
174 </TR>
175 </TABLE>
176 </TD>
177 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
178 </EM>
179 </TD>
180 </TR>
181
182 <TR>
183 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
184 &nbsp;PREV&nbsp;
185 &nbsp;NEXT</FONT></TD>
186 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
187 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/LabelStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
188 &nbsp;<A HREF="LabelStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
189 &nbsp;<SCRIPT type="text/javascript">
190 <!--
191 if(window==top) {
192 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
193 }
194 //-->
195 </SCRIPT>
196 <NOSCRIPT>
197 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
198 </NOSCRIPT>
199
200
201 </FONT></TD>
202 </TR>
203 </TABLE>
204 <A NAME="skip-navbar_bottom"></A>
205 <!-- ======== END OF BOTTOM NAVBAR ======= -->
206
207 <HR>
208
209 </BODY>
210 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/LineString.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.LineString (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.LineString (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/LineString.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="LineString.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.LineString</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.LineString
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/LineString.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="LineString.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-211
documentation/javadoc/org/boehn/kmlframework/kml/class-use/LineStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.LineStyle (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.LineStyle (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/LineStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="LineStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.LineStyle</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A></CODE></FONT></TD>
111 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#getLineStyle()">getLineStyle</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#setLineStyle(org.boehn.kmlframework.kml.LineStyle)">setLineStyle</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#Style(org.boehn.kmlframework.kml.IconStyle, org.boehn.kmlframework.kml.LabelStyle, org.boehn.kmlframework.kml.LineStyle, org.boehn.kmlframework.kml.PolyStyle, org.boehn.kmlframework.kml.BallonStyle, org.boehn.kmlframework.kml.ListStyle)">Style</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle,
142 <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle,
143 <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle,
144 <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle,
145 <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle,
146 <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 </TABLE>
152 &nbsp;
153 <P>
154 <HR>
155
156
157 <!-- ======= START OF BOTTOM NAVBAR ====== -->
158 <A NAME="navbar_bottom"><!-- --></A>
159 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
160 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
161 <TR>
162 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
163 <A NAME="navbar_bottom_firstrow"><!-- --></A>
164 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
165 <TR ALIGN="center" VALIGN="top">
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
169 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
174 </TR>
175 </TABLE>
176 </TD>
177 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
178 </EM>
179 </TD>
180 </TR>
181
182 <TR>
183 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
184 &nbsp;PREV&nbsp;
185 &nbsp;NEXT</FONT></TD>
186 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
187 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/LineStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
188 &nbsp;<A HREF="LineStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
189 &nbsp;<SCRIPT type="text/javascript">
190 <!--
191 if(window==top) {
192 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
193 }
194 //-->
195 </SCRIPT>
196 <NOSCRIPT>
197 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
198 </NOSCRIPT>
199
200
201 </FONT></TD>
202 </TR>
203 </TABLE>
204 <A NAME="skip-navbar_bottom"></A>
205 <!-- ======== END OF BOTTOM NAVBAR ======= -->
206
207 <HR>
208
209 </BODY>
210 </HTML>
+0
-260
documentation/javadoc/org/boehn/kmlframework/kml/class-use/LinearRing.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.LinearRing (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.LinearRing (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/LinearRing.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="LinearRing.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.LinearRing</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></CODE></FONT></TD>
111 <TD><CODE><B>Polygon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#getOuterBoundary()">getOuterBoundary</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt;</CODE></FONT></TD>
127 <TD><CODE><B>Polygon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#getInnerBoundaries()">getInnerBoundaries</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;void</CODE></FONT></TD>
143 <TD><CODE><B>Polygon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#setOuterBoundary(org.boehn.kmlframework.kml.LinearRing)">setOuterBoundary</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&nbsp;outerBoundary)</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 </TABLE>
149 &nbsp;
150 <P>
151
152 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
153 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
154 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></FONT></TH>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;void</CODE></FONT></TD>
159 <TD><CODE><B>Polygon.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#setInnerBoundaries(java.util.List)">setInnerBoundaries</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt;&nbsp;innerBoundaries)</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 </TABLE>
165 &nbsp;
166 <P>
167
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
170 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></FONT></TH>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#Polygon(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, org.boehn.kmlframework.kml.LinearRing, java.util.List)">Polygon</A></B>(java.lang.Boolean&nbsp;extrude,
174 java.lang.Boolean&nbsp;tessellate,
175 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
176 <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&nbsp;outerBoundary,
177 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt;&nbsp;innerBoundaries)</CODE>
178
179 <BR>
180 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
181 </TR>
182 </TABLE>
183 &nbsp;
184 <P>
185
186 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
187 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
188 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></FONT></TH>
189 </TR>
190 <TR BGCOLOR="white" CLASS="TableRowColor">
191 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html#Polygon(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, org.boehn.kmlframework.kml.LinearRing, java.util.List)">Polygon</A></B>(java.lang.Boolean&nbsp;extrude,
192 java.lang.Boolean&nbsp;tessellate,
193 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
194 <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&nbsp;outerBoundary,
195 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A>&gt;&nbsp;innerBoundaries)</CODE>
196
197 <BR>
198 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
199 </TR>
200 </TABLE>
201 &nbsp;
202 <P>
203 <HR>
204
205
206 <!-- ======= START OF BOTTOM NAVBAR ====== -->
207 <A NAME="navbar_bottom"><!-- --></A>
208 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
209 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
210 <TR>
211 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
212 <A NAME="navbar_bottom_firstrow"><!-- --></A>
213 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
214 <TR ALIGN="center" VALIGN="top">
215 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
216 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
217 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
218 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
219 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
220 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
221 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
222 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
223 </TR>
224 </TABLE>
225 </TD>
226 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
227 </EM>
228 </TD>
229 </TR>
230
231 <TR>
232 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
233 &nbsp;PREV&nbsp;
234 &nbsp;NEXT</FONT></TD>
235 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
236 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/LinearRing.html" target="_top"><B>FRAMES</B></A> &nbsp;
237 &nbsp;<A HREF="LinearRing.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
238 &nbsp;<SCRIPT type="text/javascript">
239 <!--
240 if(window==top) {
241 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
242 }
243 //-->
244 </SCRIPT>
245 <NOSCRIPT>
246 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
247 </NOSCRIPT>
248
249
250 </FONT></TD>
251 </TR>
252 </TABLE>
253 <A NAME="skip-navbar_bottom"></A>
254 <!-- ======== END OF BOTTOM NAVBAR ======= -->
255
256 <HR>
257
258 </BODY>
259 </HTML>
+0
-274
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Link.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Link (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Link (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Link.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Link.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Link</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;class</CODE></FONT></TD>
111 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></CODE></FONT></TD>
127 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#getLink()">getLink</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></CODE></FONT></TD>
135 <TD><CODE><B>Model.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#getLink()">getLink</A></B>()</CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 </TABLE>
141 &nbsp;
142 <P>
143
144 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
145 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
146 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></FONT></TH>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;void</CODE></FONT></TD>
151 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#setLink(org.boehn.kmlframework.kml.Link)">setLink</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;void</CODE></FONT></TD>
159 <TD><CODE><B>Model.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#setLink(org.boehn.kmlframework.kml.Link)">setLink</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 </TABLE>
165 &nbsp;
166 <P>
167
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
170 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></FONT></TH>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Model.html#Model(org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.Link, java.util.List)">Model</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
174 java.lang.Double&nbsp;longitude,
175 java.lang.Double&nbsp;latitude,
176 java.lang.Double&nbsp;altitude,
177 java.lang.Double&nbsp;heading,
178 java.lang.Double&nbsp;tilt,
179 java.lang.Double&nbsp;roll,
180 java.lang.Double&nbsp;scaleX,
181 java.lang.Double&nbsp;scaleY,
182 java.lang.Double&nbsp;scaleZ,
183 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link,
184 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A>&gt;&nbsp;resourceMap)</CODE>
185
186 <BR>
187 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
188 </TR>
189 <TR BGCOLOR="white" CLASS="TableRowColor">
190 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)">NetworkLink</A></B>(java.lang.String&nbsp;name,
191 java.lang.Boolean&nbsp;visibility,
192 java.lang.Boolean&nbsp;open,
193 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
194 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
195 java.lang.String&nbsp;address,
196 java.lang.String&nbsp;xalAddressDetails,
197 java.lang.String&nbsp;phoneNumber,
198 java.lang.String&nbsp;snippet,
199 java.lang.Integer&nbsp;snippetMaxLines,
200 java.lang.String&nbsp;description,
201 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
202 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
203 java.lang.String&nbsp;styleUrl,
204 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
205 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
206 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
207 java.lang.Boolean&nbsp;refreshVisibility,
208 java.lang.Boolean&nbsp;flyToView,
209 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
210
211 <BR>
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
213 </TR>
214 </TABLE>
215 &nbsp;
216 <P>
217 <HR>
218
219
220 <!-- ======= START OF BOTTOM NAVBAR ====== -->
221 <A NAME="navbar_bottom"><!-- --></A>
222 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
223 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
224 <TR>
225 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
226 <A NAME="navbar_bottom_firstrow"><!-- --></A>
227 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
228 <TR ALIGN="center" VALIGN="top">
229 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
230 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
231 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
232 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
233 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
234 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
235 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
236 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
237 </TR>
238 </TABLE>
239 </TD>
240 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
241 </EM>
242 </TD>
243 </TR>
244
245 <TR>
246 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
247 &nbsp;PREV&nbsp;
248 &nbsp;NEXT</FONT></TD>
249 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
250 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Link.html" target="_top"><B>FRAMES</B></A> &nbsp;
251 &nbsp;<A HREF="Link.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
252 &nbsp;<SCRIPT type="text/javascript">
253 <!--
254 if(window==top) {
255 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
256 }
257 //-->
258 </SCRIPT>
259 <NOSCRIPT>
260 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
261 </NOSCRIPT>
262
263
264 </FONT></TD>
265 </TR>
266 </TABLE>
267 <A NAME="skip-navbar_bottom"></A>
268 <!-- ======== END OF BOTTOM NAVBAR ======= -->
269
270 <HR>
271
272 </BODY>
273 </HTML>
+0
-226
documentation/javadoc/org/boehn/kmlframework/kml/class-use/ListItemTypeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.ListItemTypeEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.ListItemTypeEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ListItemTypeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ListItemTypeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.ListItemTypeEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A></CODE></FONT></TD>
111 <TD><CODE><B>ListStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html#getListItemType()">getListItemType</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A></CODE></FONT></TD>
119 <TD><CODE><B>ListItemTypeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>ListItemTypeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>ListStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html#setListItemType(org.boehn.kmlframework.kml.ListItemTypeEnum)">setListItemType</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>&nbsp;listItemType)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
155 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A></FONT></TH>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html#ListStyle(org.boehn.kmlframework.kml.ListItemTypeEnum, java.lang.String, java.lang.String, java.lang.String)">ListStyle</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A>&nbsp;listItemType,
159 java.lang.String&nbsp;bgColor,
160 java.lang.String&nbsp;itemIconState,
161 java.lang.String&nbsp;href)</CODE>
162
163 <BR>
164 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165 </TR>
166 </TABLE>
167 &nbsp;
168 <P>
169 <HR>
170
171
172 <!-- ======= START OF BOTTOM NAVBAR ====== -->
173 <A NAME="navbar_bottom"><!-- --></A>
174 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
175 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
176 <TR>
177 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
178 <A NAME="navbar_bottom_firstrow"><!-- --></A>
179 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
180 <TR ALIGN="center" VALIGN="top">
181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
187 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
188 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
189 </TR>
190 </TABLE>
191 </TD>
192 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
193 </EM>
194 </TD>
195 </TR>
196
197 <TR>
198 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
199 &nbsp;PREV&nbsp;
200 &nbsp;NEXT</FONT></TD>
201 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
202 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ListItemTypeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
203 &nbsp;<A HREF="ListItemTypeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
204 &nbsp;<SCRIPT type="text/javascript">
205 <!--
206 if(window==top) {
207 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
208 }
209 //-->
210 </SCRIPT>
211 <NOSCRIPT>
212 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
213 </NOSCRIPT>
214
215
216 </FONT></TD>
217 </TR>
218 </TABLE>
219 <A NAME="skip-navbar_bottom"></A>
220 <!-- ======== END OF BOTTOM NAVBAR ======= -->
221
222 <HR>
223
224 </BODY>
225 </HTML>
+0
-211
documentation/javadoc/org/boehn/kmlframework/kml/class-use/ListStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.ListStyle (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.ListStyle (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ListStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ListStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.ListStyle</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A></CODE></FONT></TD>
111 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#getListStyle()">getListStyle</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#setListStyle(org.boehn.kmlframework.kml.ListStyle)">setListStyle</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#Style(org.boehn.kmlframework.kml.IconStyle, org.boehn.kmlframework.kml.LabelStyle, org.boehn.kmlframework.kml.LineStyle, org.boehn.kmlframework.kml.PolyStyle, org.boehn.kmlframework.kml.BallonStyle, org.boehn.kmlframework.kml.ListStyle)">Style</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle,
142 <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle,
143 <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle,
144 <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle,
145 <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle,
146 <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 </TABLE>
152 &nbsp;
153 <P>
154 <HR>
155
156
157 <!-- ======= START OF BOTTOM NAVBAR ====== -->
158 <A NAME="navbar_bottom"><!-- --></A>
159 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
160 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
161 <TR>
162 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
163 <A NAME="navbar_bottom_firstrow"><!-- --></A>
164 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
165 <TR ALIGN="center" VALIGN="top">
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
169 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
174 </TR>
175 </TABLE>
176 </TD>
177 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
178 </EM>
179 </TD>
180 </TR>
181
182 <TR>
183 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
184 &nbsp;PREV&nbsp;
185 &nbsp;NEXT</FONT></TD>
186 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
187 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ListStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
188 &nbsp;<A HREF="ListStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
189 &nbsp;<SCRIPT type="text/javascript">
190 <!--
191 if(window==top) {
192 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
193 }
194 //-->
195 </SCRIPT>
196 <NOSCRIPT>
197 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
198 </NOSCRIPT>
199
200
201 </FONT></TD>
202 </TR>
203 </TABLE>
204 <A NAME="skip-navbar_bottom"></A>
205 <!-- ======== END OF BOTTOM NAVBAR ======= -->
206
207 <HR>
208
209 </BODY>
210 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/LookAt.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.LookAt (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.LookAt (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/LookAt.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="LookAt.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.LookAt</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.LookAt
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/LookAt.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="LookAt.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Model.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Model (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Model (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Model.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Model.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Model</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.Model
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Model.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Model.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/MultiGeometry.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.MultiGeometry (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.MultiGeometry (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/MultiGeometry.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="MultiGeometry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.MultiGeometry</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.MultiGeometry
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/MultiGeometry.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="MultiGeometry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/NetworkLink.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.NetworkLink (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.NetworkLink (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/NetworkLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="NetworkLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.NetworkLink</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.NetworkLink
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/NetworkLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="NetworkLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-223
documentation/javadoc/org/boehn/kmlframework/kml/class-use/NetworkLinkControl.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.NetworkLinkControl (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.NetworkLinkControl (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/NetworkLinkControl.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="NetworkLinkControl.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.NetworkLinkControl</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> declared as <A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>protected &nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></CODE></FONT></TD>
111 <TD><CODE><B>Kml.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#networkLinkControl">networkLinkControl</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></CODE></FONT></TD>
127 <TD><CODE><B>Kml.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#getNetworkLinkControl()">getNetworkLinkControl</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;void</CODE></FONT></TD>
143 <TD><CODE><B>Kml.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#setNetworkLinkControl(org.boehn.kmlframework.kml.NetworkLinkControl)">setNetworkLinkControl</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>&nbsp;networkLinkControl)</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 </TABLE>
149 &nbsp;
150 <P>
151
152 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
153 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
154 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></FONT></TH>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#Kml(org.boehn.kmlframework.kml.NetworkLinkControl, org.boehn.kmlframework.kml.Feature)">Kml</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A>&nbsp;networkLinkControl,
158 <A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&nbsp;feature)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 </TABLE>
164 &nbsp;
165 <P>
166 <HR>
167
168
169 <!-- ======= START OF BOTTOM NAVBAR ====== -->
170 <A NAME="navbar_bottom"><!-- --></A>
171 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
172 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
173 <TR>
174 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
175 <A NAME="navbar_bottom_firstrow"><!-- --></A>
176 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
177 <TR ALIGN="center" VALIGN="top">
178 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
179 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
181 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
186 </TR>
187 </TABLE>
188 </TD>
189 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
190 </EM>
191 </TD>
192 </TR>
193
194 <TR>
195 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
196 &nbsp;PREV&nbsp;
197 &nbsp;NEXT</FONT></TD>
198 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
199 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/NetworkLinkControl.html" target="_top"><B>FRAMES</B></A> &nbsp;
200 &nbsp;<A HREF="NetworkLinkControl.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
201 &nbsp;<SCRIPT type="text/javascript">
202 <!--
203 if(window==top) {
204 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
205 }
206 //-->
207 </SCRIPT>
208 <NOSCRIPT>
209 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
210 </NOSCRIPT>
211
212
213 </FONT></TD>
214 </TR>
215 </TABLE>
216 <A NAME="skip-navbar_bottom"></A>
217 <!-- ======== END OF BOTTOM NAVBAR ======= -->
218
219 <HR>
220
221 </BODY>
222 </HTML>
+0
-192
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Overlay.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Overlay (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Overlay (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Overlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Overlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Overlay</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;class</CODE></FONT></TD>
111 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;class</CODE></FONT></TD>
119 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A></B></CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;class</CODE></FONT></TD>
127 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A></B></CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135 <HR>
136
137
138 <!-- ======= START OF BOTTOM NAVBAR ====== -->
139 <A NAME="navbar_bottom"><!-- --></A>
140 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
141 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
142 <TR>
143 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
144 <A NAME="navbar_bottom_firstrow"><!-- --></A>
145 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
146 <TR ALIGN="center" VALIGN="top">
147 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
148 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
149 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
150 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
151 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
152 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
153 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
154 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
155 </TR>
156 </TABLE>
157 </TD>
158 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
159 </EM>
160 </TD>
161 </TR>
162
163 <TR>
164 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
165 &nbsp;PREV&nbsp;
166 &nbsp;NEXT</FONT></TD>
167 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
168 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Overlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
169 &nbsp;<A HREF="Overlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
170 &nbsp;<SCRIPT type="text/javascript">
171 <!--
172 if(window==top) {
173 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
174 }
175 //-->
176 </SCRIPT>
177 <NOSCRIPT>
178 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
179 </NOSCRIPT>
180
181
182 </FONT></TD>
183 </TR>
184 </TABLE>
185 <A NAME="skip-navbar_bottom"></A>
186 <!-- ======== END OF BOTTOM NAVBAR ======= -->
187
188 <HR>
189
190 </BODY>
191 </HTML>
+0
-174
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Pair.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Pair (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Pair (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Pair.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Pair.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Pair</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/StyleMap.html#StyleMap(java.util.List)">StyleMap</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A>&gt;&nbsp;pairs)</CODE>
110
111 <BR>
112 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
113 </TR>
114 </TABLE>
115 &nbsp;
116 <P>
117 <HR>
118
119
120 <!-- ======= START OF BOTTOM NAVBAR ====== -->
121 <A NAME="navbar_bottom"><!-- --></A>
122 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
123 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
124 <TR>
125 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
126 <A NAME="navbar_bottom_firstrow"><!-- --></A>
127 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
128 <TR ALIGN="center" VALIGN="top">
129 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
130 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
131 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
132 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
133 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
134 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
135 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
136 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
137 </TR>
138 </TABLE>
139 </TD>
140 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
141 </EM>
142 </TD>
143 </TR>
144
145 <TR>
146 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
147 &nbsp;PREV&nbsp;
148 &nbsp;NEXT</FONT></TD>
149 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
150 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Pair.html" target="_top"><B>FRAMES</B></A> &nbsp;
151 &nbsp;<A HREF="Pair.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
152 &nbsp;<SCRIPT type="text/javascript">
153 <!--
154 if(window==top) {
155 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
156 }
157 //-->
158 </SCRIPT>
159 <NOSCRIPT>
160 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
161 </NOSCRIPT>
162
163
164 </FONT></TD>
165 </TR>
166 </TABLE>
167 <A NAME="skip-navbar_bottom"></A>
168 <!-- ======== END OF BOTTOM NAVBAR ======= -->
169
170 <HR>
171
172 </BODY>
173 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/PhotoOverlay.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.PhotoOverlay (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.PhotoOverlay (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/PhotoOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="PhotoOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.PhotoOverlay</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.PhotoOverlay
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/PhotoOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="PhotoOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Placemark.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Placemark (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Placemark (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Placemark.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Placemark.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Placemark</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.Placemark
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Placemark.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Placemark.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-340
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Point.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Point (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Point (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Point.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Point.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Point</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.coordinates"><B>org.boehn.kmlframework.coordinates</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 </TABLE>
96 &nbsp;
97 <P>
98 <A NAME="org.boehn.kmlframework.coordinates"><!-- --></A>
99 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
100 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
101 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
102 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A> in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
103 </TR>
104 </TABLE>
105 &nbsp;
106 <P>
107
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
110 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A> in <A HREF="../../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
114 <CODE>&nbsp;class</CODE></FONT></TD>
115 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></B></CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 </TABLE>
121 &nbsp;
122 <P>
123 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
124 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
125 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
126 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
127 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <P>
132
133 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
135 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></CODE></FONT></TD>
140 <TD><CODE><B>PhotoOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getPoint()">getPoint</A></B>()</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 </TABLE>
146 &nbsp;
147 <P>
148
149 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
150 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
151 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></FONT></TH>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;</CODE></FONT></TD>
156 <TD><CODE><B>LineString.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html#getCoordinates()">getCoordinates</A></B>()</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;</CODE></FONT></TD>
164 <TD><CODE><B>LinearRing.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html#getCoordinates()">getCoordinates</A></B>()</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 </TABLE>
170 &nbsp;
171 <P>
172
173 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
174 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
175 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></FONT></TH>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;void</CODE></FONT></TD>
180 <TD><CODE><B>PhotoOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setPoint(org.boehn.kmlframework.kml.Point)">setPoint</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point)</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 </TABLE>
186 &nbsp;
187 <P>
188
189 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
190 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
191 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></FONT></TH>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;void</CODE></FONT></TD>
196 <TD><CODE><B>LineString.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html#setCoordinates(java.util.List)">setCoordinates</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 <TR BGCOLOR="white" CLASS="TableRowColor">
202 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <CODE>&nbsp;void</CODE></FONT></TD>
204 <TD><CODE><B>LinearRing.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html#setCoordinates(java.util.List)">setCoordinates</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 </TABLE>
210 &nbsp;
211 <P>
212
213 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
214 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
215 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></FONT></TH>
216 </TR>
217 <TR BGCOLOR="white" CLASS="TableRowColor">
218 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
219 java.lang.Boolean&nbsp;visibility,
220 java.lang.Boolean&nbsp;open,
221 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
222 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
223 java.lang.String&nbsp;address,
224 java.lang.String&nbsp;xalAddressDetails,
225 java.lang.String&nbsp;phoneNumber,
226 java.lang.String&nbsp;snippet,
227 java.lang.Integer&nbsp;snippetMaxLines,
228 java.lang.String&nbsp;description,
229 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
230 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
231 java.lang.String&nbsp;styleUrl,
232 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
233 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
234 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
235 java.lang.String&nbsp;color,
236 java.lang.Integer&nbsp;drawOrder,
237 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
238 java.lang.Double&nbsp;rotation,
239 java.lang.Double&nbsp;leftFov,
240 java.lang.Double&nbsp;rightFov,
241 java.lang.Double&nbsp;bottomFov,
242 java.lang.Double&nbsp;topFov,
243 java.lang.Double&nbsp;near,
244 java.lang.Integer&nbsp;tileSize,
245 java.lang.Integer&nbsp;maxWidth,
246 java.lang.Integer&nbsp;maxHeight,
247 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
248 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
249 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
250
251 <BR>
252 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
253 </TR>
254 </TABLE>
255 &nbsp;
256 <P>
257
258 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
259 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
260 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></FONT></TH>
261 </TR>
262 <TR BGCOLOR="white" CLASS="TableRowColor">
263 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LinearRing.html#LinearRing(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.util.List)">LinearRing</A></B>(java.lang.Boolean&nbsp;extrude,
264 java.lang.Boolean&nbsp;tessellate,
265 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
266 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</CODE>
267
268 <BR>
269 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
270 </TR>
271 <TR BGCOLOR="white" CLASS="TableRowColor">
272 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/LineString.html#LineString(java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.AltitudeModeEnum, java.util.List)">LineString</A></B>(java.lang.Boolean&nbsp;extrude,
273 java.lang.Boolean&nbsp;tessellate,
274 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
275 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&gt;&nbsp;coordinates)</CODE>
276
277 <BR>
278 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
279 </TR>
280 </TABLE>
281 &nbsp;
282 <P>
283 <HR>
284
285
286 <!-- ======= START OF BOTTOM NAVBAR ====== -->
287 <A NAME="navbar_bottom"><!-- --></A>
288 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
289 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
290 <TR>
291 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
292 <A NAME="navbar_bottom_firstrow"><!-- --></A>
293 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
294 <TR ALIGN="center" VALIGN="top">
295 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
296 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
297 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
298 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
299 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
300 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
301 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
302 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
303 </TR>
304 </TABLE>
305 </TD>
306 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
307 </EM>
308 </TD>
309 </TR>
310
311 <TR>
312 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
313 &nbsp;PREV&nbsp;
314 &nbsp;NEXT</FONT></TD>
315 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
316 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Point.html" target="_top"><B>FRAMES</B></A> &nbsp;
317 &nbsp;<A HREF="Point.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
318 &nbsp;<SCRIPT type="text/javascript">
319 <!--
320 if(window==top) {
321 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
322 }
323 //-->
324 </SCRIPT>
325 <NOSCRIPT>
326 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
327 </NOSCRIPT>
328
329
330 </FONT></TD>
331 </TR>
332 </TABLE>
333 <A NAME="skip-navbar_bottom"></A>
334 <!-- ======== END OF BOTTOM NAVBAR ======= -->
335
336 <HR>
337
338 </BODY>
339 </HTML>
+0
-211
documentation/javadoc/org/boehn/kmlframework/kml/class-use/PolyStyle.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.PolyStyle (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.PolyStyle (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/PolyStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="PolyStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.PolyStyle</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A></CODE></FONT></TD>
111 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#getPolyStyle()">getPolyStyle</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Style.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#setPolyStyle(org.boehn.kmlframework.kml.PolyStyle)">setPolyStyle</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html#Style(org.boehn.kmlframework.kml.IconStyle, org.boehn.kmlframework.kml.LabelStyle, org.boehn.kmlframework.kml.LineStyle, org.boehn.kmlframework.kml.PolyStyle, org.boehn.kmlframework.kml.BallonStyle, org.boehn.kmlframework.kml.ListStyle)">Style</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A>&nbsp;iconStyle,
142 <A HREF="../../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A>&nbsp;labelStyle,
143 <A HREF="../../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A>&nbsp;lineStyle,
144 <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A>&nbsp;polyStyle,
145 <A HREF="../../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A>&nbsp;ballonStyle,
146 <A HREF="../../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A>&nbsp;listStyle)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
150 </TR>
151 </TABLE>
152 &nbsp;
153 <P>
154 <HR>
155
156
157 <!-- ======= START OF BOTTOM NAVBAR ====== -->
158 <A NAME="navbar_bottom"><!-- --></A>
159 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
160 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
161 <TR>
162 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
163 <A NAME="navbar_bottom_firstrow"><!-- --></A>
164 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
165 <TR ALIGN="center" VALIGN="top">
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
169 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
174 </TR>
175 </TABLE>
176 </TD>
177 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
178 </EM>
179 </TD>
180 </TR>
181
182 <TR>
183 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
184 &nbsp;PREV&nbsp;
185 &nbsp;NEXT</FONT></TD>
186 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
187 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/PolyStyle.html" target="_top"><B>FRAMES</B></A> &nbsp;
188 &nbsp;<A HREF="PolyStyle.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
189 &nbsp;<SCRIPT type="text/javascript">
190 <!--
191 if(window==top) {
192 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
193 }
194 //-->
195 </SCRIPT>
196 <NOSCRIPT>
197 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
198 </NOSCRIPT>
199
200
201 </FONT></TD>
202 </TR>
203 </TABLE>
204 <A NAME="skip-navbar_bottom"></A>
205 <!-- ======== END OF BOTTOM NAVBAR ======= -->
206
207 <HR>
208
209 </BODY>
210 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Polygon.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Polygon (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Polygon (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Polygon.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Polygon.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Polygon</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.Polygon
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Polygon.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Polygon.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-243
documentation/javadoc/org/boehn/kmlframework/kml/class-use/RefreshModeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.RefreshModeEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.RefreshModeEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/RefreshModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="RefreshModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.RefreshModeEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A></CODE></FONT></TD>
111 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#getRefreshMode()">getRefreshMode</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A></CODE></FONT></TD>
119 <TD><CODE><B>RefreshModeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>RefreshModeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#setRefreshMode(org.boehn.kmlframework.kml.RefreshModeEnum)">setRefreshMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
155 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A></FONT></TH>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html#Icon(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)">Icon</A></B>(java.lang.String&nbsp;href,
159 <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode,
160 java.lang.Double&nbsp;refreshInterval,
161 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode,
162 java.lang.Double&nbsp;viewRefreshTime,
163 java.lang.Double&nbsp;viewBoundScale,
164 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat,
165 java.lang.String&nbsp;httpQuery)</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 <TR BGCOLOR="white" CLASS="TableRowColor">
171 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#Link(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)">Link</A></B>(java.lang.String&nbsp;href,
172 <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode,
173 java.lang.Double&nbsp;refreshInterval,
174 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode,
175 java.lang.Double&nbsp;viewRefreshTime,
176 java.lang.Double&nbsp;viewBoundScale,
177 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat,
178 java.lang.String&nbsp;httpQuery)</CODE>
179
180 <BR>
181 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
182 </TR>
183 </TABLE>
184 &nbsp;
185 <P>
186 <HR>
187
188
189 <!-- ======= START OF BOTTOM NAVBAR ====== -->
190 <A NAME="navbar_bottom"><!-- --></A>
191 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
192 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
193 <TR>
194 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
195 <A NAME="navbar_bottom_firstrow"><!-- --></A>
196 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
197 <TR ALIGN="center" VALIGN="top">
198 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
199 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
200 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
201 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
202 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
203 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
204 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
205 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
206 </TR>
207 </TABLE>
208 </TD>
209 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
210 </EM>
211 </TD>
212 </TR>
213
214 <TR>
215 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
216 &nbsp;PREV&nbsp;
217 &nbsp;NEXT</FONT></TD>
218 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
219 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/RefreshModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
220 &nbsp;<A HREF="RefreshModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
221 &nbsp;<SCRIPT type="text/javascript">
222 <!--
223 if(window==top) {
224 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
225 }
226 //-->
227 </SCRIPT>
228 <NOSCRIPT>
229 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
230 </NOSCRIPT>
231
232
233 </FONT></TD>
234 </TR>
235 </TABLE>
236 <A NAME="skip-navbar_bottom"></A>
237 <!-- ======== END OF BOTTOM NAVBAR ======= -->
238
239 <HR>
240
241 </BODY>
242 </HTML>
+0
-476
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Region.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Region (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Region (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Region.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Region.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Region</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A></CODE></FONT></TD>
111 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#getRegion()">getRegion</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#setRegion(org.boehn.kmlframework.kml.Region)">setRegion</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Container</A></B>(java.lang.String&nbsp;name,
142 java.lang.Boolean&nbsp;visibility,
143 java.lang.Boolean&nbsp;open,
144 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
145 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
146 java.lang.String&nbsp;address,
147 java.lang.String&nbsp;xalAddressDetails,
148 java.lang.String&nbsp;phoneNumber,
149 java.lang.String&nbsp;snippet,
150 java.lang.Integer&nbsp;snippetMaxLines,
151 java.lang.String&nbsp;description,
152 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
153 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
154 java.lang.String&nbsp;styleUrl,
155 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
156 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
157 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
158 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)">Document</A></B>(java.lang.String&nbsp;name,
165 java.lang.Boolean&nbsp;visibility,
166 java.lang.Boolean&nbsp;open,
167 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
168 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
169 java.lang.String&nbsp;address,
170 java.lang.String&nbsp;xalAddressDetails,
171 java.lang.String&nbsp;phoneNumber,
172 java.lang.String&nbsp;snippet,
173 java.lang.Integer&nbsp;snippetMaxLines,
174 java.lang.String&nbsp;description,
175 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
176 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
177 java.lang.String&nbsp;styleUrl,
178 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
179 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
180 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
181 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
182 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#Feature(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData)">Feature</A></B>(java.lang.String&nbsp;name,
189 java.lang.Boolean&nbsp;visibility,
190 java.lang.Boolean&nbsp;open,
191 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
192 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
193 java.lang.String&nbsp;address,
194 java.lang.String&nbsp;xalAddressDetails,
195 java.lang.String&nbsp;phoneNumber,
196 java.lang.String&nbsp;snippet,
197 java.lang.Integer&nbsp;snippetMaxLines,
198 java.lang.String&nbsp;description,
199 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
200 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
201 java.lang.String&nbsp;styleUrl,
202 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
203 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
204 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Folder</A></B>(java.lang.String&nbsp;name,
211 java.lang.Boolean&nbsp;visibility,
212 java.lang.Boolean&nbsp;open,
213 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
214 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
215 java.lang.String&nbsp;address,
216 java.lang.String&nbsp;xalAddressDetails,
217 java.lang.String&nbsp;phoneNumber,
218 java.lang.String&nbsp;snippet,
219 java.lang.Integer&nbsp;snippetMaxLines,
220 java.lang.String&nbsp;description,
221 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
222 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
223 java.lang.String&nbsp;styleUrl,
224 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
225 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
226 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
227 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
228
229 <BR>
230 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
231 </TR>
232 <TR BGCOLOR="white" CLASS="TableRowColor">
233 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">GroundOverlay</A></B>(java.lang.String&nbsp;name,
234 java.lang.Boolean&nbsp;visibility,
235 java.lang.Boolean&nbsp;open,
236 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
237 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
238 java.lang.String&nbsp;address,
239 java.lang.String&nbsp;xalAddressDetails,
240 java.lang.String&nbsp;phoneNumber,
241 java.lang.String&nbsp;snippet,
242 java.lang.Integer&nbsp;snippetMaxLines,
243 java.lang.String&nbsp;description,
244 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
245 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
246 java.lang.String&nbsp;styleUrl,
247 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
248 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
249 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
250 java.lang.String&nbsp;color,
251 java.lang.Integer&nbsp;drawOrder,
252 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
253 java.lang.Double&nbsp;alititude,
254 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
255 java.lang.Double&nbsp;north,
256 java.lang.Double&nbsp;south,
257 java.lang.Double&nbsp;east,
258 java.lang.Double&nbsp;west,
259 java.lang.Double&nbsp;rotation)</CODE>
260
261 <BR>
262 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)">NetworkLink</A></B>(java.lang.String&nbsp;name,
266 java.lang.Boolean&nbsp;visibility,
267 java.lang.Boolean&nbsp;open,
268 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
269 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
270 java.lang.String&nbsp;address,
271 java.lang.String&nbsp;xalAddressDetails,
272 java.lang.String&nbsp;phoneNumber,
273 java.lang.String&nbsp;snippet,
274 java.lang.Integer&nbsp;snippetMaxLines,
275 java.lang.String&nbsp;description,
276 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
277 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
278 java.lang.String&nbsp;styleUrl,
279 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
280 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
281 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
282 java.lang.Boolean&nbsp;refreshVisibility,
283 java.lang.Boolean&nbsp;flyToView,
284 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
285
286 <BR>
287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)">Overlay</A></B>(java.lang.String&nbsp;name,
291 java.lang.Boolean&nbsp;visibility,
292 java.lang.Boolean&nbsp;open,
293 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
294 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
295 java.lang.String&nbsp;address,
296 java.lang.String&nbsp;xalAddressDetails,
297 java.lang.String&nbsp;phoneNumber,
298 java.lang.String&nbsp;snippet,
299 java.lang.Integer&nbsp;snippetMaxLines,
300 java.lang.String&nbsp;description,
301 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
302 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
303 java.lang.String&nbsp;styleUrl,
304 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
305 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
306 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
307 java.lang.String&nbsp;color,
308 java.lang.Integer&nbsp;drawOrder,
309 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
310
311 <BR>
312 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
313 </TR>
314 <TR BGCOLOR="white" CLASS="TableRowColor">
315 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
316 java.lang.Boolean&nbsp;visibility,
317 java.lang.Boolean&nbsp;open,
318 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
319 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
320 java.lang.String&nbsp;address,
321 java.lang.String&nbsp;xalAddressDetails,
322 java.lang.String&nbsp;phoneNumber,
323 java.lang.String&nbsp;snippet,
324 java.lang.Integer&nbsp;snippetMaxLines,
325 java.lang.String&nbsp;description,
326 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
327 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
328 java.lang.String&nbsp;styleUrl,
329 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
330 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
331 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
332 java.lang.String&nbsp;color,
333 java.lang.Integer&nbsp;drawOrder,
334 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
335 java.lang.Double&nbsp;rotation,
336 java.lang.Double&nbsp;leftFov,
337 java.lang.Double&nbsp;rightFov,
338 java.lang.Double&nbsp;bottomFov,
339 java.lang.Double&nbsp;topFov,
340 java.lang.Double&nbsp;near,
341 java.lang.Integer&nbsp;tileSize,
342 java.lang.Integer&nbsp;maxWidth,
343 java.lang.Integer&nbsp;maxHeight,
344 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
345 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
346 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
347
348 <BR>
349 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
350 </TR>
351 <TR BGCOLOR="white" CLASS="TableRowColor">
352 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)">Placemark</A></B>(java.lang.String&nbsp;name,
353 java.lang.Boolean&nbsp;visibility,
354 java.lang.Boolean&nbsp;open,
355 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
356 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
357 java.lang.String&nbsp;address,
358 java.lang.String&nbsp;xalAddressDetails,
359 java.lang.String&nbsp;phoneNumber,
360 java.lang.String&nbsp;snippet,
361 java.lang.Integer&nbsp;snippetMaxLines,
362 java.lang.String&nbsp;description,
363 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
364 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
365 java.lang.String&nbsp;styleUrl,
366 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
367 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
368 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
369 <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
370
371 <BR>
372 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
373 </TR>
374 <TR BGCOLOR="white" CLASS="TableRowColor">
375 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)">ScreenOverlay</A></B>(java.lang.String&nbsp;name,
376 java.lang.Boolean&nbsp;visibility,
377 java.lang.Boolean&nbsp;open,
378 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
379 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
380 java.lang.String&nbsp;address,
381 java.lang.String&nbsp;xalAddressDetails,
382 java.lang.String&nbsp;phoneNumber,
383 java.lang.String&nbsp;snippet,
384 java.lang.Integer&nbsp;snippetMaxLines,
385 java.lang.String&nbsp;description,
386 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
387 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
388 java.lang.String&nbsp;styleUrl,
389 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
390 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
391 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
392 java.lang.String&nbsp;color,
393 java.lang.Integer&nbsp;drawOrder,
394 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
395 java.lang.Double&nbsp;overlayX,
396 java.lang.Double&nbsp;overlayY,
397 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
398 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
399 java.lang.Double&nbsp;screenX,
400 java.lang.Double&nbsp;screenY,
401 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
402 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
403 java.lang.Double&nbsp;rotationX,
404 java.lang.Double&nbsp;rotationY,
405 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
406 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
407 java.lang.Double&nbsp;sizeX,
408 java.lang.Double&nbsp;sizeY,
409 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
410 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
411 java.lang.Double&nbsp;rotation)</CODE>
412
413 <BR>
414 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
415 </TR>
416 </TABLE>
417 &nbsp;
418 <P>
419 <HR>
420
421
422 <!-- ======= START OF BOTTOM NAVBAR ====== -->
423 <A NAME="navbar_bottom"><!-- --></A>
424 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
425 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
426 <TR>
427 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
428 <A NAME="navbar_bottom_firstrow"><!-- --></A>
429 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
430 <TR ALIGN="center" VALIGN="top">
431 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
432 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
433 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
434 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
435 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
436 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
437 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
438 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
439 </TR>
440 </TABLE>
441 </TD>
442 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
443 </EM>
444 </TD>
445 </TR>
446
447 <TR>
448 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
449 &nbsp;PREV&nbsp;
450 &nbsp;NEXT</FONT></TD>
451 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
452 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Region.html" target="_top"><B>FRAMES</B></A> &nbsp;
453 &nbsp;<A HREF="Region.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
454 &nbsp;<SCRIPT type="text/javascript">
455 <!--
456 if(window==top) {
457 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
458 }
459 //-->
460 </SCRIPT>
461 <NOSCRIPT>
462 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
463 </NOSCRIPT>
464
465
466 </FONT></TD>
467 </TR>
468 </TABLE>
469 <A NAME="skip-navbar_bottom"></A>
470 <!-- ======== END OF BOTTOM NAVBAR ======= -->
471
472 <HR>
473
474 </BODY>
475 </HTML>
+0
-240
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Schema.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Schema (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Schema (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Schema.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Schema.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Schema</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;</CODE></FONT></TD>
111 <TD><CODE><B>Document.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#getSchemas()">getSchemas</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Document.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#addSchema(org.boehn.kmlframework.kml.Schema)">addSchema</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&nbsp;schema)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;void</CODE></FONT></TD>
143 <TD><CODE><B>Document.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#setSchemas(java.util.List)">setSchemas</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 </TABLE>
149 &nbsp;
150 <P>
151
152 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
153 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
154 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A></FONT></TH>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)">Document</A></B>(java.lang.String&nbsp;name,
158 java.lang.Boolean&nbsp;visibility,
159 java.lang.Boolean&nbsp;open,
160 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
161 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
162 java.lang.String&nbsp;address,
163 java.lang.String&nbsp;xalAddressDetails,
164 java.lang.String&nbsp;phoneNumber,
165 java.lang.String&nbsp;snippet,
166 java.lang.Integer&nbsp;snippetMaxLines,
167 java.lang.String&nbsp;description,
168 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
169 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
170 java.lang.String&nbsp;styleUrl,
171 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
172 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
173 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
174 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
175 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
176
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
179 </TR>
180 </TABLE>
181 &nbsp;
182 <P>
183 <HR>
184
185
186 <!-- ======= START OF BOTTOM NAVBAR ====== -->
187 <A NAME="navbar_bottom"><!-- --></A>
188 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
189 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
190 <TR>
191 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
192 <A NAME="navbar_bottom_firstrow"><!-- --></A>
193 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
194 <TR ALIGN="center" VALIGN="top">
195 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
196 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
197 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
198 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
199 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
200 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
201 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
202 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
203 </TR>
204 </TABLE>
205 </TD>
206 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
207 </EM>
208 </TD>
209 </TR>
210
211 <TR>
212 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
213 &nbsp;PREV&nbsp;
214 &nbsp;NEXT</FONT></TD>
215 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
216 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Schema.html" target="_top"><B>FRAMES</B></A> &nbsp;
217 &nbsp;<A HREF="Schema.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
218 &nbsp;<SCRIPT type="text/javascript">
219 <!--
220 if(window==top) {
221 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
222 }
223 //-->
224 </SCRIPT>
225 <NOSCRIPT>
226 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
227 </NOSCRIPT>
228
229
230 </FONT></TD>
231 </TR>
232 </TABLE>
233 <A NAME="skip-navbar_bottom"></A>
234 <!-- ======== END OF BOTTOM NAVBAR ======= -->
235
236 <HR>
237
238 </BODY>
239 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/ScreenOverlay.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.ScreenOverlay (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.ScreenOverlay (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ScreenOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ScreenOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.ScreenOverlay</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.ScreenOverlay
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ScreenOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="ScreenOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-254
documentation/javadoc/org/boehn/kmlframework/kml/class-use/ShapeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.ShapeEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.ShapeEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ShapeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ShapeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.ShapeEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A></CODE></FONT></TD>
111 <TD><CODE><B>PhotoOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#getShape()">getShape</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A></CODE></FONT></TD>
119 <TD><CODE><B>ShapeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>ShapeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>PhotoOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#setShape(org.boehn.kmlframework.kml.ShapeEnum)">setShape</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
155 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A></FONT></TH>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
159 java.lang.Boolean&nbsp;visibility,
160 java.lang.Boolean&nbsp;open,
161 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
162 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
163 java.lang.String&nbsp;address,
164 java.lang.String&nbsp;xalAddressDetails,
165 java.lang.String&nbsp;phoneNumber,
166 java.lang.String&nbsp;snippet,
167 java.lang.Integer&nbsp;snippetMaxLines,
168 java.lang.String&nbsp;description,
169 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
170 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
171 java.lang.String&nbsp;styleUrl,
172 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
173 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
174 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
175 java.lang.String&nbsp;color,
176 java.lang.Integer&nbsp;drawOrder,
177 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
178 java.lang.Double&nbsp;rotation,
179 java.lang.Double&nbsp;leftFov,
180 java.lang.Double&nbsp;rightFov,
181 java.lang.Double&nbsp;bottomFov,
182 java.lang.Double&nbsp;topFov,
183 java.lang.Double&nbsp;near,
184 java.lang.Integer&nbsp;tileSize,
185 java.lang.Integer&nbsp;maxWidth,
186 java.lang.Integer&nbsp;maxHeight,
187 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
188 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
189 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
190
191 <BR>
192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
193 </TR>
194 </TABLE>
195 &nbsp;
196 <P>
197 <HR>
198
199
200 <!-- ======= START OF BOTTOM NAVBAR ====== -->
201 <A NAME="navbar_bottom"><!-- --></A>
202 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
203 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
204 <TR>
205 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
206 <A NAME="navbar_bottom_firstrow"><!-- --></A>
207 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
208 <TR ALIGN="center" VALIGN="top">
209 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
210 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
211 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
212 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
213 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
214 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
215 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
216 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
217 </TR>
218 </TABLE>
219 </TD>
220 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
221 </EM>
222 </TD>
223 </TR>
224
225 <TR>
226 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
227 &nbsp;PREV&nbsp;
228 &nbsp;NEXT</FONT></TD>
229 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
230 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ShapeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
231 &nbsp;<A HREF="ShapeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
232 &nbsp;<SCRIPT type="text/javascript">
233 <!--
234 if(window==top) {
235 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
236 }
237 //-->
238 </SCRIPT>
239 <NOSCRIPT>
240 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
241 </NOSCRIPT>
242
243
244 </FONT></TD>
245 </TR>
246 </TABLE>
247 <A NAME="skip-navbar_bottom"></A>
248 <!-- ======== END OF BOTTOM NAVBAR ======= -->
249
250 <HR>
251
252 </BODY>
253 </HTML>
+0
-210
documentation/javadoc/org/boehn/kmlframework/kml/class-use/SimpleData.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.SimpleData (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.SimpleData (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/SimpleData.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="SimpleData.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.SimpleData</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>&gt;</CODE></FONT></TD>
111 <TD><CODE><B>ExtendedData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html#getSimpleDataElements()">getSimpleDataElements</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>ExtendedData.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html#setSimpleDataElements(java.util.List)">setSimpleDataElements</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>&gt;&nbsp;simpleDataElements)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html#ExtendedData(java.util.List, java.lang.String, java.util.List, java.lang.String, java.lang.String)">ExtendedData</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A>&gt;&nbsp;dataElements,
142 java.lang.String&nbsp;schemaUrl,
143 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A>&gt;&nbsp;simpleDataElements,
144 java.lang.String&nbsp;nameSpace,
145 java.lang.String&nbsp;customContent)</CODE>
146
147 <BR>
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
149 </TR>
150 </TABLE>
151 &nbsp;
152 <P>
153 <HR>
154
155
156 <!-- ======= START OF BOTTOM NAVBAR ====== -->
157 <A NAME="navbar_bottom"><!-- --></A>
158 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
159 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
160 <TR>
161 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
162 <A NAME="navbar_bottom_firstrow"><!-- --></A>
163 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
164 <TR ALIGN="center" VALIGN="top">
165 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
169 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
173 </TR>
174 </TABLE>
175 </TD>
176 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
177 </EM>
178 </TD>
179 </TR>
180
181 <TR>
182 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
183 &nbsp;PREV&nbsp;
184 &nbsp;NEXT</FONT></TD>
185 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
186 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/SimpleData.html" target="_top"><B>FRAMES</B></A> &nbsp;
187 &nbsp;<A HREF="SimpleData.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
188 &nbsp;<SCRIPT type="text/javascript">
189 <!--
190 if(window==top) {
191 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
192 }
193 //-->
194 </SCRIPT>
195 <NOSCRIPT>
196 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
197 </NOSCRIPT>
198
199
200 </FONT></TD>
201 </TR>
202 </TABLE>
203 <A NAME="skip-navbar_bottom"></A>
204 <!-- ======== END OF BOTTOM NAVBAR ======= -->
205
206 <HR>
207
208 </BODY>
209 </HTML>
+0
-206
documentation/javadoc/org/boehn/kmlframework/kml/class-use/SimpleField.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.SimpleField (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.SimpleField (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/SimpleField.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="SimpleField.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.SimpleField</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>&gt;</CODE></FONT></TD>
111 <TD><CODE><B>Schema.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html#getSimpleFields()">getSimpleFields</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Schema.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html#setSimpleFields(java.util.List)">setSimpleFields</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>&gt;&nbsp;simpleFields)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html#Schema(java.util.List)">Schema</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A>&gt;&nbsp;simpleFields)</CODE>
142
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145 </TR>
146 </TABLE>
147 &nbsp;
148 <P>
149 <HR>
150
151
152 <!-- ======= START OF BOTTOM NAVBAR ====== -->
153 <A NAME="navbar_bottom"><!-- --></A>
154 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
155 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
156 <TR>
157 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
158 <A NAME="navbar_bottom_firstrow"><!-- --></A>
159 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
160 <TR ALIGN="center" VALIGN="top">
161 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
162 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
163 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
164 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
165 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
169 </TR>
170 </TABLE>
171 </TD>
172 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
173 </EM>
174 </TD>
175 </TR>
176
177 <TR>
178 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
179 &nbsp;PREV&nbsp;
180 &nbsp;NEXT</FONT></TD>
181 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
182 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/SimpleField.html" target="_top"><B>FRAMES</B></A> &nbsp;
183 &nbsp;<A HREF="SimpleField.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
184 &nbsp;<SCRIPT type="text/javascript">
185 <!--
186 if(window==top) {
187 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
188 }
189 //-->
190 </SCRIPT>
191 <NOSCRIPT>
192 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
193 </NOSCRIPT>
194
195
196 </FONT></TD>
197 </TR>
198 </TABLE>
199 <A NAME="skip-navbar_bottom"></A>
200 <!-- ======== END OF BOTTOM NAVBAR ======= -->
201
202 <HR>
203
204 </BODY>
205 </HTML>
+0
-225
documentation/javadoc/org/boehn/kmlframework/kml/class-use/SimpleFieldTypeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.SimpleFieldTypeEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.SimpleFieldTypeEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/SimpleFieldTypeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="SimpleFieldTypeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.SimpleFieldTypeEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A></CODE></FONT></TD>
111 <TD><CODE><B>SimpleField.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html#getSimpleFieldType()">getSimpleFieldType</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A></CODE></FONT></TD>
119 <TD><CODE><B>SimpleFieldTypeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>SimpleFieldTypeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>SimpleField.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html#setSimpleFieldType(org.boehn.kmlframework.kml.SimpleFieldTypeEnum)">setSimpleFieldType</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>&nbsp;simpleFieldType)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
155 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A></FONT></TH>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/SimpleField.html#SimpleField(org.boehn.kmlframework.kml.SimpleFieldTypeEnum, java.lang.String, java.lang.String)">SimpleField</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A>&nbsp;simpleFieldType,
159 java.lang.String&nbsp;name,
160 java.lang.String&nbsp;displayName)</CODE>
161
162 <BR>
163 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
164 </TR>
165 </TABLE>
166 &nbsp;
167 <P>
168 <HR>
169
170
171 <!-- ======= START OF BOTTOM NAVBAR ====== -->
172 <A NAME="navbar_bottom"><!-- --></A>
173 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
174 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
175 <TR>
176 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
177 <A NAME="navbar_bottom_firstrow"><!-- --></A>
178 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
179 <TR ALIGN="center" VALIGN="top">
180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
183 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
184 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
187 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
188 </TR>
189 </TABLE>
190 </TD>
191 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
192 </EM>
193 </TD>
194 </TR>
195
196 <TR>
197 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
198 &nbsp;PREV&nbsp;
199 &nbsp;NEXT</FONT></TD>
200 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
201 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/SimpleFieldTypeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
202 &nbsp;<A HREF="SimpleFieldTypeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
203 &nbsp;<SCRIPT type="text/javascript">
204 <!--
205 if(window==top) {
206 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
207 }
208 //-->
209 </SCRIPT>
210 <NOSCRIPT>
211 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
212 </NOSCRIPT>
213
214
215 </FONT></TD>
216 </TR>
217 </TABLE>
218 <A NAME="skip-navbar_bottom"></A>
219 <!-- ======== END OF BOTTOM NAVBAR ======= -->
220
221 <HR>
222
223 </BODY>
224 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Style.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Style (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Style (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Style.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Style.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Style</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.Style
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Style.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Style.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/StyleMap.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.StyleMap (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.StyleMap (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/StyleMap.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="StyleMap.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.StyleMap</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.StyleMap
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/StyleMap.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="StyleMap.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-516
documentation/javadoc/org/boehn/kmlframework/kml/class-use/StyleSelector.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.StyleSelector (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.StyleSelector (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/StyleSelector.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="StyleSelector.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.StyleSelector</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;class</CODE></FONT></TD>
111 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;class</CODE></FONT></TD>
119 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml">StyleMap</A></B></CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 </TABLE>
125 &nbsp;
126 <P>
127
128 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
129 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
130 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A></FONT></TH>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;</CODE></FONT></TD>
135 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#getStyleSelectors()">getStyleSelectors</A></B>()</CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 </TABLE>
141 &nbsp;
142 <P>
143
144 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
145 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
146 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A></FONT></TH>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;void</CODE></FONT></TD>
151 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#addStyleSelector(org.boehn.kmlframework.kml.StyleSelector)">addStyleSelector</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&nbsp;styleSelector)</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 </TABLE>
157 &nbsp;
158 <P>
159
160 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
161 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
162 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A></FONT></TH>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>&nbsp;void</CODE></FONT></TD>
167 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#setStyleSelectors(java.util.List)">setStyleSelectors</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors)</CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 </TABLE>
173 &nbsp;
174 <P>
175
176 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
177 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
178 <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A></FONT></TH>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Container</A></B>(java.lang.String&nbsp;name,
182 java.lang.Boolean&nbsp;visibility,
183 java.lang.Boolean&nbsp;open,
184 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
185 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
186 java.lang.String&nbsp;address,
187 java.lang.String&nbsp;xalAddressDetails,
188 java.lang.String&nbsp;phoneNumber,
189 java.lang.String&nbsp;snippet,
190 java.lang.Integer&nbsp;snippetMaxLines,
191 java.lang.String&nbsp;description,
192 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
193 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
194 java.lang.String&nbsp;styleUrl,
195 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
196 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
197 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
198 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
199
200 <BR>
201 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)">Document</A></B>(java.lang.String&nbsp;name,
205 java.lang.Boolean&nbsp;visibility,
206 java.lang.Boolean&nbsp;open,
207 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
208 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
209 java.lang.String&nbsp;address,
210 java.lang.String&nbsp;xalAddressDetails,
211 java.lang.String&nbsp;phoneNumber,
212 java.lang.String&nbsp;snippet,
213 java.lang.Integer&nbsp;snippetMaxLines,
214 java.lang.String&nbsp;description,
215 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
216 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
217 java.lang.String&nbsp;styleUrl,
218 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
219 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
220 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
221 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
222 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
223
224 <BR>
225 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
226 </TR>
227 <TR BGCOLOR="white" CLASS="TableRowColor">
228 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#Feature(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData)">Feature</A></B>(java.lang.String&nbsp;name,
229 java.lang.Boolean&nbsp;visibility,
230 java.lang.Boolean&nbsp;open,
231 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
232 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
233 java.lang.String&nbsp;address,
234 java.lang.String&nbsp;xalAddressDetails,
235 java.lang.String&nbsp;phoneNumber,
236 java.lang.String&nbsp;snippet,
237 java.lang.Integer&nbsp;snippetMaxLines,
238 java.lang.String&nbsp;description,
239 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
240 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
241 java.lang.String&nbsp;styleUrl,
242 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
243 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
244 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</CODE>
245
246 <BR>
247 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
248 </TR>
249 <TR BGCOLOR="white" CLASS="TableRowColor">
250 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Folder</A></B>(java.lang.String&nbsp;name,
251 java.lang.Boolean&nbsp;visibility,
252 java.lang.Boolean&nbsp;open,
253 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
254 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
255 java.lang.String&nbsp;address,
256 java.lang.String&nbsp;xalAddressDetails,
257 java.lang.String&nbsp;phoneNumber,
258 java.lang.String&nbsp;snippet,
259 java.lang.Integer&nbsp;snippetMaxLines,
260 java.lang.String&nbsp;description,
261 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
262 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
263 java.lang.String&nbsp;styleUrl,
264 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
265 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
266 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
267 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
268
269 <BR>
270 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
271 </TR>
272 <TR BGCOLOR="white" CLASS="TableRowColor">
273 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">GroundOverlay</A></B>(java.lang.String&nbsp;name,
274 java.lang.Boolean&nbsp;visibility,
275 java.lang.Boolean&nbsp;open,
276 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
277 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
278 java.lang.String&nbsp;address,
279 java.lang.String&nbsp;xalAddressDetails,
280 java.lang.String&nbsp;phoneNumber,
281 java.lang.String&nbsp;snippet,
282 java.lang.Integer&nbsp;snippetMaxLines,
283 java.lang.String&nbsp;description,
284 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
285 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
286 java.lang.String&nbsp;styleUrl,
287 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
288 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
289 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
290 java.lang.String&nbsp;color,
291 java.lang.Integer&nbsp;drawOrder,
292 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
293 java.lang.Double&nbsp;alititude,
294 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
295 java.lang.Double&nbsp;north,
296 java.lang.Double&nbsp;south,
297 java.lang.Double&nbsp;east,
298 java.lang.Double&nbsp;west,
299 java.lang.Double&nbsp;rotation)</CODE>
300
301 <BR>
302 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
303 </TR>
304 <TR BGCOLOR="white" CLASS="TableRowColor">
305 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)">NetworkLink</A></B>(java.lang.String&nbsp;name,
306 java.lang.Boolean&nbsp;visibility,
307 java.lang.Boolean&nbsp;open,
308 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
309 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
310 java.lang.String&nbsp;address,
311 java.lang.String&nbsp;xalAddressDetails,
312 java.lang.String&nbsp;phoneNumber,
313 java.lang.String&nbsp;snippet,
314 java.lang.Integer&nbsp;snippetMaxLines,
315 java.lang.String&nbsp;description,
316 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
317 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
318 java.lang.String&nbsp;styleUrl,
319 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
320 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
321 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
322 java.lang.Boolean&nbsp;refreshVisibility,
323 java.lang.Boolean&nbsp;flyToView,
324 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
325
326 <BR>
327 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
328 </TR>
329 <TR BGCOLOR="white" CLASS="TableRowColor">
330 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)">Overlay</A></B>(java.lang.String&nbsp;name,
331 java.lang.Boolean&nbsp;visibility,
332 java.lang.Boolean&nbsp;open,
333 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
334 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
335 java.lang.String&nbsp;address,
336 java.lang.String&nbsp;xalAddressDetails,
337 java.lang.String&nbsp;phoneNumber,
338 java.lang.String&nbsp;snippet,
339 java.lang.Integer&nbsp;snippetMaxLines,
340 java.lang.String&nbsp;description,
341 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
342 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
343 java.lang.String&nbsp;styleUrl,
344 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
345 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
346 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
347 java.lang.String&nbsp;color,
348 java.lang.Integer&nbsp;drawOrder,
349 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
350
351 <BR>
352 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
353 </TR>
354 <TR BGCOLOR="white" CLASS="TableRowColor">
355 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
356 java.lang.Boolean&nbsp;visibility,
357 java.lang.Boolean&nbsp;open,
358 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
359 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
360 java.lang.String&nbsp;address,
361 java.lang.String&nbsp;xalAddressDetails,
362 java.lang.String&nbsp;phoneNumber,
363 java.lang.String&nbsp;snippet,
364 java.lang.Integer&nbsp;snippetMaxLines,
365 java.lang.String&nbsp;description,
366 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
367 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
368 java.lang.String&nbsp;styleUrl,
369 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
370 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
371 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
372 java.lang.String&nbsp;color,
373 java.lang.Integer&nbsp;drawOrder,
374 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
375 java.lang.Double&nbsp;rotation,
376 java.lang.Double&nbsp;leftFov,
377 java.lang.Double&nbsp;rightFov,
378 java.lang.Double&nbsp;bottomFov,
379 java.lang.Double&nbsp;topFov,
380 java.lang.Double&nbsp;near,
381 java.lang.Integer&nbsp;tileSize,
382 java.lang.Integer&nbsp;maxWidth,
383 java.lang.Integer&nbsp;maxHeight,
384 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
385 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
386 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
387
388 <BR>
389 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
390 </TR>
391 <TR BGCOLOR="white" CLASS="TableRowColor">
392 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)">Placemark</A></B>(java.lang.String&nbsp;name,
393 java.lang.Boolean&nbsp;visibility,
394 java.lang.Boolean&nbsp;open,
395 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
396 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
397 java.lang.String&nbsp;address,
398 java.lang.String&nbsp;xalAddressDetails,
399 java.lang.String&nbsp;phoneNumber,
400 java.lang.String&nbsp;snippet,
401 java.lang.Integer&nbsp;snippetMaxLines,
402 java.lang.String&nbsp;description,
403 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
404 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
405 java.lang.String&nbsp;styleUrl,
406 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
407 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
408 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
409 <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
410
411 <BR>
412 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
413 </TR>
414 <TR BGCOLOR="white" CLASS="TableRowColor">
415 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)">ScreenOverlay</A></B>(java.lang.String&nbsp;name,
416 java.lang.Boolean&nbsp;visibility,
417 java.lang.Boolean&nbsp;open,
418 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
419 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
420 java.lang.String&nbsp;address,
421 java.lang.String&nbsp;xalAddressDetails,
422 java.lang.String&nbsp;phoneNumber,
423 java.lang.String&nbsp;snippet,
424 java.lang.Integer&nbsp;snippetMaxLines,
425 java.lang.String&nbsp;description,
426 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
427 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
428 java.lang.String&nbsp;styleUrl,
429 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
430 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
431 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
432 java.lang.String&nbsp;color,
433 java.lang.Integer&nbsp;drawOrder,
434 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
435 java.lang.Double&nbsp;overlayX,
436 java.lang.Double&nbsp;overlayY,
437 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
438 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
439 java.lang.Double&nbsp;screenX,
440 java.lang.Double&nbsp;screenY,
441 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
442 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
443 java.lang.Double&nbsp;rotationX,
444 java.lang.Double&nbsp;rotationY,
445 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
446 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
447 java.lang.Double&nbsp;sizeX,
448 java.lang.Double&nbsp;sizeY,
449 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
450 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
451 java.lang.Double&nbsp;rotation)</CODE>
452
453 <BR>
454 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
455 </TR>
456 </TABLE>
457 &nbsp;
458 <P>
459 <HR>
460
461
462 <!-- ======= START OF BOTTOM NAVBAR ====== -->
463 <A NAME="navbar_bottom"><!-- --></A>
464 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
465 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
466 <TR>
467 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
468 <A NAME="navbar_bottom_firstrow"><!-- --></A>
469 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
470 <TR ALIGN="center" VALIGN="top">
471 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
472 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
473 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
474 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
475 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
476 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
477 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
478 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
479 </TR>
480 </TABLE>
481 </TD>
482 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
483 </EM>
484 </TD>
485 </TR>
486
487 <TR>
488 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
489 &nbsp;PREV&nbsp;
490 &nbsp;NEXT</FONT></TD>
491 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
492 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/StyleSelector.html" target="_top"><B>FRAMES</B></A> &nbsp;
493 &nbsp;<A HREF="StyleSelector.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
494 &nbsp;<SCRIPT type="text/javascript">
495 <!--
496 if(window==top) {
497 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
498 }
499 //-->
500 </SCRIPT>
501 <NOSCRIPT>
502 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
503 </NOSCRIPT>
504
505
506 </FONT></TD>
507 </TR>
508 </TABLE>
509 <A NAME="skip-navbar_bottom"></A>
510 <!-- ======== END OF BOTTOM NAVBAR ======= -->
511
512 <HR>
513
514 </BODY>
515 </HTML>
+0
-224
documentation/javadoc/org/boehn/kmlframework/kml/class-use/StyleStateEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.StyleStateEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.StyleStateEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/StyleStateEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="StyleStateEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.StyleStateEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A></CODE></FONT></TD>
111 <TD><CODE><B>Pair.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html#getKey()">getKey</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A></CODE></FONT></TD>
119 <TD><CODE><B>StyleStateEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>StyleStateEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>Pair.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html#setKey(org.boehn.kmlframework.kml.StyleStateEnum)">setKey</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>&nbsp;key)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
155 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A></FONT></TH>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Pair.html#Pair(org.boehn.kmlframework.kml.StyleStateEnum, java.lang.String)">Pair</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A>&nbsp;key,
159 java.lang.String&nbsp;styleUrl)</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 </TABLE>
165 &nbsp;
166 <P>
167 <HR>
168
169
170 <!-- ======= START OF BOTTOM NAVBAR ====== -->
171 <A NAME="navbar_bottom"><!-- --></A>
172 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
173 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
174 <TR>
175 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
176 <A NAME="navbar_bottom_firstrow"><!-- --></A>
177 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
178 <TR ALIGN="center" VALIGN="top">
179 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
182 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
187 </TR>
188 </TABLE>
189 </TD>
190 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
191 </EM>
192 </TD>
193 </TR>
194
195 <TR>
196 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
197 &nbsp;PREV&nbsp;
198 &nbsp;NEXT</FONT></TD>
199 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
200 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/StyleStateEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
201 &nbsp;<A HREF="StyleStateEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
202 &nbsp;<SCRIPT type="text/javascript">
203 <!--
204 if(window==top) {
205 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
206 }
207 //-->
208 </SCRIPT>
209 <NOSCRIPT>
210 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
211 </NOSCRIPT>
212
213
214 </FONT></TD>
215 </TR>
216 </TABLE>
217 <A NAME="skip-navbar_bottom"></A>
218 <!-- ======== END OF BOTTOM NAVBAR ======= -->
219
220 <HR>
221
222 </BODY>
223 </HTML>
+0
-500
documentation/javadoc/org/boehn/kmlframework/kml/class-use/TimePrimitive.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.TimePrimitive (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.TimePrimitive (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/TimePrimitive.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="TimePrimitive.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.TimePrimitive</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;class</CODE></FONT></TD>
111 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;class</CODE></FONT></TD>
119 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A></B></CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 </TABLE>
125 &nbsp;
126 <P>
127
128 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
129 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
130 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A></FONT></TH>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A></CODE></FONT></TD>
135 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#getTimePrimitive()">getTimePrimitive</A></B>()</CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 </TABLE>
141 &nbsp;
142 <P>
143
144 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
145 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
146 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A></FONT></TH>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;void</CODE></FONT></TD>
151 <TD><CODE><B>Feature.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#setTimePrimitive(org.boehn.kmlframework.kml.TimePrimitive)">setTimePrimitive</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive)</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 </TABLE>
157 &nbsp;
158 <P>
159
160 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
161 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
162 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A></FONT></TH>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Container.html#Container(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Container</A></B>(java.lang.String&nbsp;name,
166 java.lang.Boolean&nbsp;visibility,
167 java.lang.Boolean&nbsp;open,
168 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
169 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
170 java.lang.String&nbsp;address,
171 java.lang.String&nbsp;xalAddressDetails,
172 java.lang.String&nbsp;phoneNumber,
173 java.lang.String&nbsp;snippet,
174 java.lang.Integer&nbsp;snippetMaxLines,
175 java.lang.String&nbsp;description,
176 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
177 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
178 java.lang.String&nbsp;styleUrl,
179 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
180 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
181 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
182 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
183
184 <BR>
185 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Document.html#Document(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List, java.util.List)">Document</A></B>(java.lang.String&nbsp;name,
189 java.lang.Boolean&nbsp;visibility,
190 java.lang.Boolean&nbsp;open,
191 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
192 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
193 java.lang.String&nbsp;address,
194 java.lang.String&nbsp;xalAddressDetails,
195 java.lang.String&nbsp;phoneNumber,
196 java.lang.String&nbsp;snippet,
197 java.lang.Integer&nbsp;snippetMaxLines,
198 java.lang.String&nbsp;description,
199 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
200 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
201 java.lang.String&nbsp;styleUrl,
202 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
203 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
204 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
205 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters,
206 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A>&gt;&nbsp;schemas)</CODE>
207
208 <BR>
209 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html#Feature(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData)">Feature</A></B>(java.lang.String&nbsp;name,
213 java.lang.Boolean&nbsp;visibility,
214 java.lang.Boolean&nbsp;open,
215 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
216 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
217 java.lang.String&nbsp;address,
218 java.lang.String&nbsp;xalAddressDetails,
219 java.lang.String&nbsp;phoneNumber,
220 java.lang.String&nbsp;snippet,
221 java.lang.Integer&nbsp;snippetMaxLines,
222 java.lang.String&nbsp;description,
223 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
224 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
225 java.lang.String&nbsp;styleUrl,
226 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
227 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
228 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData)</CODE>
229
230 <BR>
231 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
232 </TR>
233 <TR BGCOLOR="white" CLASS="TableRowColor">
234 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Folder.html#Folder(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.util.List)">Folder</A></B>(java.lang.String&nbsp;name,
235 java.lang.Boolean&nbsp;visibility,
236 java.lang.Boolean&nbsp;open,
237 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
238 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
239 java.lang.String&nbsp;address,
240 java.lang.String&nbsp;xalAddressDetails,
241 java.lang.String&nbsp;phoneNumber,
242 java.lang.String&nbsp;snippet,
243 java.lang.Integer&nbsp;snippetMaxLines,
244 java.lang.String&nbsp;description,
245 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
246 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
247 java.lang.String&nbsp;styleUrl,
248 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
249 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
250 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
251 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A>&gt;&nbsp;feauters)</CODE>
252
253 <BR>
254 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
255 </TR>
256 <TR BGCOLOR="white" CLASS="TableRowColor">
257 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/GroundOverlay.html#GroundOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, org.boehn.kmlframework.kml.AltitudeModeEnum, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">GroundOverlay</A></B>(java.lang.String&nbsp;name,
258 java.lang.Boolean&nbsp;visibility,
259 java.lang.Boolean&nbsp;open,
260 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
261 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
262 java.lang.String&nbsp;address,
263 java.lang.String&nbsp;xalAddressDetails,
264 java.lang.String&nbsp;phoneNumber,
265 java.lang.String&nbsp;snippet,
266 java.lang.Integer&nbsp;snippetMaxLines,
267 java.lang.String&nbsp;description,
268 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
269 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
270 java.lang.String&nbsp;styleUrl,
271 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
272 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
273 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
274 java.lang.String&nbsp;color,
275 java.lang.Integer&nbsp;drawOrder,
276 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
277 java.lang.Double&nbsp;alititude,
278 <A HREF="../../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A>&nbsp;altitudeMode,
279 java.lang.Double&nbsp;north,
280 java.lang.Double&nbsp;south,
281 java.lang.Double&nbsp;east,
282 java.lang.Double&nbsp;west,
283 java.lang.Double&nbsp;rotation)</CODE>
284
285 <BR>
286 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
287 </TR>
288 <TR BGCOLOR="white" CLASS="TableRowColor">
289 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLink.html#NetworkLink(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.kml.Link)">NetworkLink</A></B>(java.lang.String&nbsp;name,
290 java.lang.Boolean&nbsp;visibility,
291 java.lang.Boolean&nbsp;open,
292 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
293 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
294 java.lang.String&nbsp;address,
295 java.lang.String&nbsp;xalAddressDetails,
296 java.lang.String&nbsp;phoneNumber,
297 java.lang.String&nbsp;snippet,
298 java.lang.Integer&nbsp;snippetMaxLines,
299 java.lang.String&nbsp;description,
300 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
301 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
302 java.lang.String&nbsp;styleUrl,
303 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
304 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
305 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
306 java.lang.Boolean&nbsp;refreshVisibility,
307 java.lang.Boolean&nbsp;flyToView,
308 <A HREF="../../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A>&nbsp;link)</CODE>
309
310 <BR>
311 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
312 </TR>
313 <TR BGCOLOR="white" CLASS="TableRowColor">
314 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Overlay.html#Overlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon)">Overlay</A></B>(java.lang.String&nbsp;name,
315 java.lang.Boolean&nbsp;visibility,
316 java.lang.Boolean&nbsp;open,
317 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
318 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
319 java.lang.String&nbsp;address,
320 java.lang.String&nbsp;xalAddressDetails,
321 java.lang.String&nbsp;phoneNumber,
322 java.lang.String&nbsp;snippet,
323 java.lang.Integer&nbsp;snippetMaxLines,
324 java.lang.String&nbsp;description,
325 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
326 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
327 java.lang.String&nbsp;styleUrl,
328 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
329 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
330 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
331 java.lang.String&nbsp;color,
332 java.lang.Integer&nbsp;drawOrder,
333 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon)</CODE>
334
335 <BR>
336 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
337 </TR>
338 <TR BGCOLOR="white" CLASS="TableRowColor">
339 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/PhotoOverlay.html#PhotoOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Integer, java.lang.Integer, java.lang.Integer, org.boehn.kmlframework.kml.GridOriginEnum, org.boehn.kmlframework.kml.Point, org.boehn.kmlframework.kml.ShapeEnum)">PhotoOverlay</A></B>(java.lang.String&nbsp;name,
340 java.lang.Boolean&nbsp;visibility,
341 java.lang.Boolean&nbsp;open,
342 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
343 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
344 java.lang.String&nbsp;address,
345 java.lang.String&nbsp;xalAddressDetails,
346 java.lang.String&nbsp;phoneNumber,
347 java.lang.String&nbsp;snippet,
348 java.lang.Integer&nbsp;snippetMaxLines,
349 java.lang.String&nbsp;description,
350 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
351 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
352 java.lang.String&nbsp;styleUrl,
353 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
354 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
355 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
356 java.lang.String&nbsp;color,
357 java.lang.Integer&nbsp;drawOrder,
358 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
359 java.lang.Double&nbsp;rotation,
360 java.lang.Double&nbsp;leftFov,
361 java.lang.Double&nbsp;rightFov,
362 java.lang.Double&nbsp;bottomFov,
363 java.lang.Double&nbsp;topFov,
364 java.lang.Double&nbsp;near,
365 java.lang.Integer&nbsp;tileSize,
366 java.lang.Integer&nbsp;maxWidth,
367 java.lang.Integer&nbsp;maxHeight,
368 <A HREF="../../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A>&nbsp;gridOrigin,
369 <A HREF="../../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A>&nbsp;point,
370 <A HREF="../../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A>&nbsp;shape)</CODE>
371
372 <BR>
373 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
374 </TR>
375 <TR BGCOLOR="white" CLASS="TableRowColor">
376 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Placemark.html#Placemark(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, org.boehn.kmlframework.kml.Geometry)">Placemark</A></B>(java.lang.String&nbsp;name,
377 java.lang.Boolean&nbsp;visibility,
378 java.lang.Boolean&nbsp;open,
379 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
380 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
381 java.lang.String&nbsp;address,
382 java.lang.String&nbsp;xalAddressDetails,
383 java.lang.String&nbsp;phoneNumber,
384 java.lang.String&nbsp;snippet,
385 java.lang.Integer&nbsp;snippetMaxLines,
386 java.lang.String&nbsp;description,
387 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
388 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
389 java.lang.String&nbsp;styleUrl,
390 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
391 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
392 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
393 <A HREF="../../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A>&nbsp;geometry)</CODE>
394
395 <BR>
396 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
397 </TR>
398 <TR BGCOLOR="white" CLASS="TableRowColor">
399 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)">ScreenOverlay</A></B>(java.lang.String&nbsp;name,
400 java.lang.Boolean&nbsp;visibility,
401 java.lang.Boolean&nbsp;open,
402 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
403 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
404 java.lang.String&nbsp;address,
405 java.lang.String&nbsp;xalAddressDetails,
406 java.lang.String&nbsp;phoneNumber,
407 java.lang.String&nbsp;snippet,
408 java.lang.Integer&nbsp;snippetMaxLines,
409 java.lang.String&nbsp;description,
410 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
411 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
412 java.lang.String&nbsp;styleUrl,
413 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
414 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
415 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
416 java.lang.String&nbsp;color,
417 java.lang.Integer&nbsp;drawOrder,
418 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
419 java.lang.Double&nbsp;overlayX,
420 java.lang.Double&nbsp;overlayY,
421 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
422 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
423 java.lang.Double&nbsp;screenX,
424 java.lang.Double&nbsp;screenY,
425 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
426 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
427 java.lang.Double&nbsp;rotationX,
428 java.lang.Double&nbsp;rotationY,
429 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
430 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
431 java.lang.Double&nbsp;sizeX,
432 java.lang.Double&nbsp;sizeY,
433 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
434 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
435 java.lang.Double&nbsp;rotation)</CODE>
436
437 <BR>
438 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
439 </TR>
440 </TABLE>
441 &nbsp;
442 <P>
443 <HR>
444
445
446 <!-- ======= START OF BOTTOM NAVBAR ====== -->
447 <A NAME="navbar_bottom"><!-- --></A>
448 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
449 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
450 <TR>
451 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
452 <A NAME="navbar_bottom_firstrow"><!-- --></A>
453 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
454 <TR ALIGN="center" VALIGN="top">
455 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
456 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
457 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
458 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
459 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
460 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
461 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
462 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
463 </TR>
464 </TABLE>
465 </TD>
466 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
467 </EM>
468 </TD>
469 </TR>
470
471 <TR>
472 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
473 &nbsp;PREV&nbsp;
474 &nbsp;NEXT</FONT></TD>
475 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
476 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/TimePrimitive.html" target="_top"><B>FRAMES</B></A> &nbsp;
477 &nbsp;<A HREF="TimePrimitive.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
478 &nbsp;<SCRIPT type="text/javascript">
479 <!--
480 if(window==top) {
481 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
482 }
483 //-->
484 </SCRIPT>
485 <NOSCRIPT>
486 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
487 </NOSCRIPT>
488
489
490 </FONT></TD>
491 </TR>
492 </TABLE>
493 <A NAME="skip-navbar_bottom"></A>
494 <!-- ======== END OF BOTTOM NAVBAR ======= -->
495
496 <HR>
497
498 </BODY>
499 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/TimeSpan.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.TimeSpan (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.TimeSpan (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/TimeSpan.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="TimeSpan.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.TimeSpan</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.TimeSpan
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/TimeSpan.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="TimeSpan.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/kml/class-use/TimeStamp.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.TimeStamp (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.TimeStamp (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/TimeStamp.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="TimeStamp.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.TimeStamp</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.kml.TimeStamp
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/TimeStamp.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="TimeStamp.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-417
documentation/javadoc/org/boehn/kmlframework/kml/class-use/UnitEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.UnitEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.UnitEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/UnitEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="UnitEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.UnitEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
111 <TD><CODE><B>IconStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html#getHotSpotXunits()">getHotSpotXunits</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
119 <TD><CODE><B>IconStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html#getHotSpotYunits()">getHotSpotYunits</A></B>()</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
127 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getOverlayXunits()">getOverlayXunits</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
135 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getOverlayYunits()">getOverlayYunits</A></B>()</CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
143 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getRotationXunits()">getRotationXunits</A></B>()</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
151 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getRotationYunits()">getRotationYunits</A></B>()</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
159 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getScreenXunits()">getScreenXunits</A></B>()</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
167 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getScreenYunits()">getScreenYunits</A></B>()</CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
175 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getSizeXunits()">getSizeXunits</A></B>()</CODE>
176
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
183 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#getSizeYunits()">getSizeYunits</A></B>()</CODE>
184
185 <BR>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
187 </TR>
188 <TR BGCOLOR="white" CLASS="TableRowColor">
189 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></CODE></FONT></TD>
191 <TD><CODE><B>UnitEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
192
193 <BR>
194 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
195 </TR>
196 <TR BGCOLOR="white" CLASS="TableRowColor">
197 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>[]</CODE></FONT></TD>
199 <TD><CODE><B>UnitEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html#values()">values</A></B>()</CODE>
200
201 <BR>
202 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
203 the order they're declared.</TD>
204 </TR>
205 </TABLE>
206 &nbsp;
207 <P>
208
209 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
210 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
211 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></FONT></TH>
212 </TR>
213 <TR BGCOLOR="white" CLASS="TableRowColor">
214 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
215 <CODE>&nbsp;void</CODE></FONT></TD>
216 <TD><CODE><B>IconStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html#setHotSpotXunits(org.boehn.kmlframework.kml.UnitEnum)">setHotSpotXunits</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotXunits)</CODE>
217
218 <BR>
219 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
220 </TR>
221 <TR BGCOLOR="white" CLASS="TableRowColor">
222 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
223 <CODE>&nbsp;void</CODE></FONT></TD>
224 <TD><CODE><B>IconStyle.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html#setHotSpotYunits(org.boehn.kmlframework.kml.UnitEnum)">setHotSpotYunits</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotYunits)</CODE>
225
226 <BR>
227 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
228 </TR>
229 <TR BGCOLOR="white" CLASS="TableRowColor">
230 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
231 <CODE>&nbsp;void</CODE></FONT></TD>
232 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setOverlayXunits(org.boehn.kmlframework.kml.UnitEnum)">setOverlayXunits</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits)</CODE>
233
234 <BR>
235 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
236 </TR>
237 <TR BGCOLOR="white" CLASS="TableRowColor">
238 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
239 <CODE>&nbsp;void</CODE></FONT></TD>
240 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setOverlayYunits(org.boehn.kmlframework.kml.UnitEnum)">setOverlayYunits</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits)</CODE>
241
242 <BR>
243 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
244 </TR>
245 <TR BGCOLOR="white" CLASS="TableRowColor">
246 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
247 <CODE>&nbsp;void</CODE></FONT></TD>
248 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setRotationXunits(org.boehn.kmlframework.kml.UnitEnum)">setRotationXunits</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits)</CODE>
249
250 <BR>
251 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
252 </TR>
253 <TR BGCOLOR="white" CLASS="TableRowColor">
254 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
255 <CODE>&nbsp;void</CODE></FONT></TD>
256 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setRotationYunits(org.boehn.kmlframework.kml.UnitEnum)">setRotationYunits</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits)</CODE>
257
258 <BR>
259 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
260 </TR>
261 <TR BGCOLOR="white" CLASS="TableRowColor">
262 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
263 <CODE>&nbsp;void</CODE></FONT></TD>
264 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setScreenXunits(org.boehn.kmlframework.kml.UnitEnum)">setScreenXunits</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits)</CODE>
265
266 <BR>
267 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
268 </TR>
269 <TR BGCOLOR="white" CLASS="TableRowColor">
270 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
271 <CODE>&nbsp;void</CODE></FONT></TD>
272 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setScreenYunits(org.boehn.kmlframework.kml.UnitEnum)">setScreenYunits</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits)</CODE>
273
274 <BR>
275 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
276 </TR>
277 <TR BGCOLOR="white" CLASS="TableRowColor">
278 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
279 <CODE>&nbsp;void</CODE></FONT></TD>
280 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setSizeXunits(org.boehn.kmlframework.kml.UnitEnum)">setSizeXunits</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits)</CODE>
281
282 <BR>
283 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
284 </TR>
285 <TR BGCOLOR="white" CLASS="TableRowColor">
286 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
287 <CODE>&nbsp;void</CODE></FONT></TD>
288 <TD><CODE><B>ScreenOverlay.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#setSizeYunits(org.boehn.kmlframework.kml.UnitEnum)">setSizeYunits</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits)</CODE>
289
290 <BR>
291 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
292 </TR>
293 </TABLE>
294 &nbsp;
295 <P>
296
297 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
298 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
299 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></FONT></TH>
300 </TR>
301 <TR BGCOLOR="white" CLASS="TableRowColor">
302 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/IconStyle.html#IconStyle(java.lang.String, org.boehn.kmlframework.kml.ColorModeEnum, java.lang.Double, java.lang.Double, java.lang.String, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum)">IconStyle</A></B>(java.lang.String&nbsp;color,
303 <A HREF="../../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A>&nbsp;colorMode,
304 java.lang.Double&nbsp;scale,
305 java.lang.Double&nbsp;heading,
306 java.lang.String&nbsp;iconHref,
307 java.lang.Double&nbsp;hotSpotX,
308 java.lang.Double&nbsp;hotSpotY,
309 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotXunits,
310 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;hotSpotYunits)</CODE>
311
312 <BR>
313 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
314 </TR>
315 <TR BGCOLOR="white" CLASS="TableRowColor">
316 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/ScreenOverlay.html#ScreenOverlay(java.lang.String, java.lang.Boolean, java.lang.Boolean, org.boehn.kmlframework.atom.AtomAuthor, org.boehn.kmlframework.atom.AtomLink, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.AbstractView, org.boehn.kmlframework.kml.TimePrimitive, java.lang.String, java.util.List, org.boehn.kmlframework.kml.Region, org.boehn.kmlframework.kml.ExtendedData, java.lang.String, java.lang.Integer, org.boehn.kmlframework.kml.Icon, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.UnitEnum, org.boehn.kmlframework.kml.UnitEnum, java.lang.Double)">ScreenOverlay</A></B>(java.lang.String&nbsp;name,
317 java.lang.Boolean&nbsp;visibility,
318 java.lang.Boolean&nbsp;open,
319 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom">AtomAuthor</A>&nbsp;atomAuthor,
320 <A HREF="../../../../../org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom">AtomLink</A>&nbsp;atomLink,
321 java.lang.String&nbsp;address,
322 java.lang.String&nbsp;xalAddressDetails,
323 java.lang.String&nbsp;phoneNumber,
324 java.lang.String&nbsp;snippet,
325 java.lang.Integer&nbsp;snippetMaxLines,
326 java.lang.String&nbsp;description,
327 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView,
328 <A HREF="../../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A>&nbsp;timePrimitive,
329 java.lang.String&nbsp;styleUrl,
330 java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A>&gt;&nbsp;styleSelectors,
331 <A HREF="../../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A>&nbsp;region,
332 <A HREF="../../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A>&nbsp;extendedData,
333 java.lang.String&nbsp;color,
334 java.lang.Integer&nbsp;drawOrder,
335 <A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A>&nbsp;icon,
336 java.lang.Double&nbsp;overlayX,
337 java.lang.Double&nbsp;overlayY,
338 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayXunits,
339 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;overlayYunits,
340 java.lang.Double&nbsp;screenX,
341 java.lang.Double&nbsp;screenY,
342 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenXunits,
343 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;screenYunits,
344 java.lang.Double&nbsp;rotationX,
345 java.lang.Double&nbsp;rotationY,
346 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationXunits,
347 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;rotationYunits,
348 java.lang.Double&nbsp;sizeX,
349 java.lang.Double&nbsp;sizeY,
350 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeXunits,
351 <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A>&nbsp;sizeYunits,
352 java.lang.Double&nbsp;rotation)</CODE>
353
354 <BR>
355 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
356 </TR>
357 </TABLE>
358 &nbsp;
359 <P>
360 <HR>
361
362
363 <!-- ======= START OF BOTTOM NAVBAR ====== -->
364 <A NAME="navbar_bottom"><!-- --></A>
365 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
366 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
367 <TR>
368 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
369 <A NAME="navbar_bottom_firstrow"><!-- --></A>
370 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
371 <TR ALIGN="center" VALIGN="top">
372 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
373 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
374 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
375 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
376 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
377 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
378 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
379 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
380 </TR>
381 </TABLE>
382 </TD>
383 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
384 </EM>
385 </TD>
386 </TR>
387
388 <TR>
389 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
390 &nbsp;PREV&nbsp;
391 &nbsp;NEXT</FONT></TD>
392 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
393 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/UnitEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
394 &nbsp;<A HREF="UnitEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
395 &nbsp;<SCRIPT type="text/javascript">
396 <!--
397 if(window==top) {
398 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
399 }
400 //-->
401 </SCRIPT>
402 <NOSCRIPT>
403 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
404 </NOSCRIPT>
405
406
407 </FONT></TD>
408 </TR>
409 </TABLE>
410 <A NAME="skip-navbar_bottom"></A>
411 <!-- ======== END OF BOTTOM NAVBAR ======= -->
412
413 <HR>
414
415 </BODY>
416 </HTML>
+0
-216
documentation/javadoc/org/boehn/kmlframework/kml/class-use/Update.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.Update (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.Update (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Update.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Update.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.Update</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A></CODE></FONT></TD>
111 <TD><CODE><B>NetworkLinkControl.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#getUpdate()">getUpdate</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>NetworkLinkControl.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#setUpdate(org.boehn.kmlframework.kml.Update)">setUpdate</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>&nbsp;update)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html#NetworkLinkControl(java.lang.Double, java.lang.Double, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, org.boehn.kmlframework.kml.Update, org.boehn.kmlframework.kml.AbstractView)">NetworkLinkControl</A></B>(java.lang.Double&nbsp;minRefreshPeriod,
142 java.lang.Double&nbsp;maxSessionLength,
143 java.lang.String&nbsp;cookie,
144 java.lang.String&nbsp;message,
145 java.lang.String&nbsp;linkName,
146 java.lang.String&nbsp;linkDescription,
147 java.lang.String&nbsp;linkSnippet,
148 java.lang.Integer&nbsp;linkSnippetMaxLines,
149 java.lang.String&nbsp;expires,
150 <A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A>&nbsp;update,
151 <A HREF="../../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A>&nbsp;abstractView)</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 </TABLE>
157 &nbsp;
158 <P>
159 <HR>
160
161
162 <!-- ======= START OF BOTTOM NAVBAR ====== -->
163 <A NAME="navbar_bottom"><!-- --></A>
164 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
165 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
166 <TR>
167 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
168 <A NAME="navbar_bottom_firstrow"><!-- --></A>
169 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
170 <TR ALIGN="center" VALIGN="top">
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
174 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
175 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
177 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
178 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
179 </TR>
180 </TABLE>
181 </TD>
182 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
183 </EM>
184 </TD>
185 </TR>
186
187 <TR>
188 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
189 &nbsp;PREV&nbsp;
190 &nbsp;NEXT</FONT></TD>
191 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
192 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/Update.html" target="_top"><B>FRAMES</B></A> &nbsp;
193 &nbsp;<A HREF="Update.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
194 &nbsp;<SCRIPT type="text/javascript">
195 <!--
196 if(window==top) {
197 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
198 }
199 //-->
200 </SCRIPT>
201 <NOSCRIPT>
202 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
203 </NOSCRIPT>
204
205
206 </FONT></TD>
207 </TR>
208 </TABLE>
209 <A NAME="skip-navbar_bottom"></A>
210 <!-- ======== END OF BOTTOM NAVBAR ======= -->
211
212 <HR>
213
214 </BODY>
215 </HTML>
+0
-224
documentation/javadoc/org/boehn/kmlframework/kml/class-use/UpdateElement.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.UpdateElement (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.UpdateElement (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/UpdateElement.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="UpdateElement.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.UpdateElement</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;class</CODE></FONT></TD>
111 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml">Change</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;class</CODE></FONT></TD>
119 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml">Create</A></B></CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;class</CODE></FONT></TD>
127 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml">Delete</A></B></CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>&gt;</CODE></FONT></TD>
143 <TD><CODE><B>Update.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Update.html#getUpdateElements()">getUpdateElements</A></B>()</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 </TABLE>
149 &nbsp;
150 <P>
151
152 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
153 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
154 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></FONT></TH>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;void</CODE></FONT></TD>
159 <TD><CODE><B>Update.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Update.html#setUpdateElements(java.util.List)">setUpdateElements</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A>&gt;&nbsp;updateElements)</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 </TABLE>
165 &nbsp;
166 <P>
167 <HR>
168
169
170 <!-- ======= START OF BOTTOM NAVBAR ====== -->
171 <A NAME="navbar_bottom"><!-- --></A>
172 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
173 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
174 <TR>
175 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
176 <A NAME="navbar_bottom_firstrow"><!-- --></A>
177 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
178 <TR ALIGN="center" VALIGN="top">
179 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
182 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
187 </TR>
188 </TABLE>
189 </TD>
190 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
191 </EM>
192 </TD>
193 </TR>
194
195 <TR>
196 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
197 &nbsp;PREV&nbsp;
198 &nbsp;NEXT</FONT></TD>
199 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
200 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/UpdateElement.html" target="_top"><B>FRAMES</B></A> &nbsp;
201 &nbsp;<A HREF="UpdateElement.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
202 &nbsp;<SCRIPT type="text/javascript">
203 <!--
204 if(window==top) {
205 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
206 }
207 //-->
208 </SCRIPT>
209 <NOSCRIPT>
210 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
211 </NOSCRIPT>
212
213
214 </FONT></TD>
215 </TR>
216 </TABLE>
217 <A NAME="skip-navbar_bottom"></A>
218 <!-- ======== END OF BOTTOM NAVBAR ======= -->
219
220 <HR>
221
222 </BODY>
223 </HTML>
+0
-226
documentation/javadoc/org/boehn/kmlframework/kml/class-use/ViewFormat.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.ViewFormat (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.ViewFormat (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ViewFormat.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ViewFormat.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.ViewFormat</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A></CODE></FONT></TD>
111 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#getViewFormat()">getViewFormat</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#setViewFormat(org.boehn.kmlframework.kml.ViewFormat)">setViewFormat</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html#Icon(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)">Icon</A></B>(java.lang.String&nbsp;href,
142 <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode,
143 java.lang.Double&nbsp;refreshInterval,
144 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode,
145 java.lang.Double&nbsp;viewRefreshTime,
146 java.lang.Double&nbsp;viewBoundScale,
147 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat,
148 java.lang.String&nbsp;httpQuery)</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#Link(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)">Link</A></B>(java.lang.String&nbsp;href,
155 <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode,
156 java.lang.Double&nbsp;refreshInterval,
157 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode,
158 java.lang.Double&nbsp;viewRefreshTime,
159 java.lang.Double&nbsp;viewBoundScale,
160 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat,
161 java.lang.String&nbsp;httpQuery)</CODE>
162
163 <BR>
164 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165 </TR>
166 </TABLE>
167 &nbsp;
168 <P>
169 <HR>
170
171
172 <!-- ======= START OF BOTTOM NAVBAR ====== -->
173 <A NAME="navbar_bottom"><!-- --></A>
174 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
175 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
176 <TR>
177 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
178 <A NAME="navbar_bottom_firstrow"><!-- --></A>
179 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
180 <TR ALIGN="center" VALIGN="top">
181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
187 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
188 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
189 </TR>
190 </TABLE>
191 </TD>
192 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
193 </EM>
194 </TD>
195 </TR>
196
197 <TR>
198 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
199 &nbsp;PREV&nbsp;
200 &nbsp;NEXT</FONT></TD>
201 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
202 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ViewFormat.html" target="_top"><B>FRAMES</B></A> &nbsp;
203 &nbsp;<A HREF="ViewFormat.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
204 &nbsp;<SCRIPT type="text/javascript">
205 <!--
206 if(window==top) {
207 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
208 }
209 //-->
210 </SCRIPT>
211 <NOSCRIPT>
212 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
213 </NOSCRIPT>
214
215
216 </FONT></TD>
217 </TR>
218 </TABLE>
219 <A NAME="skip-navbar_bottom"></A>
220 <!-- ======== END OF BOTTOM NAVBAR ======= -->
221
222 <HR>
223
224 </BODY>
225 </HTML>
+0
-243
documentation/javadoc/org/boehn/kmlframework/kml/class-use/ViewRefreshModeEnum.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.kml.ViewRefreshModeEnum (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.kml.ViewRefreshModeEnum (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ViewRefreshModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ViewRefreshModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.kml.ViewRefreshModeEnum</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A> in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> that return <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A></CODE></FONT></TD>
111 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#getViewRefreshMode()">getViewRefreshMode</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A></CODE></FONT></TD>
119 <TD><CODE><B>ViewRefreshModeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>ViewRefreshModeEnum.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>Link.</B><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#setViewRefreshMode(org.boehn.kmlframework.kml.ViewRefreshModeEnum)">setViewRefreshMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152
153 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
154 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
155 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A></FONT></TH>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Icon.html#Icon(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)">Icon</A></B>(java.lang.String&nbsp;href,
159 <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode,
160 java.lang.Double&nbsp;refreshInterval,
161 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode,
162 java.lang.Double&nbsp;viewRefreshTime,
163 java.lang.Double&nbsp;viewBoundScale,
164 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat,
165 java.lang.String&nbsp;httpQuery)</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 <TR BGCOLOR="white" CLASS="TableRowColor">
171 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/kml/Link.html#Link(java.lang.String, org.boehn.kmlframework.kml.RefreshModeEnum, java.lang.Double, org.boehn.kmlframework.kml.ViewRefreshModeEnum, java.lang.Double, java.lang.Double, org.boehn.kmlframework.kml.ViewFormat, java.lang.String)">Link</A></B>(java.lang.String&nbsp;href,
172 <A HREF="../../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A>&nbsp;refreshMode,
173 java.lang.Double&nbsp;refreshInterval,
174 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A>&nbsp;viewRefreshMode,
175 java.lang.Double&nbsp;viewRefreshTime,
176 java.lang.Double&nbsp;viewBoundScale,
177 <A HREF="../../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A>&nbsp;viewFormat,
178 java.lang.String&nbsp;httpQuery)</CODE>
179
180 <BR>
181 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
182 </TR>
183 </TABLE>
184 &nbsp;
185 <P>
186 <HR>
187
188
189 <!-- ======= START OF BOTTOM NAVBAR ====== -->
190 <A NAME="navbar_bottom"><!-- --></A>
191 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
192 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
193 <TR>
194 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
195 <A NAME="navbar_bottom_firstrow"><!-- --></A>
196 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
197 <TR ALIGN="center" VALIGN="top">
198 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
199 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
200 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
201 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
202 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
203 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
204 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
205 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
206 </TR>
207 </TABLE>
208 </TD>
209 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
210 </EM>
211 </TD>
212 </TR>
213
214 <TR>
215 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
216 &nbsp;PREV&nbsp;
217 &nbsp;NEXT</FONT></TD>
218 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
219 <A HREF="../../../../../index.html?org/boehn/kmlframework/kml/class-use/ViewRefreshModeEnum.html" target="_top"><B>FRAMES</B></A> &nbsp;
220 &nbsp;<A HREF="ViewRefreshModeEnum.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
221 &nbsp;<SCRIPT type="text/javascript">
222 <!--
223 if(window==top) {
224 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
225 }
226 //-->
227 </SCRIPT>
228 <NOSCRIPT>
229 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
230 </NOSCRIPT>
231
232
233 </FONT></TD>
234 </TR>
235 </TABLE>
236 <A NAME="skip-navbar_bottom"></A>
237 <!-- ======== END OF BOTTOM NAVBAR ======= -->
238
239 <HR>
240
241 </BODY>
242 </HTML>
+0
-176
documentation/javadoc/org/boehn/kmlframework/kml/package-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.kml (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13
14 </HEAD>
15
16 <BODY BGCOLOR="white">
17 <FONT size="+1" CLASS="FrameTitleFont">
18 <A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html" target="classFrame">org.boehn.kmlframework.kml</A></FONT>
19 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
20 <TR>
21 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
22 Classes</FONT>&nbsp;
23 <FONT CLASS="FrameItemFont">
24 <BR>
25 <A HREF="AbstractView.html" title="class in org.boehn.kmlframework.kml" target="classFrame">AbstractView</A>
26 <BR>
27 <A HREF="Alias.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Alias</A>
28 <BR>
29 <A HREF="BallonStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">BallonStyle</A>
30 <BR>
31 <A HREF="Camera.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Camera</A>
32 <BR>
33 <A HREF="Change.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Change</A>
34 <BR>
35 <A HREF="ColorStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">ColorStyle</A>
36 <BR>
37 <A HREF="Container.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Container</A>
38 <BR>
39 <A HREF="Create.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Create</A>
40 <BR>
41 <A HREF="Data.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Data</A>
42 <BR>
43 <A HREF="Delete.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Delete</A>
44 <BR>
45 <A HREF="Document.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Document</A>
46 <BR>
47 <A HREF="ExtendedData.html" title="class in org.boehn.kmlframework.kml" target="classFrame">ExtendedData</A>
48 <BR>
49 <A HREF="Feature.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Feature</A>
50 <BR>
51 <A HREF="Folder.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Folder</A>
52 <BR>
53 <A HREF="Geometry.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Geometry</A>
54 <BR>
55 <A HREF="GroundOverlay.html" title="class in org.boehn.kmlframework.kml" target="classFrame">GroundOverlay</A>
56 <BR>
57 <A HREF="Icon.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Icon</A>
58 <BR>
59 <A HREF="IconStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">IconStyle</A>
60 <BR>
61 <A HREF="Kml.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Kml</A>
62 <BR>
63 <A HREF="KmlObject.html" title="class in org.boehn.kmlframework.kml" target="classFrame">KmlObject</A>
64 <BR>
65 <A HREF="LabelStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">LabelStyle</A>
66 <BR>
67 <A HREF="LinearRing.html" title="class in org.boehn.kmlframework.kml" target="classFrame">LinearRing</A>
68 <BR>
69 <A HREF="LineString.html" title="class in org.boehn.kmlframework.kml" target="classFrame">LineString</A>
70 <BR>
71 <A HREF="LineStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">LineStyle</A>
72 <BR>
73 <A HREF="Link.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Link</A>
74 <BR>
75 <A HREF="ListStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">ListStyle</A>
76 <BR>
77 <A HREF="LookAt.html" title="class in org.boehn.kmlframework.kml" target="classFrame">LookAt</A>
78 <BR>
79 <A HREF="Model.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Model</A>
80 <BR>
81 <A HREF="MultiGeometry.html" title="class in org.boehn.kmlframework.kml" target="classFrame">MultiGeometry</A>
82 <BR>
83 <A HREF="NetworkLink.html" title="class in org.boehn.kmlframework.kml" target="classFrame">NetworkLink</A>
84 <BR>
85 <A HREF="NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml" target="classFrame">NetworkLinkControl</A>
86 <BR>
87 <A HREF="Overlay.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Overlay</A>
88 <BR>
89 <A HREF="Pair.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Pair</A>
90 <BR>
91 <A HREF="PhotoOverlay.html" title="class in org.boehn.kmlframework.kml" target="classFrame">PhotoOverlay</A>
92 <BR>
93 <A HREF="Placemark.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Placemark</A>
94 <BR>
95 <A HREF="Point.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Point</A>
96 <BR>
97 <A HREF="Polygon.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Polygon</A>
98 <BR>
99 <A HREF="PolyStyle.html" title="class in org.boehn.kmlframework.kml" target="classFrame">PolyStyle</A>
100 <BR>
101 <A HREF="Region.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Region</A>
102 <BR>
103 <A HREF="Schema.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Schema</A>
104 <BR>
105 <A HREF="ScreenOverlay.html" title="class in org.boehn.kmlframework.kml" target="classFrame">ScreenOverlay</A>
106 <BR>
107 <A HREF="SimpleData.html" title="class in org.boehn.kmlframework.kml" target="classFrame">SimpleData</A>
108 <BR>
109 <A HREF="SimpleField.html" title="class in org.boehn.kmlframework.kml" target="classFrame">SimpleField</A>
110 <BR>
111 <A HREF="Style.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Style</A>
112 <BR>
113 <A HREF="StyleMap.html" title="class in org.boehn.kmlframework.kml" target="classFrame">StyleMap</A>
114 <BR>
115 <A HREF="StyleSelector.html" title="class in org.boehn.kmlframework.kml" target="classFrame">StyleSelector</A>
116 <BR>
117 <A HREF="TimePrimitive.html" title="class in org.boehn.kmlframework.kml" target="classFrame">TimePrimitive</A>
118 <BR>
119 <A HREF="TimeSpan.html" title="class in org.boehn.kmlframework.kml" target="classFrame">TimeSpan</A>
120 <BR>
121 <A HREF="TimeStamp.html" title="class in org.boehn.kmlframework.kml" target="classFrame">TimeStamp</A>
122 <BR>
123 <A HREF="Update.html" title="class in org.boehn.kmlframework.kml" target="classFrame">Update</A>
124 <BR>
125 <A HREF="UpdateElement.html" title="class in org.boehn.kmlframework.kml" target="classFrame">UpdateElement</A>
126 <BR>
127 <A HREF="ViewFormat.html" title="class in org.boehn.kmlframework.kml" target="classFrame">ViewFormat</A></FONT></TD>
128 </TR>
129 </TABLE>
130
131
132 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
133 <TR>
134 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
135 Enums</FONT>&nbsp;
136 <FONT CLASS="FrameItemFont">
137 <BR>
138 <A HREF="AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">AltitudeModeEnum</A>
139 <BR>
140 <A HREF="ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">ColorModeEnum</A>
141 <BR>
142 <A HREF="DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">DisplayModeEnum</A>
143 <BR>
144 <A HREF="GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">GridOriginEnum</A>
145 <BR>
146 <A HREF="ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">ListItemTypeEnum</A>
147 <BR>
148 <A HREF="RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">RefreshModeEnum</A>
149 <BR>
150 <A HREF="ShapeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">ShapeEnum</A>
151 <BR>
152 <A HREF="SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">SimpleFieldTypeEnum</A>
153 <BR>
154 <A HREF="StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">StyleStateEnum</A>
155 <BR>
156 <A HREF="UnitEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">UnitEnum</A>
157 <BR>
158 <A HREF="ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml" target="classFrame">ViewRefreshModeEnum</A></FONT></TD>
159 </TR>
160 </TABLE>
161
162
163 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
164 <TR>
165 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
166 Exceptions</FONT>&nbsp;
167 <FONT CLASS="FrameItemFont">
168 <BR>
169 <A HREF="KmlException.html" title="class in org.boehn.kmlframework.kml" target="classFrame">KmlException</A></FONT></TD>
170 </TR>
171 </TABLE>
172
173
174 </BODY>
175 </HTML>
+0
-426
documentation/javadoc/org/boehn/kmlframework/kml/package-summary.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.kml (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.kml package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="org.boehn.kmlframework.kml (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/servlet/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 </TABLE>
74 <A NAME="skip-navbar_top"></A>
75 <!-- ========= END OF TOP NAVBAR ========= -->
76
77 <HR>
78 <H2>
79 Package org.boehn.kmlframework.kml
80 </H2>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 <B>Class Summary</B></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml">AbstractView</A></B></TD>
89 <TD>&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml">Alias</A></B></TD>
93 <TD>&nbsp;</TD>
94 </TR>
95 <TR BGCOLOR="white" CLASS="TableRowColor">
96 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml">BallonStyle</A></B></TD>
97 <TD>&nbsp;</TD>
98 </TR>
99 <TR BGCOLOR="white" CLASS="TableRowColor">
100 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml">Camera</A></B></TD>
101 <TD>&nbsp;</TD>
102 </TR>
103 <TR BGCOLOR="white" CLASS="TableRowColor">
104 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml">Change</A></B></TD>
105 <TD>&nbsp;</TD>
106 </TR>
107 <TR BGCOLOR="white" CLASS="TableRowColor">
108 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml">ColorStyle</A></B></TD>
109 <TD>&nbsp;</TD>
110 </TR>
111 <TR BGCOLOR="white" CLASS="TableRowColor">
112 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml">Container</A></B></TD>
113 <TD>&nbsp;</TD>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml">Create</A></B></TD>
117 <TD>&nbsp;</TD>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml">Data</A></B></TD>
121 <TD>&nbsp;</TD>
122 </TR>
123 <TR BGCOLOR="white" CLASS="TableRowColor">
124 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml">Delete</A></B></TD>
125 <TD>&nbsp;</TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml">Document</A></B></TD>
129 <TD>&nbsp;</TD>
130 </TR>
131 <TR BGCOLOR="white" CLASS="TableRowColor">
132 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml">ExtendedData</A></B></TD>
133 <TD>&nbsp;</TD>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml">Feature</A></B></TD>
137 <TD>&nbsp;</TD>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml">Folder</A></B></TD>
141 <TD>&nbsp;</TD>
142 </TR>
143 <TR BGCOLOR="white" CLASS="TableRowColor">
144 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml">Geometry</A></B></TD>
145 <TD>&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml">GroundOverlay</A></B></TD>
149 <TD>&nbsp;</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml">Icon</A></B></TD>
153 <TD>&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml">IconStyle</A></B></TD>
157 <TD>&nbsp;</TD>
158 </TR>
159 <TR BGCOLOR="white" CLASS="TableRowColor">
160 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></B></TD>
161 <TD>&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml">KmlObject</A></B></TD>
165 <TD>&nbsp;</TD>
166 </TR>
167 <TR BGCOLOR="white" CLASS="TableRowColor">
168 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml">LabelStyle</A></B></TD>
169 <TD>&nbsp;</TD>
170 </TR>
171 <TR BGCOLOR="white" CLASS="TableRowColor">
172 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml">LinearRing</A></B></TD>
173 <TD>&nbsp;</TD>
174 </TR>
175 <TR BGCOLOR="white" CLASS="TableRowColor">
176 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml">LineString</A></B></TD>
177 <TD>&nbsp;</TD>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml">LineStyle</A></B></TD>
181 <TD>&nbsp;</TD>
182 </TR>
183 <TR BGCOLOR="white" CLASS="TableRowColor">
184 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml">Link</A></B></TD>
185 <TD>&nbsp;</TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml">ListStyle</A></B></TD>
189 <TD>&nbsp;</TD>
190 </TR>
191 <TR BGCOLOR="white" CLASS="TableRowColor">
192 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml">LookAt</A></B></TD>
193 <TD>&nbsp;</TD>
194 </TR>
195 <TR BGCOLOR="white" CLASS="TableRowColor">
196 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml">Model</A></B></TD>
197 <TD>&nbsp;</TD>
198 </TR>
199 <TR BGCOLOR="white" CLASS="TableRowColor">
200 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml">MultiGeometry</A></B></TD>
201 <TD>&nbsp;</TD>
202 </TR>
203 <TR BGCOLOR="white" CLASS="TableRowColor">
204 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml">NetworkLink</A></B></TD>
205 <TD>&nbsp;</TD>
206 </TR>
207 <TR BGCOLOR="white" CLASS="TableRowColor">
208 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml">NetworkLinkControl</A></B></TD>
209 <TD>&nbsp;</TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml">Overlay</A></B></TD>
213 <TD>&nbsp;</TD>
214 </TR>
215 <TR BGCOLOR="white" CLASS="TableRowColor">
216 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml">Pair</A></B></TD>
217 <TD>&nbsp;</TD>
218 </TR>
219 <TR BGCOLOR="white" CLASS="TableRowColor">
220 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml">PhotoOverlay</A></B></TD>
221 <TD>&nbsp;</TD>
222 </TR>
223 <TR BGCOLOR="white" CLASS="TableRowColor">
224 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml">Placemark</A></B></TD>
225 <TD>&nbsp;</TD>
226 </TR>
227 <TR BGCOLOR="white" CLASS="TableRowColor">
228 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml">Point</A></B></TD>
229 <TD>&nbsp;</TD>
230 </TR>
231 <TR BGCOLOR="white" CLASS="TableRowColor">
232 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml">Polygon</A></B></TD>
233 <TD>&nbsp;</TD>
234 </TR>
235 <TR BGCOLOR="white" CLASS="TableRowColor">
236 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml">PolyStyle</A></B></TD>
237 <TD>&nbsp;</TD>
238 </TR>
239 <TR BGCOLOR="white" CLASS="TableRowColor">
240 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml">Region</A></B></TD>
241 <TD>&nbsp;</TD>
242 </TR>
243 <TR BGCOLOR="white" CLASS="TableRowColor">
244 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml">Schema</A></B></TD>
245 <TD>&nbsp;</TD>
246 </TR>
247 <TR BGCOLOR="white" CLASS="TableRowColor">
248 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml">ScreenOverlay</A></B></TD>
249 <TD>&nbsp;</TD>
250 </TR>
251 <TR BGCOLOR="white" CLASS="TableRowColor">
252 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml">SimpleData</A></B></TD>
253 <TD>&nbsp;</TD>
254 </TR>
255 <TR BGCOLOR="white" CLASS="TableRowColor">
256 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml">SimpleField</A></B></TD>
257 <TD>&nbsp;</TD>
258 </TR>
259 <TR BGCOLOR="white" CLASS="TableRowColor">
260 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml">Style</A></B></TD>
261 <TD>&nbsp;</TD>
262 </TR>
263 <TR BGCOLOR="white" CLASS="TableRowColor">
264 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml">StyleMap</A></B></TD>
265 <TD>&nbsp;</TD>
266 </TR>
267 <TR BGCOLOR="white" CLASS="TableRowColor">
268 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml">StyleSelector</A></B></TD>
269 <TD>&nbsp;</TD>
270 </TR>
271 <TR BGCOLOR="white" CLASS="TableRowColor">
272 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml">TimePrimitive</A></B></TD>
273 <TD>&nbsp;</TD>
274 </TR>
275 <TR BGCOLOR="white" CLASS="TableRowColor">
276 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml">TimeSpan</A></B></TD>
277 <TD>&nbsp;</TD>
278 </TR>
279 <TR BGCOLOR="white" CLASS="TableRowColor">
280 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml">TimeStamp</A></B></TD>
281 <TD>&nbsp;</TD>
282 </TR>
283 <TR BGCOLOR="white" CLASS="TableRowColor">
284 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml">Update</A></B></TD>
285 <TD>&nbsp;</TD>
286 </TR>
287 <TR BGCOLOR="white" CLASS="TableRowColor">
288 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml">UpdateElement</A></B></TD>
289 <TD>&nbsp;</TD>
290 </TR>
291 <TR BGCOLOR="white" CLASS="TableRowColor">
292 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml">ViewFormat</A></B></TD>
293 <TD>&nbsp;</TD>
294 </TR>
295 </TABLE>
296 &nbsp;
297
298 <P>
299
300 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
301 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
302 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
303 <B>Enum Summary</B></FONT></TH>
304 </TR>
305 <TR BGCOLOR="white" CLASS="TableRowColor">
306 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml">AltitudeModeEnum</A></B></TD>
307 <TD>&nbsp;</TD>
308 </TR>
309 <TR BGCOLOR="white" CLASS="TableRowColor">
310 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml">ColorModeEnum</A></B></TD>
311 <TD>&nbsp;</TD>
312 </TR>
313 <TR BGCOLOR="white" CLASS="TableRowColor">
314 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml">DisplayModeEnum</A></B></TD>
315 <TD>&nbsp;</TD>
316 </TR>
317 <TR BGCOLOR="white" CLASS="TableRowColor">
318 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml">GridOriginEnum</A></B></TD>
319 <TD>&nbsp;</TD>
320 </TR>
321 <TR BGCOLOR="white" CLASS="TableRowColor">
322 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml">ListItemTypeEnum</A></B></TD>
323 <TD>&nbsp;</TD>
324 </TR>
325 <TR BGCOLOR="white" CLASS="TableRowColor">
326 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">RefreshModeEnum</A></B></TD>
327 <TD>&nbsp;</TD>
328 </TR>
329 <TR BGCOLOR="white" CLASS="TableRowColor">
330 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml">ShapeEnum</A></B></TD>
331 <TD>&nbsp;</TD>
332 </TR>
333 <TR BGCOLOR="white" CLASS="TableRowColor">
334 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml">SimpleFieldTypeEnum</A></B></TD>
335 <TD>&nbsp;</TD>
336 </TR>
337 <TR BGCOLOR="white" CLASS="TableRowColor">
338 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml">StyleStateEnum</A></B></TD>
339 <TD>&nbsp;</TD>
340 </TR>
341 <TR BGCOLOR="white" CLASS="TableRowColor">
342 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml">UnitEnum</A></B></TD>
343 <TD>&nbsp;</TD>
344 </TR>
345 <TR BGCOLOR="white" CLASS="TableRowColor">
346 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml">ViewRefreshModeEnum</A></B></TD>
347 <TD>&nbsp;</TD>
348 </TR>
349 </TABLE>
350 &nbsp;
351
352 <P>
353
354 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
355 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
356 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
357 <B>Exception Summary</B></FONT></TH>
358 </TR>
359 <TR BGCOLOR="white" CLASS="TableRowColor">
360 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></B></TD>
361 <TD>&nbsp;</TD>
362 </TR>
363 </TABLE>
364 &nbsp;
365
366 <P>
367 <DL>
368 </DL>
369 <HR>
370
371
372 <!-- ======= START OF BOTTOM NAVBAR ====== -->
373 <A NAME="navbar_bottom"><!-- --></A>
374 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
375 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
376 <TR>
377 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
378 <A NAME="navbar_bottom_firstrow"><!-- --></A>
379 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
380 <TR ALIGN="center" VALIGN="top">
381 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
382 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
383 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
384 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
385 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
386 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
387 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
388 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
389 </TR>
390 </TABLE>
391 </TD>
392 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
393 </EM>
394 </TD>
395 </TR>
396
397 <TR>
398 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
399 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
400 &nbsp;<A HREF="../../../../org/boehn/kmlframework/servlet/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
401 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
402 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
403 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
404 &nbsp;<SCRIPT type="text/javascript">
405 <!--
406 if(window==top) {
407 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
408 }
409 //-->
410 </SCRIPT>
411 <NOSCRIPT>
412 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
413 </NOSCRIPT>
414
415
416 </FONT></TD>
417 </TR>
418 </TABLE>
419 <A NAME="skip-navbar_bottom"></A>
420 <!-- ======== END OF BOTTOM NAVBAR ======= -->
421
422 <HR>
423
424 </BODY>
425 </HTML>
+0
-186
documentation/javadoc/org/boehn/kmlframework/kml/package-tree.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.kml Class Hierarchy (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="org.boehn.kmlframework.kml Class Hierarchy (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/package-tree.html"><B>PREV</B></A>&nbsp;
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/servlet/package-tree.html"><B>NEXT</B></A></FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 Hierarchy For Package org.boehn.kmlframework.kml
80 </H2>
81 </CENTER>
82 <DL>
83 <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
84 <HR>
85 <H2>
86 Class Hierarchy
87 </H2>
88 <UL>
89 <LI TYPE="circle">java.lang.Object<UL>
90 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><B>Kml</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml"><B>KmlObject</B></A><UL>
91 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml"><B>AbstractView</B></A><UL>
92 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml"><B>Camera</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml"><B>LookAt</B></A></UL>
93 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml"><B>Alias</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml"><B>BallonStyle</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml"><B>ColorStyle</B></A><UL>
94 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml"><B>IconStyle</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml"><B>LabelStyle</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml"><B>LineStyle</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml"><B>PolyStyle</B></A></UL>
95 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml"><B>Data</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml"><B>ExtendedData</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml"><B>Feature</B></A><UL>
96 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml"><B>Container</B></A><UL>
97 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml"><B>Document</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml"><B>Folder</B></A></UL>
98 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml"><B>NetworkLink</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml"><B>Overlay</B></A><UL>
99 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml"><B>GroundOverlay</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml"><B>PhotoOverlay</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml"><B>ScreenOverlay</B></A></UL>
100 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml"><B>Placemark</B></A></UL>
101 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml"><B>Geometry</B></A><UL>
102 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml"><B>LinearRing</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml"><B>LineString</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml"><B>Model</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml"><B>MultiGeometry</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml"><B>Point</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml"><B>Polygon</B></A></UL>
103 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml"><B>Link</B></A><UL>
104 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml"><B>Icon</B></A></UL>
105 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml"><B>ListStyle</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml"><B>NetworkLinkControl</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml"><B>Pair</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml"><B>Region</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml"><B>Schema</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml"><B>SimpleData</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml"><B>SimpleField</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml"><B>StyleSelector</B></A><UL>
106 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml"><B>Style</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml"><B>StyleMap</B></A></UL>
107 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml"><B>TimePrimitive</B></A><UL>
108 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml"><B>TimeSpan</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml"><B>TimeStamp</B></A></UL>
109 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml"><B>Update</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml"><B>ViewFormat</B></A></UL>
110 <LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable)
111 <UL>
112 <LI TYPE="circle">java.lang.Exception<UL>
113 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml"><B>KmlException</B></A></UL>
114 </UL>
115 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml"><B>UpdateElement</B></A><UL>
116 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml"><B>Change</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml"><B>Create</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml"><B>Delete</B></A></UL>
117 </UL>
118 </UL>
119 <H2>
120 Enum Hierarchy
121 </H2>
122 <UL>
123 <LI TYPE="circle">java.lang.Object<UL>
124 <LI TYPE="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
125 <UL>
126 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ViewRefreshModeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml"><B>UnitEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml"><B>StyleStateEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>SimpleFieldTypeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ShapeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>RefreshModeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ListItemTypeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml"><B>GridOriginEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>DisplayModeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ColorModeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>AltitudeModeEnum</B></A></UL>
127 </UL>
128 </UL>
129 <HR>
130
131
132 <!-- ======= START OF BOTTOM NAVBAR ====== -->
133 <A NAME="navbar_bottom"><!-- --></A>
134 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
135 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
136 <TR>
137 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
138 <A NAME="navbar_bottom_firstrow"><!-- --></A>
139 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
140 <TR ALIGN="center" VALIGN="top">
141 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
142 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
143 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
144 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
145 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
146 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
147 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
148 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
149 </TR>
150 </TABLE>
151 </TD>
152 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
153 </EM>
154 </TD>
155 </TR>
156
157 <TR>
158 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
159 &nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/package-tree.html"><B>PREV</B></A>&nbsp;
160 &nbsp;<A HREF="../../../../org/boehn/kmlframework/servlet/package-tree.html"><B>NEXT</B></A></FONT></TD>
161 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
162 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
163 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
164 &nbsp;<SCRIPT type="text/javascript">
165 <!--
166 if(window==top) {
167 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
168 }
169 //-->
170 </SCRIPT>
171 <NOSCRIPT>
172 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
173 </NOSCRIPT>
174
175
176 </FONT></TD>
177 </TR>
178 </TABLE>
179 <A NAME="skip-navbar_bottom"></A>
180 <!-- ======== END OF BOTTOM NAVBAR ======= -->
181
182 <HR>
183
184 </BODY>
185 </HTML>
+0
-555
documentation/javadoc/org/boehn/kmlframework/kml/package-use.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Package org.boehn.kmlframework.kml (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Package org.boehn.kmlframework.kml (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Package<br>org.boehn.kmlframework.kml</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.atom"><B>org.boehn.kmlframework.atom</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD><A HREF="#org.boehn.kmlframework.coordinates"><B>org.boehn.kmlframework.coordinates</B></A></TD>
93 <TD>&nbsp;&nbsp;</TD>
94 </TR>
95 <TR BGCOLOR="white" CLASS="TableRowColor">
96 <TD><A HREF="#org.boehn.kmlframework.kml"><B>org.boehn.kmlframework.kml</B></A></TD>
97 <TD>&nbsp;&nbsp;</TD>
98 </TR>
99 <TR BGCOLOR="white" CLASS="TableRowColor">
100 <TD><A HREF="#org.boehn.kmlframework.servlet"><B>org.boehn.kmlframework.servlet</B></A></TD>
101 <TD>&nbsp;&nbsp;</TD>
102 </TR>
103 <TR BGCOLOR="white" CLASS="TableRowColor">
104 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
105 <TD>&nbsp;&nbsp;</TD>
106 </TR>
107 <TR BGCOLOR="white" CLASS="TableRowColor">
108 <TD><A HREF="#org.boehn.kmlframework.todo.examples"><B>org.boehn.kmlframework.todo.examples</B></A></TD>
109 <TD>&nbsp;&nbsp;</TD>
110 </TR>
111 </TABLE>
112 &nbsp;
113 <P>
114 <A NAME="org.boehn.kmlframework.atom"><!-- --></A>
115 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
116 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
117 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
118 Classes in <A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> used by <A HREF="../../../../org/boehn/kmlframework/atom/package-summary.html">org.boehn.kmlframework.atom</A></FONT></TH>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Kml.html#org.boehn.kmlframework.atom"><B>Kml</B></A></B>
122
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125 </TR>
126 <TR BGCOLOR="white" CLASS="TableRowColor">
127 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/KmlException.html#org.boehn.kmlframework.atom"><B>KmlException</B></A></B>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135 <A NAME="org.boehn.kmlframework.coordinates"><!-- --></A>
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
138 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
139 Classes in <A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> used by <A HREF="../../../../org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/AltitudeModeEnum.html#org.boehn.kmlframework.coordinates"><B>AltitudeModeEnum</B></A></B>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Geometry.html#org.boehn.kmlframework.coordinates"><B>Geometry</B></A></B>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/KmlObject.html#org.boehn.kmlframework.coordinates"><B>KmlObject</B></A></B>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
158 </TR>
159 <TR BGCOLOR="white" CLASS="TableRowColor">
160 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Point.html#org.boehn.kmlframework.coordinates"><B>Point</B></A></B>
161
162 <BR>
163 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
164 </TR>
165 </TABLE>
166 &nbsp;
167 <P>
168 <A NAME="org.boehn.kmlframework.kml"><!-- --></A>
169 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
170 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
171 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
172 Classes in <A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> used by <A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></FONT></TH>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/AbstractView.html#org.boehn.kmlframework.kml"><B>AbstractView</B></A></B>
176
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Alias.html#org.boehn.kmlframework.kml"><B>Alias</B></A></B>
182
183 <BR>
184 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
185 </TR>
186 <TR BGCOLOR="white" CLASS="TableRowColor">
187 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/AltitudeModeEnum.html#org.boehn.kmlframework.kml"><B>AltitudeModeEnum</B></A></B>
188
189 <BR>
190 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
191 </TR>
192 <TR BGCOLOR="white" CLASS="TableRowColor">
193 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/BallonStyle.html#org.boehn.kmlframework.kml"><B>BallonStyle</B></A></B>
194
195 <BR>
196 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/ColorModeEnum.html#org.boehn.kmlframework.kml"><B>ColorModeEnum</B></A></B>
200
201 <BR>
202 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
203 </TR>
204 <TR BGCOLOR="white" CLASS="TableRowColor">
205 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/ColorStyle.html#org.boehn.kmlframework.kml"><B>ColorStyle</B></A></B>
206
207 <BR>
208 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
209 </TR>
210 <TR BGCOLOR="white" CLASS="TableRowColor">
211 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Container.html#org.boehn.kmlframework.kml"><B>Container</B></A></B>
212
213 <BR>
214 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
215 </TR>
216 <TR BGCOLOR="white" CLASS="TableRowColor">
217 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Data.html#org.boehn.kmlframework.kml"><B>Data</B></A></B>
218
219 <BR>
220 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
221 </TR>
222 <TR BGCOLOR="white" CLASS="TableRowColor">
223 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/DisplayModeEnum.html#org.boehn.kmlframework.kml"><B>DisplayModeEnum</B></A></B>
224
225 <BR>
226 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
227 </TR>
228 <TR BGCOLOR="white" CLASS="TableRowColor">
229 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/ExtendedData.html#org.boehn.kmlframework.kml"><B>ExtendedData</B></A></B>
230
231 <BR>
232 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
233 </TR>
234 <TR BGCOLOR="white" CLASS="TableRowColor">
235 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Feature.html#org.boehn.kmlframework.kml"><B>Feature</B></A></B>
236
237 <BR>
238 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
239 </TR>
240 <TR BGCOLOR="white" CLASS="TableRowColor">
241 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Geometry.html#org.boehn.kmlframework.kml"><B>Geometry</B></A></B>
242
243 <BR>
244 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
245 </TR>
246 <TR BGCOLOR="white" CLASS="TableRowColor">
247 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/GridOriginEnum.html#org.boehn.kmlframework.kml"><B>GridOriginEnum</B></A></B>
248
249 <BR>
250 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
251 </TR>
252 <TR BGCOLOR="white" CLASS="TableRowColor">
253 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Icon.html#org.boehn.kmlframework.kml"><B>Icon</B></A></B>
254
255 <BR>
256 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
257 </TR>
258 <TR BGCOLOR="white" CLASS="TableRowColor">
259 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/IconStyle.html#org.boehn.kmlframework.kml"><B>IconStyle</B></A></B>
260
261 <BR>
262 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Kml.html#org.boehn.kmlframework.kml"><B>Kml</B></A></B>
266
267 <BR>
268 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
269 </TR>
270 <TR BGCOLOR="white" CLASS="TableRowColor">
271 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/KmlException.html#org.boehn.kmlframework.kml"><B>KmlException</B></A></B>
272
273 <BR>
274 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
275 </TR>
276 <TR BGCOLOR="white" CLASS="TableRowColor">
277 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/KmlObject.html#org.boehn.kmlframework.kml"><B>KmlObject</B></A></B>
278
279 <BR>
280 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
281 </TR>
282 <TR BGCOLOR="white" CLASS="TableRowColor">
283 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/LabelStyle.html#org.boehn.kmlframework.kml"><B>LabelStyle</B></A></B>
284
285 <BR>
286 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
287 </TR>
288 <TR BGCOLOR="white" CLASS="TableRowColor">
289 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/LinearRing.html#org.boehn.kmlframework.kml"><B>LinearRing</B></A></B>
290
291 <BR>
292 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
293 </TR>
294 <TR BGCOLOR="white" CLASS="TableRowColor">
295 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/LineStyle.html#org.boehn.kmlframework.kml"><B>LineStyle</B></A></B>
296
297 <BR>
298 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
299 </TR>
300 <TR BGCOLOR="white" CLASS="TableRowColor">
301 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Link.html#org.boehn.kmlframework.kml"><B>Link</B></A></B>
302
303 <BR>
304 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
305 </TR>
306 <TR BGCOLOR="white" CLASS="TableRowColor">
307 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/ListItemTypeEnum.html#org.boehn.kmlframework.kml"><B>ListItemTypeEnum</B></A></B>
308
309 <BR>
310 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
311 </TR>
312 <TR BGCOLOR="white" CLASS="TableRowColor">
313 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/ListStyle.html#org.boehn.kmlframework.kml"><B>ListStyle</B></A></B>
314
315 <BR>
316 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
317 </TR>
318 <TR BGCOLOR="white" CLASS="TableRowColor">
319 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/NetworkLinkControl.html#org.boehn.kmlframework.kml"><B>NetworkLinkControl</B></A></B>
320
321 <BR>
322 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
323 </TR>
324 <TR BGCOLOR="white" CLASS="TableRowColor">
325 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Overlay.html#org.boehn.kmlframework.kml"><B>Overlay</B></A></B>
326
327 <BR>
328 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
329 </TR>
330 <TR BGCOLOR="white" CLASS="TableRowColor">
331 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Pair.html#org.boehn.kmlframework.kml"><B>Pair</B></A></B>
332
333 <BR>
334 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
335 </TR>
336 <TR BGCOLOR="white" CLASS="TableRowColor">
337 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Point.html#org.boehn.kmlframework.kml"><B>Point</B></A></B>
338
339 <BR>
340 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
341 </TR>
342 <TR BGCOLOR="white" CLASS="TableRowColor">
343 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/PolyStyle.html#org.boehn.kmlframework.kml"><B>PolyStyle</B></A></B>
344
345 <BR>
346 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
347 </TR>
348 <TR BGCOLOR="white" CLASS="TableRowColor">
349 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/RefreshModeEnum.html#org.boehn.kmlframework.kml"><B>RefreshModeEnum</B></A></B>
350
351 <BR>
352 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
353 </TR>
354 <TR BGCOLOR="white" CLASS="TableRowColor">
355 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Region.html#org.boehn.kmlframework.kml"><B>Region</B></A></B>
356
357 <BR>
358 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
359 </TR>
360 <TR BGCOLOR="white" CLASS="TableRowColor">
361 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Schema.html#org.boehn.kmlframework.kml"><B>Schema</B></A></B>
362
363 <BR>
364 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
365 </TR>
366 <TR BGCOLOR="white" CLASS="TableRowColor">
367 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/ShapeEnum.html#org.boehn.kmlframework.kml"><B>ShapeEnum</B></A></B>
368
369 <BR>
370 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
371 </TR>
372 <TR BGCOLOR="white" CLASS="TableRowColor">
373 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/SimpleData.html#org.boehn.kmlframework.kml"><B>SimpleData</B></A></B>
374
375 <BR>
376 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
377 </TR>
378 <TR BGCOLOR="white" CLASS="TableRowColor">
379 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/SimpleField.html#org.boehn.kmlframework.kml"><B>SimpleField</B></A></B>
380
381 <BR>
382 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
383 </TR>
384 <TR BGCOLOR="white" CLASS="TableRowColor">
385 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/SimpleFieldTypeEnum.html#org.boehn.kmlframework.kml"><B>SimpleFieldTypeEnum</B></A></B>
386
387 <BR>
388 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
389 </TR>
390 <TR BGCOLOR="white" CLASS="TableRowColor">
391 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/StyleSelector.html#org.boehn.kmlframework.kml"><B>StyleSelector</B></A></B>
392
393 <BR>
394 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
395 </TR>
396 <TR BGCOLOR="white" CLASS="TableRowColor">
397 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/StyleStateEnum.html#org.boehn.kmlframework.kml"><B>StyleStateEnum</B></A></B>
398
399 <BR>
400 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
401 </TR>
402 <TR BGCOLOR="white" CLASS="TableRowColor">
403 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/TimePrimitive.html#org.boehn.kmlframework.kml"><B>TimePrimitive</B></A></B>
404
405 <BR>
406 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
407 </TR>
408 <TR BGCOLOR="white" CLASS="TableRowColor">
409 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/UnitEnum.html#org.boehn.kmlframework.kml"><B>UnitEnum</B></A></B>
410
411 <BR>
412 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
413 </TR>
414 <TR BGCOLOR="white" CLASS="TableRowColor">
415 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Update.html#org.boehn.kmlframework.kml"><B>Update</B></A></B>
416
417 <BR>
418 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
419 </TR>
420 <TR BGCOLOR="white" CLASS="TableRowColor">
421 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/UpdateElement.html#org.boehn.kmlframework.kml"><B>UpdateElement</B></A></B>
422
423 <BR>
424 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
425 </TR>
426 <TR BGCOLOR="white" CLASS="TableRowColor">
427 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/ViewFormat.html#org.boehn.kmlframework.kml"><B>ViewFormat</B></A></B>
428
429 <BR>
430 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
431 </TR>
432 <TR BGCOLOR="white" CLASS="TableRowColor">
433 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/ViewRefreshModeEnum.html#org.boehn.kmlframework.kml"><B>ViewRefreshModeEnum</B></A></B>
434
435 <BR>
436 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
437 </TR>
438 </TABLE>
439 &nbsp;
440 <P>
441 <A NAME="org.boehn.kmlframework.servlet"><!-- --></A>
442 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
443 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
444 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
445 Classes in <A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> used by <A HREF="../../../../org/boehn/kmlframework/servlet/package-summary.html">org.boehn.kmlframework.servlet</A></FONT></TH>
446 </TR>
447 <TR BGCOLOR="white" CLASS="TableRowColor">
448 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Kml.html#org.boehn.kmlframework.servlet"><B>Kml</B></A></B>
449
450 <BR>
451 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
452 </TR>
453 <TR BGCOLOR="white" CLASS="TableRowColor">
454 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/KmlException.html#org.boehn.kmlframework.servlet"><B>KmlException</B></A></B>
455
456 <BR>
457 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
458 </TR>
459 </TABLE>
460 &nbsp;
461 <P>
462 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
463 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
464 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
465 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
466 Classes in <A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> used by <A HREF="../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
467 </TR>
468 <TR BGCOLOR="white" CLASS="TableRowColor">
469 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/Kml.html#org.boehn.kmlframework.todo"><B>Kml</B></A></B>
470
471 <BR>
472 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
473 </TR>
474 <TR BGCOLOR="white" CLASS="TableRowColor">
475 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/KmlException.html#org.boehn.kmlframework.todo"><B>KmlException</B></A></B>
476
477 <BR>
478 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
479 </TR>
480 </TABLE>
481 &nbsp;
482 <P>
483 <A NAME="org.boehn.kmlframework.todo.examples"><!-- --></A>
484 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
485 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
486 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
487 Classes in <A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A> used by <A HREF="../../../../org/boehn/kmlframework/todo/examples/package-summary.html">org.boehn.kmlframework.todo.examples</A></FONT></TH>
488 </TR>
489 <TR BGCOLOR="white" CLASS="TableRowColor">
490 <TD><B><A HREF="../../../../org/boehn/kmlframework/kml/class-use/KmlException.html#org.boehn.kmlframework.todo.examples"><B>KmlException</B></A></B>
491
492 <BR>
493 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
494 </TR>
495 </TABLE>
496 &nbsp;
497 <P>
498 <HR>
499
500
501 <!-- ======= START OF BOTTOM NAVBAR ====== -->
502 <A NAME="navbar_bottom"><!-- --></A>
503 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
504 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
505 <TR>
506 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
507 <A NAME="navbar_bottom_firstrow"><!-- --></A>
508 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
509 <TR ALIGN="center" VALIGN="top">
510 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
511 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
512 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
513 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
514 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
515 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
516 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
517 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
518 </TR>
519 </TABLE>
520 </TD>
521 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
522 </EM>
523 </TD>
524 </TR>
525
526 <TR>
527 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
528 &nbsp;PREV&nbsp;
529 &nbsp;NEXT</FONT></TD>
530 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
531 <A HREF="../../../../index.html?org/boehn/kmlframework/kml/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
532 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
533 &nbsp;<SCRIPT type="text/javascript">
534 <!--
535 if(window==top) {
536 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
537 }
538 //-->
539 </SCRIPT>
540 <NOSCRIPT>
541 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
542 </NOSCRIPT>
543
544
545 </FONT></TD>
546 </TR>
547 </TABLE>
548 <A NAME="skip-navbar_bottom"></A>
549 <!-- ======== END OF BOTTOM NAVBAR ======= -->
550
551 <HR>
552
553 </BODY>
554 </HTML>
+0
-405
documentation/javadoc/org/boehn/kmlframework/servlet/HttpServletModel.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 HttpServletModel (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.servlet.HttpServletModel class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="HttpServletModel (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpServletModel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV CLASS&nbsp;
55 &nbsp;NEXT CLASS</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/servlet/HttpServletModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="HttpServletModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.servlet</FONT>
88 <BR>
89 Class HttpServletModel</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Kml</A>
93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.servlet.HttpServletModel</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>HttpServletModel</B><DT>extends <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104 <!-- =========== FIELD SUMMARY =========== -->
105
106 <A NAME="field_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Field Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
114 <CODE>&nbsp;boolean</CODE></FONT></TD>
115 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html#DISABLEHTTPCACHE">DISABLEHTTPCACHE</A></B></CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 </TABLE>
121 &nbsp;<A NAME="fields_inherited_from_class_org.boehn.kmlframework.kml.Kml"><!-- --></A>
122 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
123 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
124 <TH ALIGN="left"><B>Fields inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></B></TH>
125 </TR>
126 <TR BGCOLOR="white" CLASS="TableRowColor">
127 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#atomElementsIncluded">atomElementsIncluded</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#celestialData">celestialData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#feature">feature</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#generateObjectIds">generateObjectIds</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#networkLinkControl">networkLinkControl</A></CODE></TD>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
132
133 <A NAME="constructor_summary"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
137 <B>Constructor Summary</B></FONT></TH>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html#HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">HttpServletModel</A></B>(javax.servlet.http.HttpServletRequest&nbsp;request,
141 javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
142
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145 </TR>
146 <TR BGCOLOR="white" CLASS="TableRowColor">
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html#HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean)">HttpServletModel</A></B>(javax.servlet.http.HttpServletRequest&nbsp;request,
148 javax.servlet.http.HttpServletResponse&nbsp;response,
149 boolean&nbsp;handleTransactions)</CODE>
150
151 <BR>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153 </TR>
154 </TABLE>
155 &nbsp;
156 <!-- ========== METHOD SUMMARY =========== -->
157
158 <A NAME="method_summary"><!-- --></A>
159 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
160 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
161 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
162 <B>Method Summary</B></FONT></TH>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>&nbsp;javax.servlet.http.HttpServletResponse</CODE></FONT></TD>
167 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html#getResponse()">getResponse</A></B>()</CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
175 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html#getSessionId()">getSessionId</A></B>()</CODE>
176
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182 <CODE>&nbsp;void</CODE></FONT></TD>
183 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html#setResponse(javax.servlet.http.HttpServletResponse)">setResponse</A></B>(javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
184
185 <BR>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
187 </TR>
188 <TR BGCOLOR="white" CLASS="TableRowColor">
189 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190 <CODE>&nbsp;void</CODE></FONT></TD>
191 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html#setSessionId(java.lang.String)">setSessionId</A></B>(java.lang.String&nbsp;sessionId)</CODE>
192
193 <BR>
194 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
195 </TR>
196 <TR BGCOLOR="white" CLASS="TableRowColor">
197 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198 <CODE>&nbsp;void</CODE></FONT></TD>
199 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html#write()">write</A></B>()</CODE>
200
201 <BR>
202 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
203 </TR>
204 </TABLE>
205 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Kml"><!-- --></A>
206 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
207 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
208 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></B></TH>
209 </TR>
210 <TR BGCOLOR="white" CLASS="TableRowColor">
211 <TD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#createKml(java.io.PrintWriter)">createKml</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#createKml(java.lang.String)">createKml</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#createKmz(java.lang.String)">createKmz</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#getFeature()">getFeature</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#getNetworkLinkControl()">getNetworkLinkControl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#getXmlIndent()">getXmlIndent</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#isAtomElementsIncluded()">isAtomElementsIncluded</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#isCelestialData()">isCelestialData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#isGenerateObjectIds()">isGenerateObjectIds</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#print(int, java.lang.String)">print</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#print(java.lang.String)">print</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#print(java.lang.String, int)">print</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#println(int, java.lang.String)">println</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#println(java.lang.String)">println</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#println(java.lang.String, int)">println</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setAtomElementsIncluded(boolean)">setAtomElementsIncluded</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setCelestialData(boolean)">setCelestialData</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setFeature(org.boehn.kmlframework.kml.Feature)">setFeature</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setGenerateObjectIds(boolean)">setGenerateObjectIds</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setNetworkLinkControl(org.boehn.kmlframework.kml.NetworkLinkControl)">setNetworkLinkControl</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#setXmlIndent(boolean)">setXmlIndent</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#toString()">toString</A>, <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE></TD>
212 </TR>
213 </TABLE>
214 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
215 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
216 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
217 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
218 </TR>
219 <TR BGCOLOR="white" CLASS="TableRowColor">
220 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
221 </TR>
222 </TABLE>
223 &nbsp;
224 <P>
225
226 <!-- ============ FIELD DETAIL =========== -->
227
228 <A NAME="field_detail"><!-- --></A>
229 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
230 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
231 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
232 <B>Field Detail</B></FONT></TH>
233 </TR>
234 </TABLE>
235
236 <A NAME="DISABLEHTTPCACHE"><!-- --></A><H3>
237 DISABLEHTTPCACHE</H3>
238 <PRE>
239 public boolean <B>DISABLEHTTPCACHE</B></PRE>
240 <DL>
241 <DL>
242 </DL>
243 </DL>
244
245 <!-- ========= CONSTRUCTOR DETAIL ======== -->
246
247 <A NAME="constructor_detail"><!-- --></A>
248 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
249 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
250 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
251 <B>Constructor Detail</B></FONT></TH>
252 </TR>
253 </TABLE>
254
255 <A NAME="HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
256 HttpServletModel</H3>
257 <PRE>
258 public <B>HttpServletModel</B>(javax.servlet.http.HttpServletRequest&nbsp;request,
259 javax.servlet.http.HttpServletResponse&nbsp;response)</PRE>
260 <DL>
261 </DL>
262 <HR>
263
264 <A NAME="HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean)"><!-- --></A><H3>
265 HttpServletModel</H3>
266 <PRE>
267 public <B>HttpServletModel</B>(javax.servlet.http.HttpServletRequest&nbsp;request,
268 javax.servlet.http.HttpServletResponse&nbsp;response,
269 boolean&nbsp;handleTransactions)</PRE>
270 <DL>
271 </DL>
272
273 <!-- ============ METHOD DETAIL ========== -->
274
275 <A NAME="method_detail"><!-- --></A>
276 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
277 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
278 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
279 <B>Method Detail</B></FONT></TH>
280 </TR>
281 </TABLE>
282
283 <A NAME="getResponse()"><!-- --></A><H3>
284 getResponse</H3>
285 <PRE>
286 public javax.servlet.http.HttpServletResponse <B>getResponse</B>()</PRE>
287 <DL>
288 <DD><DL>
289 </DL>
290 </DD>
291 </DL>
292 <HR>
293
294 <A NAME="setResponse(javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
295 setResponse</H3>
296 <PRE>
297 public void <B>setResponse</B>(javax.servlet.http.HttpServletResponse&nbsp;response)</PRE>
298 <DL>
299 <DD><DL>
300 </DL>
301 </DD>
302 </DL>
303 <HR>
304
305 <A NAME="getSessionId()"><!-- --></A><H3>
306 getSessionId</H3>
307 <PRE>
308 public java.lang.String <B>getSessionId</B>()</PRE>
309 <DL>
310 <DD><DL>
311 </DL>
312 </DD>
313 </DL>
314 <HR>
315
316 <A NAME="setSessionId(java.lang.String)"><!-- --></A><H3>
317 setSessionId</H3>
318 <PRE>
319 public void <B>setSessionId</B>(java.lang.String&nbsp;sessionId)</PRE>
320 <DL>
321 <DD><DL>
322 </DL>
323 </DD>
324 </DL>
325 <HR>
326
327 <A NAME="write()"><!-- --></A><H3>
328 write</H3>
329 <PRE>
330 public void <B>write</B>()
331 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>,
332 java.io.IOException</PRE>
333 <DL>
334 <DD><DL>
335
336 <DT><B>Throws:</B>
337 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE>
338 <DD><CODE>java.io.IOException</CODE></DL>
339 </DD>
340 </DL>
341 <!-- ========= END OF CLASS DATA ========= -->
342 <HR>
343
344
345 <!-- ======= START OF BOTTOM NAVBAR ====== -->
346 <A NAME="navbar_bottom"><!-- --></A>
347 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
348 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
349 <TR>
350 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
351 <A NAME="navbar_bottom_firstrow"><!-- --></A>
352 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
353 <TR ALIGN="center" VALIGN="top">
354 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
355 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
356 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
357 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpServletModel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
358 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
359 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
360 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
361 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
362 </TR>
363 </TABLE>
364 </TD>
365 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
366 </EM>
367 </TD>
368 </TR>
369
370 <TR>
371 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
372 &nbsp;PREV CLASS&nbsp;
373 &nbsp;NEXT CLASS</FONT></TD>
374 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
375 <A HREF="../../../../index.html?org/boehn/kmlframework/servlet/HttpServletModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
376 &nbsp;<A HREF="HttpServletModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
377 &nbsp;<SCRIPT type="text/javascript">
378 <!--
379 if(window==top) {
380 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
381 }
382 //-->
383 </SCRIPT>
384 <NOSCRIPT>
385 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
386 </NOSCRIPT>
387
388
389 </FONT></TD>
390 </TR>
391 <TR>
392 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
393 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
394 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
395 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
396 </TR>
397 </TABLE>
398 <A NAME="skip-navbar_bottom"></A>
399 <!-- ======== END OF BOTTOM NAVBAR ======= -->
400
401 <HR>
402
403 </BODY>
404 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/servlet/class-use/HttpServletModel.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.servlet.HttpServletModel (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.servlet.HttpServletModel (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/servlet/class-use/HttpServletModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="HttpServletModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.servlet.HttpServletModel</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.servlet.HttpServletModel
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/servlet/class-use/HttpServletModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="HttpServletModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-32
documentation/javadoc/org/boehn/kmlframework/servlet/package-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.servlet (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.servlet package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13
14 </HEAD>
15
16 <BODY BGCOLOR="white">
17 <FONT size="+1" CLASS="FrameTitleFont">
18 <A HREF="../../../../org/boehn/kmlframework/servlet/package-summary.html" target="classFrame">org.boehn.kmlframework.servlet</A></FONT>
19 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
20 <TR>
21 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
22 Classes</FONT>&nbsp;
23 <FONT CLASS="FrameItemFont">
24 <BR>
25 <A HREF="HttpServletModel.html" title="class in org.boehn.kmlframework.servlet" target="classFrame">HttpServletModel</A></FONT></TD>
26 </TR>
27 </TABLE>
28
29
30 </BODY>
31 </HTML>
+0
-154
documentation/javadoc/org/boehn/kmlframework/servlet/package-summary.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.servlet (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.servlet package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="org.boehn.kmlframework.servlet (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/servlet/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 </TABLE>
74 <A NAME="skip-navbar_top"></A>
75 <!-- ========= END OF TOP NAVBAR ========= -->
76
77 <HR>
78 <H2>
79 Package org.boehn.kmlframework.servlet
80 </H2>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 <B>Class Summary</B></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet">HttpServletModel</A></B></TD>
89 <TD>&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93
94 <P>
95 <DL>
96 </DL>
97 <HR>
98
99
100 <!-- ======= START OF BOTTOM NAVBAR ====== -->
101 <A NAME="navbar_bottom"><!-- --></A>
102 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
103 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
104 <TR>
105 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
106 <A NAME="navbar_bottom_firstrow"><!-- --></A>
107 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
108 <TR ALIGN="center" VALIGN="top">
109 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
110 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
111 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
112 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
113 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
114 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
115 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
116 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
117 </TR>
118 </TABLE>
119 </TD>
120 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
121 </EM>
122 </TD>
123 </TR>
124
125 <TR>
126 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
127 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
128 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
129 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
130 <A HREF="../../../../index.html?org/boehn/kmlframework/servlet/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
131 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
132 &nbsp;<SCRIPT type="text/javascript">
133 <!--
134 if(window==top) {
135 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
136 }
137 //-->
138 </SCRIPT>
139 <NOSCRIPT>
140 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
141 </NOSCRIPT>
142
143
144 </FONT></TD>
145 </TR>
146 </TABLE>
147 <A NAME="skip-navbar_bottom"></A>
148 <!-- ======== END OF BOTTOM NAVBAR ======= -->
149
150 <HR>
151
152 </BODY>
153 </HTML>
+0
-151
documentation/javadoc/org/boehn/kmlframework/servlet/package-tree.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.servlet Class Hierarchy (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="org.boehn.kmlframework.servlet Class Hierarchy (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/package-tree.html"><B>PREV</B></A>&nbsp;
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/package-tree.html"><B>NEXT</B></A></FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/servlet/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 Hierarchy For Package org.boehn.kmlframework.servlet
80 </H2>
81 </CENTER>
82 <DL>
83 <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
84 <HR>
85 <H2>
86 Class Hierarchy
87 </H2>
88 <UL>
89 <LI TYPE="circle">java.lang.Object<UL>
90 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><B>Kml</B></A><UL>
91 <LI TYPE="circle">org.boehn.kmlframework.servlet.<A HREF="../../../../org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet"><B>HttpServletModel</B></A></UL>
92 </UL>
93 </UL>
94 <HR>
95
96
97 <!-- ======= START OF BOTTOM NAVBAR ====== -->
98 <A NAME="navbar_bottom"><!-- --></A>
99 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
100 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
101 <TR>
102 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
103 <A NAME="navbar_bottom_firstrow"><!-- --></A>
104 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
105 <TR ALIGN="center" VALIGN="top">
106 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
107 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
108 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
109 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
110 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
111 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
112 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
113 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
114 </TR>
115 </TABLE>
116 </TD>
117 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
118 </EM>
119 </TD>
120 </TR>
121
122 <TR>
123 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
124 &nbsp;<A HREF="../../../../org/boehn/kmlframework/kml/package-tree.html"><B>PREV</B></A>&nbsp;
125 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/package-tree.html"><B>NEXT</B></A></FONT></TD>
126 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
127 <A HREF="../../../../index.html?org/boehn/kmlframework/servlet/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
128 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
129 &nbsp;<SCRIPT type="text/javascript">
130 <!--
131 if(window==top) {
132 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
133 }
134 //-->
135 </SCRIPT>
136 <NOSCRIPT>
137 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
138 </NOSCRIPT>
139
140
141 </FONT></TD>
142 </TR>
143 </TABLE>
144 <A NAME="skip-navbar_bottom"></A>
145 <!-- ======== END OF BOTTOM NAVBAR ======= -->
146
147 <HR>
148
149 </BODY>
150 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/servlet/package-use.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Package org.boehn.kmlframework.servlet (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Package org.boehn.kmlframework.servlet (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/servlet/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Package<br>org.boehn.kmlframework.servlet</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.servlet
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../index.html?org/boehn/kmlframework/servlet/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-421
documentation/javadoc/org/boehn/kmlframework/todo/BoundingBox.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 BoundingBox (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.BoundingBox class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="BoundingBox (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BoundingBox.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV CLASS&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/BoundingBox.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="BoundingBox.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo</FONT>
88 <BR>
89 Class BoundingBox</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.BoundingBox</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>BoundingBox</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#BoundingBox()">BoundingBox</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 <TR BGCOLOR="white" CLASS="TableRowColor">
119 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#BoundingBox(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)">BoundingBox</A></B>(java.lang.Double&nbsp;north,
120 java.lang.Double&nbsp;east,
121 java.lang.Double&nbsp;south,
122 java.lang.Double&nbsp;west)</CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#getEast()">getEast</A></B>()</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#getNorth()">getNorth</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#getSouth()">getSouth</A></B>()</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#getWest()">getWest</A></B>()</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;boolean</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#isInsideBoundingBox(org.boehn.kmlframework.coordinates.EarthCoordinate)">isInsideBoundingBox</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;void</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#setEast(java.lang.Double)">setEast</A></B>(java.lang.Double&nbsp;east)</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>&nbsp;void</CODE></FONT></TD>
188 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#setNorth(java.lang.Double)">setNorth</A></B>(java.lang.Double&nbsp;north)</CODE>
189
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;void</CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#setSouth(java.lang.Double)">setSouth</A></B>(java.lang.Double&nbsp;south)</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 <TR BGCOLOR="white" CLASS="TableRowColor">
202 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <CODE>&nbsp;void</CODE></FONT></TD>
204 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html#setWest(java.lang.Double)">setWest</A></B>(java.lang.Double&nbsp;west)</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 </TABLE>
210 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
211 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
212 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
213 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
214 </TR>
215 <TR BGCOLOR="white" CLASS="TableRowColor">
216 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
217 </TR>
218 </TABLE>
219 &nbsp;
220 <P>
221
222 <!-- ========= CONSTRUCTOR DETAIL ======== -->
223
224 <A NAME="constructor_detail"><!-- --></A>
225 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
226 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
227 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
228 <B>Constructor Detail</B></FONT></TH>
229 </TR>
230 </TABLE>
231
232 <A NAME="BoundingBox()"><!-- --></A><H3>
233 BoundingBox</H3>
234 <PRE>
235 public <B>BoundingBox</B>()</PRE>
236 <DL>
237 </DL>
238 <HR>
239
240 <A NAME="BoundingBox(java.lang.Double, java.lang.Double, java.lang.Double, java.lang.Double)"><!-- --></A><H3>
241 BoundingBox</H3>
242 <PRE>
243 public <B>BoundingBox</B>(java.lang.Double&nbsp;north,
244 java.lang.Double&nbsp;east,
245 java.lang.Double&nbsp;south,
246 java.lang.Double&nbsp;west)</PRE>
247 <DL>
248 </DL>
249
250 <!-- ============ METHOD DETAIL ========== -->
251
252 <A NAME="method_detail"><!-- --></A>
253 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
254 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
255 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
256 <B>Method Detail</B></FONT></TH>
257 </TR>
258 </TABLE>
259
260 <A NAME="isInsideBoundingBox(org.boehn.kmlframework.coordinates.EarthCoordinate)"><!-- --></A><H3>
261 isInsideBoundingBox</H3>
262 <PRE>
263 public boolean <B>isInsideBoundingBox</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</PRE>
264 <DL>
265 <DD><DL>
266 </DL>
267 </DD>
268 </DL>
269 <HR>
270
271 <A NAME="getEast()"><!-- --></A><H3>
272 getEast</H3>
273 <PRE>
274 public java.lang.Double <B>getEast</B>()</PRE>
275 <DL>
276 <DD><DL>
277 </DL>
278 </DD>
279 </DL>
280 <HR>
281
282 <A NAME="setEast(java.lang.Double)"><!-- --></A><H3>
283 setEast</H3>
284 <PRE>
285 public void <B>setEast</B>(java.lang.Double&nbsp;east)</PRE>
286 <DL>
287 <DD><DL>
288 </DL>
289 </DD>
290 </DL>
291 <HR>
292
293 <A NAME="getNorth()"><!-- --></A><H3>
294 getNorth</H3>
295 <PRE>
296 public java.lang.Double <B>getNorth</B>()</PRE>
297 <DL>
298 <DD><DL>
299 </DL>
300 </DD>
301 </DL>
302 <HR>
303
304 <A NAME="setNorth(java.lang.Double)"><!-- --></A><H3>
305 setNorth</H3>
306 <PRE>
307 public void <B>setNorth</B>(java.lang.Double&nbsp;north)</PRE>
308 <DL>
309 <DD><DL>
310 </DL>
311 </DD>
312 </DL>
313 <HR>
314
315 <A NAME="getSouth()"><!-- --></A><H3>
316 getSouth</H3>
317 <PRE>
318 public java.lang.Double <B>getSouth</B>()</PRE>
319 <DL>
320 <DD><DL>
321 </DL>
322 </DD>
323 </DL>
324 <HR>
325
326 <A NAME="setSouth(java.lang.Double)"><!-- --></A><H3>
327 setSouth</H3>
328 <PRE>
329 public void <B>setSouth</B>(java.lang.Double&nbsp;south)</PRE>
330 <DL>
331 <DD><DL>
332 </DL>
333 </DD>
334 </DL>
335 <HR>
336
337 <A NAME="getWest()"><!-- --></A><H3>
338 getWest</H3>
339 <PRE>
340 public java.lang.Double <B>getWest</B>()</PRE>
341 <DL>
342 <DD><DL>
343 </DL>
344 </DD>
345 </DL>
346 <HR>
347
348 <A NAME="setWest(java.lang.Double)"><!-- --></A><H3>
349 setWest</H3>
350 <PRE>
351 public void <B>setWest</B>(java.lang.Double&nbsp;west)</PRE>
352 <DL>
353 <DD><DL>
354 </DL>
355 </DD>
356 </DL>
357 <!-- ========= END OF CLASS DATA ========= -->
358 <HR>
359
360
361 <!-- ======= START OF BOTTOM NAVBAR ====== -->
362 <A NAME="navbar_bottom"><!-- --></A>
363 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
364 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
365 <TR>
366 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
367 <A NAME="navbar_bottom_firstrow"><!-- --></A>
368 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
369 <TR ALIGN="center" VALIGN="top">
370 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
371 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
372 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
373 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BoundingBox.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
374 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
375 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
376 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
377 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
378 </TR>
379 </TABLE>
380 </TD>
381 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
382 </EM>
383 </TD>
384 </TR>
385
386 <TR>
387 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
388 &nbsp;PREV CLASS&nbsp;
389 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
390 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
391 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/BoundingBox.html" target="_top"><B>FRAMES</B></A> &nbsp;
392 &nbsp;<A HREF="BoundingBox.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
393 &nbsp;<SCRIPT type="text/javascript">
394 <!--
395 if(window==top) {
396 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
397 }
398 //-->
399 </SCRIPT>
400 <NOSCRIPT>
401 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
402 </NOSCRIPT>
403
404
405 </FONT></TD>
406 </TR>
407 <TR>
408 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
409 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
410 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
411 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
412 </TR>
413 </TABLE>
414 <A NAME="skip-navbar_bottom"></A>
415 <!-- ======== END OF BOTTOM NAVBAR ======= -->
416
417 <HR>
418
419 </BODY>
420 </HTML>
+0
-459
documentation/javadoc/org/boehn/kmlframework/todo/Button.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Button (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.Button class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Button (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Button.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/Button.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Button.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo</FONT>
88 <BR>
89 Class Button</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.Button</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>Button</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#Button()">Button</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 <TR BGCOLOR="white" CLASS="TableRowColor">
119 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#Button(java.lang.String, java.lang.String)">Button</A></B>(java.lang.String&nbsp;text,
120 java.lang.String&nbsp;url)</CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 <TR BGCOLOR="white" CLASS="TableRowColor">
126 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#Button(java.lang.String, java.lang.String, java.util.Map)">Button</A></B>(java.lang.String&nbsp;text,
127 java.lang.String&nbsp;url,
128 java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;parameters)</CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 <TR BGCOLOR="white" CLASS="TableRowColor">
134 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#Button(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">Button</A></B>(java.lang.String&nbsp;text,
135 java.lang.String&nbsp;url,
136 java.lang.String&nbsp;parameterName,
137 java.lang.String&nbsp;parameterValue)</CODE>
138
139 <BR>
140 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
141 </TR>
142 </TABLE>
143 &nbsp;
144 <!-- ========== METHOD SUMMARY =========== -->
145
146 <A NAME="method_summary"><!-- --></A>
147 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
148 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
149 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
150 <B>Method Summary</B></FONT></TH>
151 </TR>
152 <TR BGCOLOR="white" CLASS="TableRowColor">
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154 <CODE>&nbsp;void</CODE></FONT></TD>
155 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#addParameter(java.lang.String, java.lang.String)">addParameter</A></B>(java.lang.String&nbsp;parameterName,
156 java.lang.String&nbsp;parameterValue)</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#encodeURL(java.lang.String, javax.servlet.http.HttpServletRequest)">encodeURL</A></B>(java.lang.String&nbsp;url,
165 javax.servlet.http.HttpServletRequest&nbsp;request)</CODE>
166
167 <BR>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169 </TR>
170 <TR BGCOLOR="white" CLASS="TableRowColor">
171 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
172 <CODE>&nbsp;java.util.Map&lt;java.lang.String,java.lang.String&gt;</CODE></FONT></TD>
173 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#getParameters()">getParameters</A></B>()</CODE>
174
175 <BR>
176 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
177 </TR>
178 <TR BGCOLOR="white" CLASS="TableRowColor">
179 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
180 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
181 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#getText()">getText</A></B>()</CODE>
182
183 <BR>
184 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
185 </TR>
186 <TR BGCOLOR="white" CLASS="TableRowColor">
187 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
188 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
189 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#getUrl()">getUrl</A></B>()</CODE>
190
191 <BR>
192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
193 </TR>
194 <TR BGCOLOR="white" CLASS="TableRowColor">
195 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
196 <CODE>&nbsp;void</CODE></FONT></TD>
197 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#setParameters(java.util.Map)">setParameters</A></B>(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;parameters)</CODE>
198
199 <BR>
200 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
201 </TR>
202 <TR BGCOLOR="white" CLASS="TableRowColor">
203 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
204 <CODE>&nbsp;void</CODE></FONT></TD>
205 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#setText(java.lang.String)">setText</A></B>(java.lang.String&nbsp;text)</CODE>
206
207 <BR>
208 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
209 </TR>
210 <TR BGCOLOR="white" CLASS="TableRowColor">
211 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
212 <CODE>&nbsp;void</CODE></FONT></TD>
213 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#setUrl(java.lang.String)">setUrl</A></B>(java.lang.String&nbsp;url)</CODE>
214
215 <BR>
216 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
217 </TR>
218 <TR BGCOLOR="white" CLASS="TableRowColor">
219 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
220 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
221 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html#toHtml(org.boehn.kmlframework.kml.Kml)">toHtml</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model)</CODE>
222
223 <BR>
224 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
225 </TR>
226 </TABLE>
227 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
228 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
229 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
230 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
231 </TR>
232 <TR BGCOLOR="white" CLASS="TableRowColor">
233 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
234 </TR>
235 </TABLE>
236 &nbsp;
237 <P>
238
239 <!-- ========= CONSTRUCTOR DETAIL ======== -->
240
241 <A NAME="constructor_detail"><!-- --></A>
242 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
243 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
244 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
245 <B>Constructor Detail</B></FONT></TH>
246 </TR>
247 </TABLE>
248
249 <A NAME="Button()"><!-- --></A><H3>
250 Button</H3>
251 <PRE>
252 public <B>Button</B>()</PRE>
253 <DL>
254 </DL>
255 <HR>
256
257 <A NAME="Button(java.lang.String, java.lang.String)"><!-- --></A><H3>
258 Button</H3>
259 <PRE>
260 public <B>Button</B>(java.lang.String&nbsp;text,
261 java.lang.String&nbsp;url)</PRE>
262 <DL>
263 </DL>
264 <HR>
265
266 <A NAME="Button(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
267 Button</H3>
268 <PRE>
269 public <B>Button</B>(java.lang.String&nbsp;text,
270 java.lang.String&nbsp;url,
271 java.lang.String&nbsp;parameterName,
272 java.lang.String&nbsp;parameterValue)</PRE>
273 <DL>
274 </DL>
275 <HR>
276
277 <A NAME="Button(java.lang.String, java.lang.String, java.util.Map)"><!-- --></A><H3>
278 Button</H3>
279 <PRE>
280 public <B>Button</B>(java.lang.String&nbsp;text,
281 java.lang.String&nbsp;url,
282 java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;parameters)</PRE>
283 <DL>
284 </DL>
285
286 <!-- ============ METHOD DETAIL ========== -->
287
288 <A NAME="method_detail"><!-- --></A>
289 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
290 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
291 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
292 <B>Method Detail</B></FONT></TH>
293 </TR>
294 </TABLE>
295
296 <A NAME="addParameter(java.lang.String, java.lang.String)"><!-- --></A><H3>
297 addParameter</H3>
298 <PRE>
299 public void <B>addParameter</B>(java.lang.String&nbsp;parameterName,
300 java.lang.String&nbsp;parameterValue)</PRE>
301 <DL>
302 <DD><DL>
303 </DL>
304 </DD>
305 </DL>
306 <HR>
307
308 <A NAME="getText()"><!-- --></A><H3>
309 getText</H3>
310 <PRE>
311 public java.lang.String <B>getText</B>()</PRE>
312 <DL>
313 <DD><DL>
314 </DL>
315 </DD>
316 </DL>
317 <HR>
318
319 <A NAME="setText(java.lang.String)"><!-- --></A><H3>
320 setText</H3>
321 <PRE>
322 public void <B>setText</B>(java.lang.String&nbsp;text)</PRE>
323 <DL>
324 <DD><DL>
325 </DL>
326 </DD>
327 </DL>
328 <HR>
329
330 <A NAME="getParameters()"><!-- --></A><H3>
331 getParameters</H3>
332 <PRE>
333 public java.util.Map&lt;java.lang.String,java.lang.String&gt; <B>getParameters</B>()</PRE>
334 <DL>
335 <DD><DL>
336 </DL>
337 </DD>
338 </DL>
339 <HR>
340
341 <A NAME="setParameters(java.util.Map)"><!-- --></A><H3>
342 setParameters</H3>
343 <PRE>
344 public void <B>setParameters</B>(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;parameters)</PRE>
345 <DL>
346 <DD><DL>
347 </DL>
348 </DD>
349 </DL>
350 <HR>
351
352 <A NAME="toHtml(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
353 toHtml</H3>
354 <PRE>
355 public java.lang.String <B>toHtml</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model)</PRE>
356 <DL>
357 <DD><DL>
358 </DL>
359 </DD>
360 </DL>
361 <HR>
362
363 <A NAME="encodeURL(java.lang.String, javax.servlet.http.HttpServletRequest)"><!-- --></A><H3>
364 encodeURL</H3>
365 <PRE>
366 public java.lang.String <B>encodeURL</B>(java.lang.String&nbsp;url,
367 javax.servlet.http.HttpServletRequest&nbsp;request)</PRE>
368 <DL>
369 <DD><DL>
370 </DL>
371 </DD>
372 </DL>
373 <HR>
374
375 <A NAME="getUrl()"><!-- --></A><H3>
376 getUrl</H3>
377 <PRE>
378 public java.lang.String <B>getUrl</B>()</PRE>
379 <DL>
380 <DD><DL>
381 </DL>
382 </DD>
383 </DL>
384 <HR>
385
386 <A NAME="setUrl(java.lang.String)"><!-- --></A><H3>
387 setUrl</H3>
388 <PRE>
389 public void <B>setUrl</B>(java.lang.String&nbsp;url)</PRE>
390 <DL>
391 <DD><DL>
392 </DL>
393 </DD>
394 </DL>
395 <!-- ========= END OF CLASS DATA ========= -->
396 <HR>
397
398
399 <!-- ======= START OF BOTTOM NAVBAR ====== -->
400 <A NAME="navbar_bottom"><!-- --></A>
401 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
402 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
403 <TR>
404 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
405 <A NAME="navbar_bottom_firstrow"><!-- --></A>
406 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
407 <TR ALIGN="center" VALIGN="top">
408 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
409 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
410 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
411 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Button.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
412 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
413 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
414 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
415 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
416 </TR>
417 </TABLE>
418 </TD>
419 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
420 </EM>
421 </TD>
422 </TR>
423
424 <TR>
425 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
426 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
427 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
428 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
429 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/Button.html" target="_top"><B>FRAMES</B></A> &nbsp;
430 &nbsp;<A HREF="Button.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
431 &nbsp;<SCRIPT type="text/javascript">
432 <!--
433 if(window==top) {
434 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
435 }
436 //-->
437 </SCRIPT>
438 <NOSCRIPT>
439 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
440 </NOSCRIPT>
441
442
443 </FONT></TD>
444 </TR>
445 <TR>
446 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
447 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
448 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
449 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
450 </TR>
451 </TABLE>
452 <A NAME="skip-navbar_bottom"></A>
453 <!-- ======== END OF BOTTOM NAVBAR ======= -->
454
455 <HR>
456
457 </BODY>
458 </HTML>
+0
-468
documentation/javadoc/org/boehn/kmlframework/todo/GraphicalModel.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 GraphicalModel (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.GraphicalModel class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="GraphicalModel (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GraphicalModel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/GraphicalModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="GraphicalModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo</FONT>
88 <BR>
89 Class GraphicalModel</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.GraphicalModel</B>
93 </PRE>
94 <DL>
95 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A></DD>
96 </DL>
97 <HR>
98 <DL>
99 <DT><PRE>public class <B>GraphicalModel</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A></DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106
107 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
108
109 <A NAME="constructor_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Constructor Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#GraphicalModel()">GraphicalModel</A></B>()</CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 </TABLE>
122 &nbsp;
123 <!-- ========== METHOD SUMMARY =========== -->
124
125 <A NAME="method_summary"><!-- --></A>
126 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
127 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
128 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
129 <B>Method Summary</B></FONT></TH>
130 </TR>
131 <TR BGCOLOR="white" CLASS="TableRowColor">
132 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
133 <CODE>&nbsp;void</CODE></FONT></TD>
134 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#addGraphicalModelElement(org.boehn.kmlframework.todo.GraphicalModelElement)">addGraphicalModelElement</A></B>(<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>&nbsp;graphicalModelElement)</CODE>
135
136 <BR>
137 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>&nbsp;void</CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
143 <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
144 org.w3c.dom.Document&nbsp;xmlDocument,
145 <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
146 java.lang.Double&nbsp;rotation,
147 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
148 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>&gt;</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#getCoordinates()">getCoordinates</A></B>()</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>&gt;</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#getElements()">getElements</A></B>()</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#getVisibleFrom()">getVisibleFrom</A></B>()</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#getVisibleTo()">getVisibleTo</A></B>()</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>&nbsp;void</CODE></FONT></TD>
188 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#setElements(java.util.Collection)">setElements</A></B>(java.util.Collection&lt;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>&gt;&nbsp;elements)</CODE>
189
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;void</CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#setVisibleFrom(java.lang.Integer)">setVisibleFrom</A></B>(java.lang.Integer&nbsp;visibleFrom)</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 <TR BGCOLOR="white" CLASS="TableRowColor">
202 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <CODE>&nbsp;void</CODE></FONT></TD>
204 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#setVisibleTo(java.lang.Integer)">setVisibleTo</A></B>(java.lang.Integer&nbsp;visibleTo)</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
212 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html#toString()">toString</A></B>()</CODE>
213
214 <BR>
215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216 </TR>
217 </TABLE>
218 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
219 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
220 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
221 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
222 </TR>
223 <TR BGCOLOR="white" CLASS="TableRowColor">
224 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
225 </TR>
226 </TABLE>
227 &nbsp;
228 <P>
229
230 <!-- ========= CONSTRUCTOR DETAIL ======== -->
231
232 <A NAME="constructor_detail"><!-- --></A>
233 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
234 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
235 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
236 <B>Constructor Detail</B></FONT></TH>
237 </TR>
238 </TABLE>
239
240 <A NAME="GraphicalModel()"><!-- --></A><H3>
241 GraphicalModel</H3>
242 <PRE>
243 public <B>GraphicalModel</B>()</PRE>
244 <DL>
245 </DL>
246
247 <!-- ============ METHOD DETAIL ========== -->
248
249 <A NAME="method_detail"><!-- --></A>
250 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
251 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
252 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
253 <B>Method Detail</B></FONT></TH>
254 </TR>
255 </TABLE>
256
257 <A NAME="getElements()"><!-- --></A><H3>
258 getElements</H3>
259 <PRE>
260 public java.util.Collection&lt;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>&gt; <B>getElements</B>()</PRE>
261 <DL>
262 <DD><DL>
263 </DL>
264 </DD>
265 <DD><DL>
266 </DL>
267 </DD>
268 </DL>
269 <HR>
270
271 <A NAME="setElements(java.util.Collection)"><!-- --></A><H3>
272 setElements</H3>
273 <PRE>
274 public void <B>setElements</B>(java.util.Collection&lt;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>&gt;&nbsp;elements)</PRE>
275 <DL>
276 <DD><DL>
277 </DL>
278 </DD>
279 <DD><DL>
280 </DL>
281 </DD>
282 </DL>
283 <HR>
284
285 <A NAME="addGraphicalModelElement(org.boehn.kmlframework.todo.GraphicalModelElement)"><!-- --></A><H3>
286 addGraphicalModelElement</H3>
287 <PRE>
288 public void <B>addGraphicalModelElement</B>(<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>&nbsp;graphicalModelElement)</PRE>
289 <DL>
290 <DD><DL>
291 </DL>
292 </DD>
293 <DD><DL>
294 </DL>
295 </DD>
296 </DL>
297 <HR>
298
299 <A NAME="getVisibleFrom()"><!-- --></A><H3>
300 getVisibleFrom</H3>
301 <PRE>
302 public java.lang.Integer <B>getVisibleFrom</B>()</PRE>
303 <DL>
304 <DD><DL>
305 </DL>
306 </DD>
307 <DD><DL>
308 </DL>
309 </DD>
310 </DL>
311 <HR>
312
313 <A NAME="setVisibleFrom(java.lang.Integer)"><!-- --></A><H3>
314 setVisibleFrom</H3>
315 <PRE>
316 public void <B>setVisibleFrom</B>(java.lang.Integer&nbsp;visibleFrom)</PRE>
317 <DL>
318 <DD><DL>
319 </DL>
320 </DD>
321 <DD><DL>
322 </DL>
323 </DD>
324 </DL>
325 <HR>
326
327 <A NAME="getVisibleTo()"><!-- --></A><H3>
328 getVisibleTo</H3>
329 <PRE>
330 public java.lang.Integer <B>getVisibleTo</B>()</PRE>
331 <DL>
332 <DD><DL>
333 </DL>
334 </DD>
335 <DD><DL>
336 </DL>
337 </DD>
338 </DL>
339 <HR>
340
341 <A NAME="setVisibleTo(java.lang.Integer)"><!-- --></A><H3>
342 setVisibleTo</H3>
343 <PRE>
344 public void <B>setVisibleTo</B>(java.lang.Integer&nbsp;visibleTo)</PRE>
345 <DL>
346 <DD><DL>
347 </DL>
348 </DD>
349 <DD><DL>
350 </DL>
351 </DD>
352 </DL>
353 <HR>
354
355 <A NAME="getCoordinates()"><!-- --></A><H3>
356 getCoordinates</H3>
357 <PRE>
358 public java.util.Collection&lt;<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>&gt; <B>getCoordinates</B>()</PRE>
359 <DL>
360 <DD><DL>
361 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html#getCoordinates()">getCoordinates</A></CODE> in interface <CODE><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A></CODE></DL>
362 </DD>
363 <DD><DL>
364 </DL>
365 </DD>
366 </DL>
367 <HR>
368
369 <A NAME="addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)"><!-- --></A><H3>
370 addKml</H3>
371 <PRE>
372 public void <B>addKml</B>(org.w3c.dom.Element&nbsp;parentElement,
373 <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
374 org.w3c.dom.Document&nbsp;xmlDocument,
375 <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
376 java.lang.Double&nbsp;rotation,
377 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
378 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)
379 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
380 <DL>
381 <DD><DL>
382 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></CODE> in interface <CODE><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A></CODE></DL>
383 </DD>
384 <DD><DL>
385
386 <DT><B>Throws:</B>
387 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
388 </DD>
389 </DL>
390 <HR>
391
392 <A NAME="toString()"><!-- --></A><H3>
393 toString</H3>
394 <PRE>
395 public java.lang.String <B>toString</B>()</PRE>
396 <DL>
397 <DD><DL>
398 <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
399 </DD>
400 <DD><DL>
401 </DL>
402 </DD>
403 </DL>
404 <!-- ========= END OF CLASS DATA ========= -->
405 <HR>
406
407
408 <!-- ======= START OF BOTTOM NAVBAR ====== -->
409 <A NAME="navbar_bottom"><!-- --></A>
410 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
411 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
412 <TR>
413 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
414 <A NAME="navbar_bottom_firstrow"><!-- --></A>
415 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
416 <TR ALIGN="center" VALIGN="top">
417 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
418 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
419 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
420 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GraphicalModel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
421 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
422 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
423 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
424 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
425 </TR>
426 </TABLE>
427 </TD>
428 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
429 </EM>
430 </TD>
431 </TR>
432
433 <TR>
434 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
435 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
436 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
437 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
438 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/GraphicalModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
439 &nbsp;<A HREF="GraphicalModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
440 &nbsp;<SCRIPT type="text/javascript">
441 <!--
442 if(window==top) {
443 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
444 }
445 //-->
446 </SCRIPT>
447 <NOSCRIPT>
448 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
449 </NOSCRIPT>
450
451
452 </FONT></TD>
453 </TR>
454 <TR>
455 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
456 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
457 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
458 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
459 </TR>
460 </TABLE>
461 <A NAME="skip-navbar_bottom"></A>
462 <!-- ======== END OF BOTTOM NAVBAR ======= -->
463
464 <HR>
465
466 </BODY>
467 </HTML>
+0
-240
documentation/javadoc/org/boehn/kmlframework/todo/GraphicalModelElement.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 GraphicalModelElement (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.GraphicalModelElement interface">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="GraphicalModelElement (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GraphicalModelElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/GraphicalModelElement.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="GraphicalModelElement.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo</FONT>
88 <BR>
89 Interface GraphicalModelElement</H2>
90 <DL>
91 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A></DD>
92 </DL>
93 <HR>
94 <DL>
95 <DT><PRE>public interface <B>GraphicalModelElement</B></DL>
96 </PRE>
97
98 <P>
99 <HR>
100
101 <P>
102
103 <!-- ========== METHOD SUMMARY =========== -->
104
105 <A NAME="method_summary"><!-- --></A>
106 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
107 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
108 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
109 <B>Method Summary</B></FONT></TH>
110 </TR>
111 <TR BGCOLOR="white" CLASS="TableRowColor">
112 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
113 <CODE>&nbsp;void</CODE></FONT></TD>
114 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
115 <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
116 org.w3c.dom.Document&nbsp;xmlDocument,
117 <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
118 java.lang.Double&nbsp;rotation,
119 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
120 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 <TR BGCOLOR="white" CLASS="TableRowColor">
126 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
127 <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>&gt;</CODE></FONT></TD>
128 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html#getCoordinates()">getCoordinates</A></B>()</CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <!-- ============ METHOD DETAIL ========== -->
138
139 <A NAME="method_detail"><!-- --></A>
140 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
141 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
142 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
143 <B>Method Detail</B></FONT></TH>
144 </TR>
145 </TABLE>
146
147 <A NAME="getCoordinates()"><!-- --></A><H3>
148 getCoordinates</H3>
149 <PRE>
150 java.util.Collection&lt;<A HREF="../../../../org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>&gt; <B>getCoordinates</B>()</PRE>
151 <DL>
152 <DD><DL>
153 </DL>
154 </DD>
155 </DL>
156 <HR>
157
158 <A NAME="addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate)"><!-- --></A><H3>
159 addKml</H3>
160 <PRE>
161 void <B>addKml</B>(org.w3c.dom.Element&nbsp;parentElement,
162 <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
163 org.w3c.dom.Document&nbsp;xmlDocument,
164 <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate,
165 java.lang.Double&nbsp;rotation,
166 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
167 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)
168 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
169 <DL>
170 <DD><DL>
171
172 <DT><B>Throws:</B>
173 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
174 </DD>
175 </DL>
176 <!-- ========= END OF CLASS DATA ========= -->
177 <HR>
178
179
180 <!-- ======= START OF BOTTOM NAVBAR ====== -->
181 <A NAME="navbar_bottom"><!-- --></A>
182 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
183 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
184 <TR>
185 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
186 <A NAME="navbar_bottom_firstrow"><!-- --></A>
187 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
188 <TR ALIGN="center" VALIGN="top">
189 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
190 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
191 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
192 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GraphicalModelElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
193 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
194 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
195 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
196 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
197 </TR>
198 </TABLE>
199 </TD>
200 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
201 </EM>
202 </TD>
203 </TR>
204
205 <TR>
206 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
207 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
208 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
209 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
210 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/GraphicalModelElement.html" target="_top"><B>FRAMES</B></A> &nbsp;
211 &nbsp;<A HREF="GraphicalModelElement.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
212 &nbsp;<SCRIPT type="text/javascript">
213 <!--
214 if(window==top) {
215 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
216 }
217 //-->
218 </SCRIPT>
219 <NOSCRIPT>
220 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
221 </NOSCRIPT>
222
223
224 </FONT></TD>
225 </TR>
226 <TR>
227 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
228 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
229 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
230 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
231 </TR>
232 </TABLE>
233 <A NAME="skip-navbar_bottom"></A>
234 <!-- ======== END OF BOTTOM NAVBAR ======= -->
235
236 <HR>
237
238 </BODY>
239 </HTML>
+0
-818
documentation/javadoc/org/boehn/kmlframework/todo/MapObject.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 MapObject (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.MapObject class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="MapObject (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MapObject.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/MapObject.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="MapObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo</FONT>
88 <BR>
89 Class MapObject</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.MapObject</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>MapObject</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#MapObject()">MapObject</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 <TR BGCOLOR="white" CLASS="TableRowColor">
119 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#MapObject(org.boehn.kmlframework.todo.MapObjectClass)">MapObject</A></B>(<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>&nbsp;mapObjectClass)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#MapObject(java.lang.String)">MapObject</A></B>(java.lang.String&nbsp;name)</CODE>
126
127 <BR>
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
129 </TR>
130 <TR BGCOLOR="white" CLASS="TableRowColor">
131 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#MapObject(java.lang.String, org.boehn.kmlframework.todo.MapObjectClass)">MapObject</A></B>(java.lang.String&nbsp;name,
132 <A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>&nbsp;mapObjectClass)</CODE>
133
134 <BR>
135 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
136 </TR>
137 </TABLE>
138 &nbsp;
139 <!-- ========== METHOD SUMMARY =========== -->
140
141 <A NAME="method_summary"><!-- --></A>
142 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
143 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
144 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
145 <B>Method Summary</B></FONT></TH>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <CODE>&nbsp;void</CODE></FONT></TD>
150 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#addButton(org.boehn.kmlframework.todo.Button)">addButton</A></B>(<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>&nbsp;button)</CODE>
151
152 <BR>
153 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <CODE>&nbsp;void</CODE></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#addButtons(java.util.List)">addButtons</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>&gt;&nbsp;buttons)</CODE>
159
160 <BR>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165 <CODE>&nbsp;void</CODE></FONT></TD>
166 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
167 <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
168 org.w3c.dom.Document&nbsp;xmlDocument)</CODE>
169
170 <BR>
171 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
172 </TR>
173 <TR BGCOLOR="white" CLASS="TableRowColor">
174 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175 <CODE>&nbsp;void</CODE></FONT></TD>
176 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#addKml(org.boehn.kmlframework.kml.Kml, java.io.PrintWriter)">addKml</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kmlDocument,
177 java.io.PrintWriter&nbsp;printWriter)</CODE>
178
179 <BR>
180 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
181 </TR>
182 <TR BGCOLOR="white" CLASS="TableRowColor">
183 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184 <CODE>&nbsp;void</CODE></FONT></TD>
185 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#addMovement(org.boehn.kmlframework.coordinates.TimeAndPlace)">addMovement</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>&nbsp;movement)</CODE>
186
187 <BR>
188 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
189 </TR>
190 <TR BGCOLOR="white" CLASS="TableRowColor">
191 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
192 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
193 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getDescription()">getDescription</A></B>()</CODE>
194
195 <BR>
196 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
201 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getDescriptionTextWithButtons(org.boehn.kmlframework.kml.Kml)">getDescriptionTextWithButtons</A></B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model)</CODE>
202
203 <BR>
204 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
205 </TR>
206 <TR BGCOLOR="white" CLASS="TableRowColor">
207 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></CODE></FONT></TD>
209 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getLocalReferenceCoordinate()">getLocalReferenceCoordinate</A></B>()</CODE>
210
211 <BR>
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
213 </TR>
214 <TR BGCOLOR="white" CLASS="TableRowColor">
215 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A></CODE></FONT></TD>
217 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getLocation()">getLocation</A></B>()</CODE>
218
219 <BR>
220 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
221 </TR>
222 <TR BGCOLOR="white" CLASS="TableRowColor">
223 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
224 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A></CODE></FONT></TD>
225 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getMapObjectClass()">getMapObjectClass</A></B>()</CODE>
226
227 <BR>
228 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
229 </TR>
230 <TR BGCOLOR="white" CLASS="TableRowColor">
231 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>&gt;</CODE></FONT></TD>
233 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getMovements()">getMovements</A></B>()</CODE>
234
235 <BR>
236 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
237 </TR>
238 <TR BGCOLOR="white" CLASS="TableRowColor">
239 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
240 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
241 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getName()">getName</A></B>()</CODE>
242
243 <BR>
244 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
245 </TR>
246 <TR BGCOLOR="white" CLASS="TableRowColor">
247 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248 <CODE>&nbsp;java.lang.Double</CODE></FONT></TD>
249 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getRotation()">getRotation</A></B>()</CODE>
250
251 <BR>
252 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
253 </TR>
254 <TR BGCOLOR="white" CLASS="TableRowColor">
255 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
256 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A></CODE></FONT></TD>
257 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getScale()">getScale</A></B>()</CODE>
258
259 <BR>
260 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
261 </TR>
262 <TR BGCOLOR="white" CLASS="TableRowColor">
263 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
264 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
265 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getSnippet()">getSnippet</A></B>()</CODE>
266
267 <BR>
268 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
269 </TR>
270 <TR BGCOLOR="white" CLASS="TableRowColor">
271 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
272 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
273 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#getVisibility()">getVisibility</A></B>()</CODE>
274
275 <BR>
276 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
277 </TR>
278 <TR BGCOLOR="white" CLASS="TableRowColor">
279 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
280 <CODE>&nbsp;void</CODE></FONT></TD>
281 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setButtons(java.util.List)">setButtons</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>&gt;&nbsp;buttons)</CODE>
282
283 <BR>
284 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
285 </TR>
286 <TR BGCOLOR="white" CLASS="TableRowColor">
287 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
288 <CODE>&nbsp;void</CODE></FONT></TD>
289 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setDescription(java.lang.String)">setDescription</A></B>(java.lang.String&nbsp;description)</CODE>
290
291 <BR>
292 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
293 </TR>
294 <TR BGCOLOR="white" CLASS="TableRowColor">
295 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
296 <CODE>&nbsp;void</CODE></FONT></TD>
297 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setLocalReferenceCoordinate(org.boehn.kmlframework.coordinates.CartesianCoordinate)">setLocalReferenceCoordinate</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate)</CODE>
298
299 <BR>
300 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
301 </TR>
302 <TR BGCOLOR="white" CLASS="TableRowColor">
303 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
304 <CODE>&nbsp;void</CODE></FONT></TD>
305 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setLocation(org.boehn.kmlframework.coordinates.EarthCoordinate)">setLocation</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</CODE>
306
307 <BR>
308 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
309 </TR>
310 <TR BGCOLOR="white" CLASS="TableRowColor">
311 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
312 <CODE>&nbsp;void</CODE></FONT></TD>
313 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setMapObjectClass(org.boehn.kmlframework.todo.MapObjectClass)">setMapObjectClass</A></B>(<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>&nbsp;mapObjectClass)</CODE>
314
315 <BR>
316 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
317 </TR>
318 <TR BGCOLOR="white" CLASS="TableRowColor">
319 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
320 <CODE>&nbsp;void</CODE></FONT></TD>
321 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setMovements(java.util.List)">setMovements</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>&gt;&nbsp;movements)</CODE>
322
323 <BR>
324 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
325 </TR>
326 <TR BGCOLOR="white" CLASS="TableRowColor">
327 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
328 <CODE>&nbsp;void</CODE></FONT></TD>
329 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;name)</CODE>
330
331 <BR>
332 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
333 </TR>
334 <TR BGCOLOR="white" CLASS="TableRowColor">
335 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
336 <CODE>&nbsp;void</CODE></FONT></TD>
337 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setRotation(java.lang.Double)">setRotation</A></B>(java.lang.Double&nbsp;rotation)</CODE>
338
339 <BR>
340 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
341 </TR>
342 <TR BGCOLOR="white" CLASS="TableRowColor">
343 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
344 <CODE>&nbsp;void</CODE></FONT></TD>
345 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setScale(org.boehn.kmlframework.coordinates.CartesianCoordinate)">setScale</A></B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</CODE>
346
347 <BR>
348 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
349 </TR>
350 <TR BGCOLOR="white" CLASS="TableRowColor">
351 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
352 <CODE>&nbsp;void</CODE></FONT></TD>
353 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setSnippet(java.lang.String)">setSnippet</A></B>(java.lang.String&nbsp;snippet)</CODE>
354
355 <BR>
356 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
357 </TR>
358 <TR BGCOLOR="white" CLASS="TableRowColor">
359 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
360 <CODE>&nbsp;void</CODE></FONT></TD>
361 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#setVisibility(java.lang.Boolean)">setVisibility</A></B>(java.lang.Boolean&nbsp;visibility)</CODE>
362
363 <BR>
364 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
365 </TR>
366 <TR BGCOLOR="white" CLASS="TableRowColor">
367 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
368 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
369 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html#toString()">toString</A></B>()</CODE>
370
371 <BR>
372 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
373 </TR>
374 </TABLE>
375 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
376 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
377 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
378 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
379 </TR>
380 <TR BGCOLOR="white" CLASS="TableRowColor">
381 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
382 </TR>
383 </TABLE>
384 &nbsp;
385 <P>
386
387 <!-- ========= CONSTRUCTOR DETAIL ======== -->
388
389 <A NAME="constructor_detail"><!-- --></A>
390 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
391 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
392 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
393 <B>Constructor Detail</B></FONT></TH>
394 </TR>
395 </TABLE>
396
397 <A NAME="MapObject()"><!-- --></A><H3>
398 MapObject</H3>
399 <PRE>
400 public <B>MapObject</B>()</PRE>
401 <DL>
402 </DL>
403 <HR>
404
405 <A NAME="MapObject(java.lang.String)"><!-- --></A><H3>
406 MapObject</H3>
407 <PRE>
408 public <B>MapObject</B>(java.lang.String&nbsp;name)</PRE>
409 <DL>
410 </DL>
411 <HR>
412
413 <A NAME="MapObject(org.boehn.kmlframework.todo.MapObjectClass)"><!-- --></A><H3>
414 MapObject</H3>
415 <PRE>
416 public <B>MapObject</B>(<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>&nbsp;mapObjectClass)</PRE>
417 <DL>
418 </DL>
419 <HR>
420
421 <A NAME="MapObject(java.lang.String, org.boehn.kmlframework.todo.MapObjectClass)"><!-- --></A><H3>
422 MapObject</H3>
423 <PRE>
424 public <B>MapObject</B>(java.lang.String&nbsp;name,
425 <A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>&nbsp;mapObjectClass)</PRE>
426 <DL>
427 </DL>
428
429 <!-- ============ METHOD DETAIL ========== -->
430
431 <A NAME="method_detail"><!-- --></A>
432 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
433 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
434 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
435 <B>Method Detail</B></FONT></TH>
436 </TR>
437 </TABLE>
438
439 <A NAME="getMapObjectClass()"><!-- --></A><H3>
440 getMapObjectClass</H3>
441 <PRE>
442 public <A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A> <B>getMapObjectClass</B>()</PRE>
443 <DL>
444 <DD><DL>
445 </DL>
446 </DD>
447 </DL>
448 <HR>
449
450 <A NAME="setMapObjectClass(org.boehn.kmlframework.todo.MapObjectClass)"><!-- --></A><H3>
451 setMapObjectClass</H3>
452 <PRE>
453 public void <B>setMapObjectClass</B>(<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>&nbsp;mapObjectClass)</PRE>
454 <DL>
455 <DD><DL>
456 </DL>
457 </DD>
458 </DL>
459 <HR>
460
461 <A NAME="getLocalReferenceCoordinate()"><!-- --></A><H3>
462 getLocalReferenceCoordinate</H3>
463 <PRE>
464 public <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A> <B>getLocalReferenceCoordinate</B>()</PRE>
465 <DL>
466 <DD><DL>
467 </DL>
468 </DD>
469 </DL>
470 <HR>
471
472 <A NAME="setLocalReferenceCoordinate(org.boehn.kmlframework.coordinates.CartesianCoordinate)"><!-- --></A><H3>
473 setLocalReferenceCoordinate</H3>
474 <PRE>
475 public void <B>setLocalReferenceCoordinate</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate)</PRE>
476 <DL>
477 <DD><DL>
478 </DL>
479 </DD>
480 </DL>
481 <HR>
482
483 <A NAME="getRotation()"><!-- --></A><H3>
484 getRotation</H3>
485 <PRE>
486 public java.lang.Double <B>getRotation</B>()</PRE>
487 <DL>
488 <DD><DL>
489 </DL>
490 </DD>
491 </DL>
492 <HR>
493
494 <A NAME="setRotation(java.lang.Double)"><!-- --></A><H3>
495 setRotation</H3>
496 <PRE>
497 public void <B>setRotation</B>(java.lang.Double&nbsp;rotation)</PRE>
498 <DL>
499 <DD><DL>
500 </DL>
501 </DD>
502 </DL>
503 <HR>
504
505 <A NAME="getScale()"><!-- --></A><H3>
506 getScale</H3>
507 <PRE>
508 public <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A> <B>getScale</B>()</PRE>
509 <DL>
510 <DD><DL>
511 </DL>
512 </DD>
513 </DL>
514 <HR>
515
516 <A NAME="setScale(org.boehn.kmlframework.coordinates.CartesianCoordinate)"><!-- --></A><H3>
517 setScale</H3>
518 <PRE>
519 public void <B>setScale</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale)</PRE>
520 <DL>
521 <DD><DL>
522 </DL>
523 </DD>
524 </DL>
525 <HR>
526
527 <A NAME="getVisibility()"><!-- --></A><H3>
528 getVisibility</H3>
529 <PRE>
530 public java.lang.Boolean <B>getVisibility</B>()</PRE>
531 <DL>
532 <DD><DL>
533 </DL>
534 </DD>
535 </DL>
536 <HR>
537
538 <A NAME="setVisibility(java.lang.Boolean)"><!-- --></A><H3>
539 setVisibility</H3>
540 <PRE>
541 public void <B>setVisibility</B>(java.lang.Boolean&nbsp;visibility)</PRE>
542 <DL>
543 <DD><DL>
544 </DL>
545 </DD>
546 </DL>
547 <HR>
548
549 <A NAME="setButtons(java.util.List)"><!-- --></A><H3>
550 setButtons</H3>
551 <PRE>
552 public void <B>setButtons</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>&gt;&nbsp;buttons)</PRE>
553 <DL>
554 <DD><DL>
555 </DL>
556 </DD>
557 </DL>
558 <HR>
559
560 <A NAME="addButton(org.boehn.kmlframework.todo.Button)"><!-- --></A><H3>
561 addButton</H3>
562 <PRE>
563 public void <B>addButton</B>(<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>&nbsp;button)</PRE>
564 <DL>
565 <DD><DL>
566 </DL>
567 </DD>
568 </DL>
569 <HR>
570
571 <A NAME="addButtons(java.util.List)"><!-- --></A><H3>
572 addButtons</H3>
573 <PRE>
574 public void <B>addButtons</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>&gt;&nbsp;buttons)</PRE>
575 <DL>
576 <DD><DL>
577 </DL>
578 </DD>
579 </DL>
580 <HR>
581
582 <A NAME="getDescription()"><!-- --></A><H3>
583 getDescription</H3>
584 <PRE>
585 public java.lang.String <B>getDescription</B>()</PRE>
586 <DL>
587 <DD><DL>
588 </DL>
589 </DD>
590 </DL>
591 <HR>
592
593 <A NAME="setDescription(java.lang.String)"><!-- --></A><H3>
594 setDescription</H3>
595 <PRE>
596 public void <B>setDescription</B>(java.lang.String&nbsp;description)</PRE>
597 <DL>
598 <DD><DL>
599 </DL>
600 </DD>
601 </DL>
602 <HR>
603
604 <A NAME="getDescriptionTextWithButtons(org.boehn.kmlframework.kml.Kml)"><!-- --></A><H3>
605 getDescriptionTextWithButtons</H3>
606 <PRE>
607 public java.lang.String <B>getDescriptionTextWithButtons</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model)</PRE>
608 <DL>
609 <DD><DL>
610 </DL>
611 </DD>
612 </DL>
613 <HR>
614
615 <A NAME="getLocation()"><!-- --></A><H3>
616 getLocation</H3>
617 <PRE>
618 public <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A> <B>getLocation</B>()</PRE>
619 <DL>
620 <DD><DL>
621 </DL>
622 </DD>
623 </DL>
624 <HR>
625
626 <A NAME="setLocation(org.boehn.kmlframework.coordinates.EarthCoordinate)"><!-- --></A><H3>
627 setLocation</H3>
628 <PRE>
629 public void <B>setLocation</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</PRE>
630 <DL>
631 <DD><DL>
632 </DL>
633 </DD>
634 </DL>
635 <HR>
636
637 <A NAME="getName()"><!-- --></A><H3>
638 getName</H3>
639 <PRE>
640 public java.lang.String <B>getName</B>()</PRE>
641 <DL>
642 <DD><DL>
643 </DL>
644 </DD>
645 </DL>
646 <HR>
647
648 <A NAME="setName(java.lang.String)"><!-- --></A><H3>
649 setName</H3>
650 <PRE>
651 public void <B>setName</B>(java.lang.String&nbsp;name)</PRE>
652 <DL>
653 <DD><DL>
654 </DL>
655 </DD>
656 </DL>
657 <HR>
658
659 <A NAME="getSnippet()"><!-- --></A><H3>
660 getSnippet</H3>
661 <PRE>
662 public java.lang.String <B>getSnippet</B>()</PRE>
663 <DL>
664 <DD><DL>
665 </DL>
666 </DD>
667 </DL>
668 <HR>
669
670 <A NAME="setSnippet(java.lang.String)"><!-- --></A><H3>
671 setSnippet</H3>
672 <PRE>
673 public void <B>setSnippet</B>(java.lang.String&nbsp;snippet)</PRE>
674 <DL>
675 <DD><DL>
676 </DL>
677 </DD>
678 </DL>
679 <HR>
680
681 <A NAME="addKml(org.boehn.kmlframework.kml.Kml, java.io.PrintWriter)"><!-- --></A><H3>
682 addKml</H3>
683 <PRE>
684 public void <B>addKml</B>(<A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;kmlDocument,
685 java.io.PrintWriter&nbsp;printWriter)</PRE>
686 <DL>
687 <DD><DL>
688 </DL>
689 </DD>
690 </DL>
691 <HR>
692
693 <A NAME="addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)"><!-- --></A><H3>
694 addKml</H3>
695 <PRE>
696 public void <B>addKml</B>(org.w3c.dom.Element&nbsp;parentElement,
697 <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
698 org.w3c.dom.Document&nbsp;xmlDocument)
699 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
700 <DL>
701 <DD><DL>
702
703 <DT><B>Throws:</B>
704 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
705 </DD>
706 </DL>
707 <HR>
708
709 <A NAME="getMovements()"><!-- --></A><H3>
710 getMovements</H3>
711 <PRE>
712 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>&gt; <B>getMovements</B>()</PRE>
713 <DL>
714 <DD><DL>
715 </DL>
716 </DD>
717 </DL>
718 <HR>
719
720 <A NAME="setMovements(java.util.List)"><!-- --></A><H3>
721 setMovements</H3>
722 <PRE>
723 public void <B>setMovements</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>&gt;&nbsp;movements)</PRE>
724 <DL>
725 <DD><DL>
726 </DL>
727 </DD>
728 </DL>
729 <HR>
730
731 <A NAME="addMovement(org.boehn.kmlframework.coordinates.TimeAndPlace)"><!-- --></A><H3>
732 addMovement</H3>
733 <PRE>
734 public void <B>addMovement</B>(<A HREF="../../../../org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates">TimeAndPlace</A>&nbsp;movement)</PRE>
735 <DL>
736 <DD><DL>
737 </DL>
738 </DD>
739 </DL>
740 <HR>
741
742 <A NAME="toString()"><!-- --></A><H3>
743 toString</H3>
744 <PRE>
745 public java.lang.String <B>toString</B>()</PRE>
746 <DL>
747 <DD><DL>
748 <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
749 </DD>
750 <DD><DL>
751 </DL>
752 </DD>
753 </DL>
754 <!-- ========= END OF CLASS DATA ========= -->
755 <HR>
756
757
758 <!-- ======= START OF BOTTOM NAVBAR ====== -->
759 <A NAME="navbar_bottom"><!-- --></A>
760 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
761 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
762 <TR>
763 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
764 <A NAME="navbar_bottom_firstrow"><!-- --></A>
765 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
766 <TR ALIGN="center" VALIGN="top">
767 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
768 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
769 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
770 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MapObject.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
771 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
772 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
773 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
774 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
775 </TR>
776 </TABLE>
777 </TD>
778 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
779 </EM>
780 </TD>
781 </TR>
782
783 <TR>
784 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
785 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
786 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
787 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
788 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/MapObject.html" target="_top"><B>FRAMES</B></A> &nbsp;
789 &nbsp;<A HREF="MapObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
790 &nbsp;<SCRIPT type="text/javascript">
791 <!--
792 if(window==top) {
793 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
794 }
795 //-->
796 </SCRIPT>
797 <NOSCRIPT>
798 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
799 </NOSCRIPT>
800
801
802 </FONT></TD>
803 </TR>
804 <TR>
805 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
806 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
807 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
808 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
809 </TR>
810 </TABLE>
811 <A NAME="skip-navbar_bottom"></A>
812 <!-- ======== END OF BOTTOM NAVBAR ======= -->
813
814 <HR>
815
816 </BODY>
817 </HTML>
+0
-689
documentation/javadoc/org/boehn/kmlframework/todo/MapObjectClass.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 MapObjectClass (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.MapObjectClass class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="MapObjectClass (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MapObjectClass.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/MapObjectClass.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="MapObjectClass.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo</FONT>
88 <BR>
89 Class MapObjectClass</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.MapObjectClass</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>MapObjectClass</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#MapObjectClass(java.lang.String)">MapObjectClass</A></B>(java.lang.String&nbsp;className)</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 </TABLE>
119 &nbsp;
120 <!-- ========== METHOD SUMMARY =========== -->
121
122 <A NAME="method_summary"><!-- --></A>
123 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
125 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
126 <B>Method Summary</B></FONT></TH>
127 </TR>
128 <TR BGCOLOR="white" CLASS="TableRowColor">
129 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130 <CODE>&nbsp;void</CODE></FONT></TD>
131 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#addKml(org.boehn.kmlframework.todo.MapObject, org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate, java.lang.String)">addKml</A></B>(<A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>&nbsp;mapObject,
132 org.w3c.dom.Element&nbsp;parentElement,
133 <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
134 org.w3c.dom.Document&nbsp;xmlDocument,
135 <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
136 java.lang.Double&nbsp;rotation,
137 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
138 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale,
139 java.lang.String&nbsp;name)</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;void</CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#addModel(org.boehn.kmlframework.todo.GraphicalModel)">addModel</A></B>(<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&nbsp;model)</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 <TR BGCOLOR="white" CLASS="TableRowColor">
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154 <CODE>&nbsp;void</CODE></FONT></TD>
155 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#addModels(java.util.List)">addModels</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&gt;&nbsp;models)</CODE>
156
157 <BR>
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
163 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getClassName()">getClassName</A></B>()</CODE>
164
165 <BR>
166 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&gt;</CODE></FONT></TD>
171 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getModels()">getModels</A></B>()</CODE>
172
173 <BR>
174 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
175 </TR>
176 <TR BGCOLOR="white" CLASS="TableRowColor">
177 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178 <CODE>&nbsp;boolean</CODE></FONT></TD>
179 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getShowModels()">getShowModels</A></B>()</CODE>
180
181 <BR>
182 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183 </TR>
184 <TR BGCOLOR="white" CLASS="TableRowColor">
185 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186 <CODE>&nbsp;boolean</CODE></FONT></TD>
187 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getShowTail()">getShowTail</A></B>()</CODE>
188
189 <BR>
190 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
191 </TR>
192 <TR BGCOLOR="white" CLASS="TableRowColor">
193 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
195 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getStyleUrl()">getStyleUrl</A></B>()</CODE>
196
197 <BR>
198 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
199 </TR>
200 <TR BGCOLOR="white" CLASS="TableRowColor">
201 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
202 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
203 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getTailHistoryLimit()">getTailHistoryLimit</A></B>()</CODE>
204
205 <BR>
206 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
207 </TR>
208 <TR BGCOLOR="white" CLASS="TableRowColor">
209 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
210 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
211 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getTailVisibleFrom()">getTailVisibleFrom</A></B>()</CODE>
212
213 <BR>
214 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
215 </TR>
216 <TR BGCOLOR="white" CLASS="TableRowColor">
217 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
218 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
219 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getTailVisibleTo()">getTailVisibleTo</A></B>()</CODE>
220
221 <BR>
222 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
223 </TR>
224 <TR BGCOLOR="white" CLASS="TableRowColor">
225 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
226 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
227 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getVisibleFrom()">getVisibleFrom</A></B>()</CODE>
228
229 <BR>
230 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
231 </TR>
232 <TR BGCOLOR="white" CLASS="TableRowColor">
233 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
234 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
235 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getVisibleTo()">getVisibleTo</A></B>()</CODE>
236
237 <BR>
238 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
239 </TR>
240 <TR BGCOLOR="white" CLASS="TableRowColor">
241 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
242 <CODE>&nbsp;void</CODE></FONT></TD>
243 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#setClassName(java.lang.String)">setClassName</A></B>(java.lang.String&nbsp;className)</CODE>
244
245 <BR>
246 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
247 </TR>
248 <TR BGCOLOR="white" CLASS="TableRowColor">
249 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
250 <CODE>&nbsp;void</CODE></FONT></TD>
251 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#setModels(java.util.List)">setModels</A></B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&gt;&nbsp;models)</CODE>
252
253 <BR>
254 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
255 </TR>
256 <TR BGCOLOR="white" CLASS="TableRowColor">
257 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
258 <CODE>&nbsp;void</CODE></FONT></TD>
259 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#setShowModels(boolean)">setShowModels</A></B>(boolean&nbsp;showModel)</CODE>
260
261 <BR>
262 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
266 <CODE>&nbsp;void</CODE></FONT></TD>
267 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#setShowTail(boolean)">setShowTail</A></B>(boolean&nbsp;showTail)</CODE>
268
269 <BR>
270 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
271 </TR>
272 <TR BGCOLOR="white" CLASS="TableRowColor">
273 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
274 <CODE>&nbsp;void</CODE></FONT></TD>
275 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#setTailHistoryLimit(java.lang.Integer)">setTailHistoryLimit</A></B>(java.lang.Integer&nbsp;tailHistoryLimit)</CODE>
276
277 <BR>
278 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
279 </TR>
280 <TR BGCOLOR="white" CLASS="TableRowColor">
281 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
282 <CODE>&nbsp;void</CODE></FONT></TD>
283 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#setTailVisibleFrom(java.lang.Integer)">setTailVisibleFrom</A></B>(java.lang.Integer&nbsp;tailVisibleFrom)</CODE>
284
285 <BR>
286 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
287 </TR>
288 <TR BGCOLOR="white" CLASS="TableRowColor">
289 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
290 <CODE>&nbsp;void</CODE></FONT></TD>
291 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#setTailVisibleTo(java.lang.Integer)">setTailVisibleTo</A></B>(java.lang.Integer&nbsp;tailVisibleTo)</CODE>
292
293 <BR>
294 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
295 </TR>
296 <TR BGCOLOR="white" CLASS="TableRowColor">
297 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
298 <CODE>&nbsp;void</CODE></FONT></TD>
299 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#setVisibleFrom(java.lang.Integer)">setVisibleFrom</A></B>(java.lang.Integer&nbsp;visibleFrom)</CODE>
300
301 <BR>
302 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
303 </TR>
304 <TR BGCOLOR="white" CLASS="TableRowColor">
305 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
306 <CODE>&nbsp;void</CODE></FONT></TD>
307 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#setVisibleTo(java.lang.Integer)">setVisibleTo</A></B>(java.lang.Integer&nbsp;visibleTo)</CODE>
308
309 <BR>
310 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
311 </TR>
312 <TR BGCOLOR="white" CLASS="TableRowColor">
313 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
314 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
315 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html#toString()">toString</A></B>()</CODE>
316
317 <BR>
318 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
319 </TR>
320 </TABLE>
321 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
322 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
323 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
324 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
325 </TR>
326 <TR BGCOLOR="white" CLASS="TableRowColor">
327 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
328 </TR>
329 </TABLE>
330 &nbsp;
331 <P>
332
333 <!-- ========= CONSTRUCTOR DETAIL ======== -->
334
335 <A NAME="constructor_detail"><!-- --></A>
336 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
337 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
338 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
339 <B>Constructor Detail</B></FONT></TH>
340 </TR>
341 </TABLE>
342
343 <A NAME="MapObjectClass(java.lang.String)"><!-- --></A><H3>
344 MapObjectClass</H3>
345 <PRE>
346 public <B>MapObjectClass</B>(java.lang.String&nbsp;className)</PRE>
347 <DL>
348 </DL>
349
350 <!-- ============ METHOD DETAIL ========== -->
351
352 <A NAME="method_detail"><!-- --></A>
353 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
354 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
355 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
356 <B>Method Detail</B></FONT></TH>
357 </TR>
358 </TABLE>
359
360 <A NAME="getClassName()"><!-- --></A><H3>
361 getClassName</H3>
362 <PRE>
363 public java.lang.String <B>getClassName</B>()</PRE>
364 <DL>
365 <DD><DL>
366 </DL>
367 </DD>
368 </DL>
369 <HR>
370
371 <A NAME="setClassName(java.lang.String)"><!-- --></A><H3>
372 setClassName</H3>
373 <PRE>
374 public void <B>setClassName</B>(java.lang.String&nbsp;className)</PRE>
375 <DL>
376 <DD><DL>
377 </DL>
378 </DD>
379 </DL>
380 <HR>
381
382 <A NAME="getModels()"><!-- --></A><H3>
383 getModels</H3>
384 <PRE>
385 public java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&gt; <B>getModels</B>()</PRE>
386 <DL>
387 <DD><DL>
388 </DL>
389 </DD>
390 </DL>
391 <HR>
392
393 <A NAME="setModels(java.util.List)"><!-- --></A><H3>
394 setModels</H3>
395 <PRE>
396 public void <B>setModels</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&gt;&nbsp;models)</PRE>
397 <DL>
398 <DD><DL>
399 </DL>
400 </DD>
401 </DL>
402 <HR>
403
404 <A NAME="addModel(org.boehn.kmlframework.todo.GraphicalModel)"><!-- --></A><H3>
405 addModel</H3>
406 <PRE>
407 public void <B>addModel</B>(<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&nbsp;model)</PRE>
408 <DL>
409 <DD><DL>
410 </DL>
411 </DD>
412 </DL>
413 <HR>
414
415 <A NAME="addModels(java.util.List)"><!-- --></A><H3>
416 addModels</H3>
417 <PRE>
418 public void <B>addModels</B>(java.util.List&lt;<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&gt;&nbsp;models)</PRE>
419 <DL>
420 <DD><DL>
421 </DL>
422 </DD>
423 </DL>
424 <HR>
425
426 <A NAME="getVisibleFrom()"><!-- --></A><H3>
427 getVisibleFrom</H3>
428 <PRE>
429 public java.lang.Integer <B>getVisibleFrom</B>()</PRE>
430 <DL>
431 <DD><DL>
432 </DL>
433 </DD>
434 </DL>
435 <HR>
436
437 <A NAME="setVisibleFrom(java.lang.Integer)"><!-- --></A><H3>
438 setVisibleFrom</H3>
439 <PRE>
440 public void <B>setVisibleFrom</B>(java.lang.Integer&nbsp;visibleFrom)</PRE>
441 <DL>
442 <DD><DL>
443 </DL>
444 </DD>
445 </DL>
446 <HR>
447
448 <A NAME="getVisibleTo()"><!-- --></A><H3>
449 getVisibleTo</H3>
450 <PRE>
451 public java.lang.Integer <B>getVisibleTo</B>()</PRE>
452 <DL>
453 <DD><DL>
454 </DL>
455 </DD>
456 </DL>
457 <HR>
458
459 <A NAME="setVisibleTo(java.lang.Integer)"><!-- --></A><H3>
460 setVisibleTo</H3>
461 <PRE>
462 public void <B>setVisibleTo</B>(java.lang.Integer&nbsp;visibleTo)</PRE>
463 <DL>
464 <DD><DL>
465 </DL>
466 </DD>
467 </DL>
468 <HR>
469
470 <A NAME="getStyleUrl()"><!-- --></A><H3>
471 getStyleUrl</H3>
472 <PRE>
473 public java.lang.String <B>getStyleUrl</B>()</PRE>
474 <DL>
475 <DD><DL>
476 </DL>
477 </DD>
478 </DL>
479 <HR>
480
481 <A NAME="getShowModels()"><!-- --></A><H3>
482 getShowModels</H3>
483 <PRE>
484 public boolean <B>getShowModels</B>()</PRE>
485 <DL>
486 <DD><DL>
487 </DL>
488 </DD>
489 </DL>
490 <HR>
491
492 <A NAME="setShowModels(boolean)"><!-- --></A><H3>
493 setShowModels</H3>
494 <PRE>
495 public void <B>setShowModels</B>(boolean&nbsp;showModel)</PRE>
496 <DL>
497 <DD><DL>
498 </DL>
499 </DD>
500 </DL>
501 <HR>
502
503 <A NAME="getShowTail()"><!-- --></A><H3>
504 getShowTail</H3>
505 <PRE>
506 public boolean <B>getShowTail</B>()</PRE>
507 <DL>
508 <DD><DL>
509 </DL>
510 </DD>
511 </DL>
512 <HR>
513
514 <A NAME="setShowTail(boolean)"><!-- --></A><H3>
515 setShowTail</H3>
516 <PRE>
517 public void <B>setShowTail</B>(boolean&nbsp;showTail)</PRE>
518 <DL>
519 <DD><DL>
520 </DL>
521 </DD>
522 </DL>
523 <HR>
524
525 <A NAME="getTailVisibleFrom()"><!-- --></A><H3>
526 getTailVisibleFrom</H3>
527 <PRE>
528 public java.lang.Integer <B>getTailVisibleFrom</B>()</PRE>
529 <DL>
530 <DD><DL>
531 </DL>
532 </DD>
533 </DL>
534 <HR>
535
536 <A NAME="setTailVisibleFrom(java.lang.Integer)"><!-- --></A><H3>
537 setTailVisibleFrom</H3>
538 <PRE>
539 public void <B>setTailVisibleFrom</B>(java.lang.Integer&nbsp;tailVisibleFrom)</PRE>
540 <DL>
541 <DD><DL>
542 </DL>
543 </DD>
544 </DL>
545 <HR>
546
547 <A NAME="getTailVisibleTo()"><!-- --></A><H3>
548 getTailVisibleTo</H3>
549 <PRE>
550 public java.lang.Integer <B>getTailVisibleTo</B>()</PRE>
551 <DL>
552 <DD><DL>
553 </DL>
554 </DD>
555 </DL>
556 <HR>
557
558 <A NAME="setTailVisibleTo(java.lang.Integer)"><!-- --></A><H3>
559 setTailVisibleTo</H3>
560 <PRE>
561 public void <B>setTailVisibleTo</B>(java.lang.Integer&nbsp;tailVisibleTo)</PRE>
562 <DL>
563 <DD><DL>
564 </DL>
565 </DD>
566 </DL>
567 <HR>
568
569 <A NAME="getTailHistoryLimit()"><!-- --></A><H3>
570 getTailHistoryLimit</H3>
571 <PRE>
572 public java.lang.Integer <B>getTailHistoryLimit</B>()</PRE>
573 <DL>
574 <DD><DL>
575 </DL>
576 </DD>
577 </DL>
578 <HR>
579
580 <A NAME="setTailHistoryLimit(java.lang.Integer)"><!-- --></A><H3>
581 setTailHistoryLimit</H3>
582 <PRE>
583 public void <B>setTailHistoryLimit</B>(java.lang.Integer&nbsp;tailHistoryLimit)</PRE>
584 <DL>
585 <DD><DL>
586 </DL>
587 </DD>
588 </DL>
589 <HR>
590
591 <A NAME="addKml(org.boehn.kmlframework.todo.MapObject, org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate, java.lang.String)"><!-- --></A><H3>
592 addKml</H3>
593 <PRE>
594 public void <B>addKml</B>(<A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>&nbsp;mapObject,
595 org.w3c.dom.Element&nbsp;parentElement,
596 <A HREF="../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
597 org.w3c.dom.Document&nbsp;xmlDocument,
598 <A HREF="../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
599 java.lang.Double&nbsp;rotation,
600 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
601 <A HREF="../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale,
602 java.lang.String&nbsp;name)
603 throws <A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
604 <DL>
605 <DD><DL>
606
607 <DT><B>Throws:</B>
608 <DD><CODE><A HREF="../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
609 </DD>
610 </DL>
611 <HR>
612
613 <A NAME="toString()"><!-- --></A><H3>
614 toString</H3>
615 <PRE>
616 public java.lang.String <B>toString</B>()</PRE>
617 <DL>
618 <DD><DL>
619 <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
620 </DD>
621 <DD><DL>
622 </DL>
623 </DD>
624 </DL>
625 <!-- ========= END OF CLASS DATA ========= -->
626 <HR>
627
628
629 <!-- ======= START OF BOTTOM NAVBAR ====== -->
630 <A NAME="navbar_bottom"><!-- --></A>
631 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
632 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
633 <TR>
634 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
635 <A NAME="navbar_bottom_firstrow"><!-- --></A>
636 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
637 <TR ALIGN="center" VALIGN="top">
638 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
639 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
640 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
641 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MapObjectClass.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
642 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
643 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
644 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
645 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
646 </TR>
647 </TABLE>
648 </TD>
649 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
650 </EM>
651 </TD>
652 </TR>
653
654 <TR>
655 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
656 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
657 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo"><B>NEXT CLASS</B></A></FONT></TD>
658 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
659 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/MapObjectClass.html" target="_top"><B>FRAMES</B></A> &nbsp;
660 &nbsp;<A HREF="MapObjectClass.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
661 &nbsp;<SCRIPT type="text/javascript">
662 <!--
663 if(window==top) {
664 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
665 }
666 //-->
667 </SCRIPT>
668 <NOSCRIPT>
669 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
670 </NOSCRIPT>
671
672
673 </FONT></TD>
674 </TR>
675 <TR>
676 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
677 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
678 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
679 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
680 </TR>
681 </TABLE>
682 <A NAME="skip-navbar_bottom"></A>
683 <!-- ======== END OF BOTTOM NAVBAR ======= -->
684
685 <HR>
686
687 </BODY>
688 </HTML>
+0
-303
documentation/javadoc/org/boehn/kmlframework/todo/ModelObjectFactory.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 ModelObjectFactory (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.ModelObjectFactory class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ModelObjectFactory (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ModelObjectFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;NEXT CLASS</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/ModelObjectFactory.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ModelObjectFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo</FONT>
88 <BR>
89 Class ModelObjectFactory</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.ModelObjectFactory</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>ModelObjectFactory</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html#ModelObjectFactory(java.lang.String)">ModelObjectFactory</A></B>(java.lang.String&nbsp;fileName)</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 </TABLE>
119 &nbsp;
120 <!-- ========== METHOD SUMMARY =========== -->
121
122 <A NAME="method_summary"><!-- --></A>
123 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
125 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
126 <B>Method Summary</B></FONT></TH>
127 </TR>
128 <TR BGCOLOR="white" CLASS="TableRowColor">
129 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A></CODE></FONT></TD>
131 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html#createMapObject(java.lang.String)">createMapObject</A></B>(java.lang.String&nbsp;className)</CODE>
132
133 <BR>
134 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>&nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A></CODE></FONT></TD>
139 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html#getMapObjectClass(java.lang.String)">getMapObjectClass</A></B>(java.lang.String&nbsp;className)</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;void</CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html#loadFile()">loadFile</A></B>()</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 </TABLE>
153 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
154 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
155 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
156 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
160 </TR>
161 </TABLE>
162 &nbsp;
163 <P>
164
165 <!-- ========= CONSTRUCTOR DETAIL ======== -->
166
167 <A NAME="constructor_detail"><!-- --></A>
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
170 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
171 <B>Constructor Detail</B></FONT></TH>
172 </TR>
173 </TABLE>
174
175 <A NAME="ModelObjectFactory(java.lang.String)"><!-- --></A><H3>
176 ModelObjectFactory</H3>
177 <PRE>
178 public <B>ModelObjectFactory</B>(java.lang.String&nbsp;fileName)
179 throws java.io.IOException,
180 javax.xml.parsers.ParserConfigurationException,
181 org.xml.sax.SAXException</PRE>
182 <DL>
183 <DL>
184
185 <DT><B>Throws:</B>
186 <DD><CODE>java.io.IOException</CODE>
187 <DD><CODE>javax.xml.parsers.ParserConfigurationException</CODE>
188 <DD><CODE>org.xml.sax.SAXException</CODE></DL>
189 </DL>
190
191 <!-- ============ METHOD DETAIL ========== -->
192
193 <A NAME="method_detail"><!-- --></A>
194 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
195 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
196 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
197 <B>Method Detail</B></FONT></TH>
198 </TR>
199 </TABLE>
200
201 <A NAME="createMapObject(java.lang.String)"><!-- --></A><H3>
202 createMapObject</H3>
203 <PRE>
204 public <A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A> <B>createMapObject</B>(java.lang.String&nbsp;className)</PRE>
205 <DL>
206 <DD><DL>
207 </DL>
208 </DD>
209 </DL>
210 <HR>
211
212 <A NAME="getMapObjectClass(java.lang.String)"><!-- --></A><H3>
213 getMapObjectClass</H3>
214 <PRE>
215 public <A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A> <B>getMapObjectClass</B>(java.lang.String&nbsp;className)</PRE>
216 <DL>
217 <DD><DL>
218 </DL>
219 </DD>
220 </DL>
221 <HR>
222
223 <A NAME="loadFile()"><!-- --></A><H3>
224 loadFile</H3>
225 <PRE>
226 public void <B>loadFile</B>()
227 throws java.io.IOException,
228 javax.xml.parsers.ParserConfigurationException,
229 org.xml.sax.SAXException</PRE>
230 <DL>
231 <DD><DL>
232
233 <DT><B>Throws:</B>
234 <DD><CODE>java.io.IOException</CODE>
235 <DD><CODE>javax.xml.parsers.ParserConfigurationException</CODE>
236 <DD><CODE>org.xml.sax.SAXException</CODE></DL>
237 </DD>
238 </DL>
239 <!-- ========= END OF CLASS DATA ========= -->
240 <HR>
241
242
243 <!-- ======= START OF BOTTOM NAVBAR ====== -->
244 <A NAME="navbar_bottom"><!-- --></A>
245 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
246 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
247 <TR>
248 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
249 <A NAME="navbar_bottom_firstrow"><!-- --></A>
250 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
251 <TR ALIGN="center" VALIGN="top">
252 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
253 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
254 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
255 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ModelObjectFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
256 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
257 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
258 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
259 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
260 </TR>
261 </TABLE>
262 </TD>
263 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
264 </EM>
265 </TD>
266 </TR>
267
268 <TR>
269 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
270 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo"><B>PREV CLASS</B></A>&nbsp;
271 &nbsp;NEXT CLASS</FONT></TD>
272 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
273 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/ModelObjectFactory.html" target="_top"><B>FRAMES</B></A> &nbsp;
274 &nbsp;<A HREF="ModelObjectFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
275 &nbsp;<SCRIPT type="text/javascript">
276 <!--
277 if(window==top) {
278 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
279 }
280 //-->
281 </SCRIPT>
282 <NOSCRIPT>
283 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
284 </NOSCRIPT>
285
286
287 </FONT></TD>
288 </TR>
289 <TR>
290 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
291 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
292 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
293 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
294 </TR>
295 </TABLE>
296 <A NAME="skip-navbar_bottom"></A>
297 <!-- ======== END OF BOTTOM NAVBAR ======= -->
298
299 <HR>
300
301 </BODY>
302 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/class-use/BoundingBox.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.BoundingBox (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.BoundingBox (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/BoundingBox.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="BoundingBox.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.BoundingBox</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.BoundingBox
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/BoundingBox.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="BoundingBox.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-200
documentation/javadoc/org/boehn/kmlframework/todo/class-use/Button.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.Button (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.Button (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/Button.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Button.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.Button</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;void</CODE></FONT></TD>
111 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#addButton(org.boehn.kmlframework.todo.Button)">addButton</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>&nbsp;button)</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#addButtons(java.util.List)">addButtons</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>&gt;&nbsp;buttons)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;void</CODE></FONT></TD>
135 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#setButtons(java.util.List)">setButtons</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A>&gt;&nbsp;buttons)</CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 </TABLE>
141 &nbsp;
142 <P>
143 <HR>
144
145
146 <!-- ======= START OF BOTTOM NAVBAR ====== -->
147 <A NAME="navbar_bottom"><!-- --></A>
148 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
149 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
150 <TR>
151 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
152 <A NAME="navbar_bottom_firstrow"><!-- --></A>
153 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
154 <TR ALIGN="center" VALIGN="top">
155 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
156 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
157 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
158 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
159 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
160 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
161 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
162 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
163 </TR>
164 </TABLE>
165 </TD>
166 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
167 </EM>
168 </TD>
169 </TR>
170
171 <TR>
172 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
173 &nbsp;PREV&nbsp;
174 &nbsp;NEXT</FONT></TD>
175 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
176 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/Button.html" target="_top"><B>FRAMES</B></A> &nbsp;
177 &nbsp;<A HREF="Button.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
178 &nbsp;<SCRIPT type="text/javascript">
179 <!--
180 if(window==top) {
181 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
182 }
183 //-->
184 </SCRIPT>
185 <NOSCRIPT>
186 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
187 </NOSCRIPT>
188
189
190 </FONT></TD>
191 </TR>
192 </TABLE>
193 <A NAME="skip-navbar_bottom"></A>
194 <!-- ======== END OF BOTTOM NAVBAR ======= -->
195
196 <HR>
197
198 </BODY>
199 </HTML>
+0
-216
documentation/javadoc/org/boehn/kmlframework/todo/class-use/GraphicalModel.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.GraphicalModel (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.GraphicalModel (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/GraphicalModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="GraphicalModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.GraphicalModel</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&gt;</CODE></FONT></TD>
111 <TD><CODE><B>MapObjectClass.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html#getModels()">getModels</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>MapObjectClass.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html#addModel(org.boehn.kmlframework.todo.GraphicalModel)">addModel</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&nbsp;model)</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;void</CODE></FONT></TD>
143 <TD><CODE><B>MapObjectClass.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html#addModels(java.util.List)">addModels</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&gt;&nbsp;models)</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;void</CODE></FONT></TD>
151 <TD><CODE><B>MapObjectClass.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html#setModels(java.util.List)">setModels</A></B>(java.util.List&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A>&gt;&nbsp;models)</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 </TABLE>
157 &nbsp;
158 <P>
159 <HR>
160
161
162 <!-- ======= START OF BOTTOM NAVBAR ====== -->
163 <A NAME="navbar_bottom"><!-- --></A>
164 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
165 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
166 <TR>
167 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
168 <A NAME="navbar_bottom_firstrow"><!-- --></A>
169 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
170 <TR ALIGN="center" VALIGN="top">
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
174 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
175 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
177 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
178 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
179 </TR>
180 </TABLE>
181 </TD>
182 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
183 </EM>
184 </TD>
185 </TR>
186
187 <TR>
188 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
189 &nbsp;PREV&nbsp;
190 &nbsp;NEXT</FONT></TD>
191 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
192 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/GraphicalModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
193 &nbsp;<A HREF="GraphicalModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
194 &nbsp;<SCRIPT type="text/javascript">
195 <!--
196 if(window==top) {
197 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
198 }
199 //-->
200 </SCRIPT>
201 <NOSCRIPT>
202 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
203 </NOSCRIPT>
204
205
206 </FONT></TD>
207 </TR>
208 </TABLE>
209 <A NAME="skip-navbar_bottom"></A>
210 <!-- ======== END OF BOTTOM NAVBAR ======= -->
211
212 <HR>
213
214 </BODY>
215 </HTML>
+0
-224
documentation/javadoc/org/boehn/kmlframework/todo/class-use/GraphicalModelElement.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Interface org.boehn.kmlframework.todo.GraphicalModelElement (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Interface org.boehn.kmlframework.todo.GraphicalModelElement (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/GraphicalModelElement.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="GraphicalModelElement.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Interface<br>org.boehn.kmlframework.todo.GraphicalModelElement</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> that implement <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;class</CODE></FONT></TD>
111 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A></B></CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> that return types with arguments of type <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>&gt;</CODE></FONT></TD>
127 <TD><CODE><B>GraphicalModel.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html#getElements()">getElements</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <P>
135
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
138 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;void</CODE></FONT></TD>
143 <TD><CODE><B>GraphicalModel.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html#addGraphicalModelElement(org.boehn.kmlframework.todo.GraphicalModelElement)">addGraphicalModelElement</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>&nbsp;graphicalModelElement)</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 </TABLE>
149 &nbsp;
150 <P>
151
152 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
153 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
154 <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with type arguments of type <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A></FONT></TH>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;void</CODE></FONT></TD>
159 <TD><CODE><B>GraphicalModel.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModel.html#setElements(java.util.Collection)">setElements</A></B>(java.util.Collection&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>&gt;&nbsp;elements)</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 </TABLE>
165 &nbsp;
166 <P>
167 <HR>
168
169
170 <!-- ======= START OF BOTTOM NAVBAR ====== -->
171 <A NAME="navbar_bottom"><!-- --></A>
172 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
173 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
174 <TR>
175 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
176 <A NAME="navbar_bottom_firstrow"><!-- --></A>
177 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
178 <TR ALIGN="center" VALIGN="top">
179 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
182 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
187 </TR>
188 </TABLE>
189 </TD>
190 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
191 </EM>
192 </TD>
193 </TR>
194
195 <TR>
196 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
197 &nbsp;PREV&nbsp;
198 &nbsp;NEXT</FONT></TD>
199 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
200 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/GraphicalModelElement.html" target="_top"><B>FRAMES</B></A> &nbsp;
201 &nbsp;<A HREF="GraphicalModelElement.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
202 &nbsp;<SCRIPT type="text/javascript">
203 <!--
204 if(window==top) {
205 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
206 }
207 //-->
208 </SCRIPT>
209 <NOSCRIPT>
210 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
211 </NOSCRIPT>
212
213
214 </FONT></TD>
215 </TR>
216 </TABLE>
217 <A NAME="skip-navbar_bottom"></A>
218 <!-- ======== END OF BOTTOM NAVBAR ======= -->
219
220 <HR>
221
222 </BODY>
223 </HTML>
+0
-200
documentation/javadoc/org/boehn/kmlframework/todo/class-use/MapObject.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.MapObject (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.MapObject (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/MapObject.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="MapObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.MapObject</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> that return <A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A></CODE></FONT></TD>
111 <TD><CODE><B>ModelObjectFactory.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html#createMapObject(java.lang.String)">createMapObject</A></B>(java.lang.String&nbsp;className)</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119
120 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
122 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>&nbsp;void</CODE></FONT></TD>
127 <TD><CODE><B>MapObjectClass.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html#addKml(org.boehn.kmlframework.todo.MapObject, org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document, org.boehn.kmlframework.coordinates.EarthCoordinate, java.lang.Double, org.boehn.kmlframework.coordinates.CartesianCoordinate, org.boehn.kmlframework.coordinates.CartesianCoordinate, java.lang.String)">addKml</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A>&nbsp;mapObject,
128 org.w3c.dom.Element&nbsp;parentElement,
129 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
130 org.w3c.dom.Document&nbsp;xmlDocument,
131 <A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;location,
132 java.lang.Double&nbsp;rotation,
133 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;localReferenceCoordinate,
134 <A HREF="../../../../../org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates">CartesianCoordinate</A>&nbsp;scale,
135 java.lang.String&nbsp;name)</CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 </TABLE>
141 &nbsp;
142 <P>
143 <HR>
144
145
146 <!-- ======= START OF BOTTOM NAVBAR ====== -->
147 <A NAME="navbar_bottom"><!-- --></A>
148 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
149 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
150 <TR>
151 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
152 <A NAME="navbar_bottom_firstrow"><!-- --></A>
153 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
154 <TR ALIGN="center" VALIGN="top">
155 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
156 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
157 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
158 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
159 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
160 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
161 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
162 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
163 </TR>
164 </TABLE>
165 </TD>
166 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
167 </EM>
168 </TD>
169 </TR>
170
171 <TR>
172 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
173 &nbsp;PREV&nbsp;
174 &nbsp;NEXT</FONT></TD>
175 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
176 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/MapObject.html" target="_top"><B>FRAMES</B></A> &nbsp;
177 &nbsp;<A HREF="MapObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
178 &nbsp;<SCRIPT type="text/javascript">
179 <!--
180 if(window==top) {
181 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
182 }
183 //-->
184 </SCRIPT>
185 <NOSCRIPT>
186 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
187 </NOSCRIPT>
188
189
190 </FONT></TD>
191 </TR>
192 </TABLE>
193 <A NAME="skip-navbar_bottom"></A>
194 <!-- ======== END OF BOTTOM NAVBAR ======= -->
195
196 <HR>
197
198 </BODY>
199 </HTML>
+0
-221
documentation/javadoc/org/boehn/kmlframework/todo/class-use/MapObjectClass.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.MapObjectClass (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.MapObjectClass (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/MapObjectClass.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="MapObjectClass.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.MapObjectClass</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A> in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> that return <A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A></CODE></FONT></TD>
111 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#getMapObjectClass()">getMapObjectClass</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A></CODE></FONT></TD>
119 <TD><CODE><B>ModelObjectFactory.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html#getMapObjectClass(java.lang.String)">getMapObjectClass</A></B>(java.lang.String&nbsp;className)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 </TABLE>
125 &nbsp;
126 <P>
127
128 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
129 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
130 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A></FONT></TH>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>&nbsp;void</CODE></FONT></TD>
135 <TD><CODE><B>MapObject.</B><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#setMapObjectClass(org.boehn.kmlframework.todo.MapObjectClass)">setMapObjectClass</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>&nbsp;mapObjectClass)</CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 </TABLE>
141 &nbsp;
142 <P>
143
144 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
145 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
146 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> with parameters of type <A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A></FONT></TH>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#MapObject(org.boehn.kmlframework.todo.MapObjectClass)">MapObject</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>&nbsp;mapObjectClass)</CODE>
150
151 <BR>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153 </TR>
154 <TR BGCOLOR="white" CLASS="TableRowColor">
155 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/MapObject.html#MapObject(java.lang.String, org.boehn.kmlframework.todo.MapObjectClass)">MapObject</A></B>(java.lang.String&nbsp;name,
156 <A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A>&nbsp;mapObjectClass)</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 </TABLE>
162 &nbsp;
163 <P>
164 <HR>
165
166
167 <!-- ======= START OF BOTTOM NAVBAR ====== -->
168 <A NAME="navbar_bottom"><!-- --></A>
169 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
170 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
171 <TR>
172 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
173 <A NAME="navbar_bottom_firstrow"><!-- --></A>
174 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
175 <TR ALIGN="center" VALIGN="top">
176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
177 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
178 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
179 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
184 </TR>
185 </TABLE>
186 </TD>
187 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
188 </EM>
189 </TD>
190 </TR>
191
192 <TR>
193 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
194 &nbsp;PREV&nbsp;
195 &nbsp;NEXT</FONT></TD>
196 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
197 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/MapObjectClass.html" target="_top"><B>FRAMES</B></A> &nbsp;
198 &nbsp;<A HREF="MapObjectClass.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
199 &nbsp;<SCRIPT type="text/javascript">
200 <!--
201 if(window==top) {
202 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
203 }
204 //-->
205 </SCRIPT>
206 <NOSCRIPT>
207 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
208 </NOSCRIPT>
209
210
211 </FONT></TD>
212 </TR>
213 </TABLE>
214 <A NAME="skip-navbar_bottom"></A>
215 <!-- ======== END OF BOTTOM NAVBAR ======= -->
216
217 <HR>
218
219 </BODY>
220 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/class-use/ModelObjectFactory.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.ModelObjectFactory (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.ModelObjectFactory (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/ModelObjectFactory.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ModelObjectFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.ModelObjectFactory</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.ModelObjectFactory
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/class-use/ModelObjectFactory.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="ModelObjectFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-254
documentation/javadoc/org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 GraphicalMapObjectExample (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.examples.GraphicalMapObjectExample class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="GraphicalMapObjectExample (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GraphicalMapObjectExample.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV CLASS&nbsp;
55 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="GraphicalMapObjectExample.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.examples</FONT>
88 <BR>
89 Class GraphicalMapObjectExample</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.examples.GraphicalMapObjectExample</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>GraphicalMapObjectExample</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html#GraphicalMapObjectExample()">GraphicalMapObjectExample</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 </TABLE>
119 &nbsp;
120 <!-- ========== METHOD SUMMARY =========== -->
121
122 <A NAME="method_summary"><!-- --></A>
123 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
125 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
126 <B>Method Summary</B></FONT></TH>
127 </TR>
128 <TR BGCOLOR="white" CLASS="TableRowColor">
129 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130 <CODE>static&nbsp;void</CODE></FONT></TD>
131 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;args)</CODE>
132
133 <BR>
134 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
135 </TR>
136 </TABLE>
137 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
140 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
144 </TR>
145 </TABLE>
146 &nbsp;
147 <P>
148
149 <!-- ========= CONSTRUCTOR DETAIL ======== -->
150
151 <A NAME="constructor_detail"><!-- --></A>
152 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
153 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
154 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
155 <B>Constructor Detail</B></FONT></TH>
156 </TR>
157 </TABLE>
158
159 <A NAME="GraphicalMapObjectExample()"><!-- --></A><H3>
160 GraphicalMapObjectExample</H3>
161 <PRE>
162 public <B>GraphicalMapObjectExample</B>()</PRE>
163 <DL>
164 </DL>
165
166 <!-- ============ METHOD DETAIL ========== -->
167
168 <A NAME="method_detail"><!-- --></A>
169 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
170 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
171 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
172 <B>Method Detail</B></FONT></TH>
173 </TR>
174 </TABLE>
175
176 <A NAME="main(java.lang.String[])"><!-- --></A><H3>
177 main</H3>
178 <PRE>
179 public static void <B>main</B>(java.lang.String[]&nbsp;args)
180 throws <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>,
181 java.io.IOException</PRE>
182 <DL>
183 <DD><DL>
184
185 <DT><B>Throws:</B>
186 <DD><CODE><A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE>
187 <DD><CODE>java.io.IOException</CODE></DL>
188 </DD>
189 </DL>
190 <!-- ========= END OF CLASS DATA ========= -->
191 <HR>
192
193
194 <!-- ======= START OF BOTTOM NAVBAR ====== -->
195 <A NAME="navbar_bottom"><!-- --></A>
196 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
197 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
198 <TR>
199 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
200 <A NAME="navbar_bottom_firstrow"><!-- --></A>
201 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
202 <TR ALIGN="center" VALIGN="top">
203 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
204 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
205 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
206 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GraphicalMapObjectExample.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
207 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
208 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
209 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
210 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
211 </TR>
212 </TABLE>
213 </TD>
214 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
215 </EM>
216 </TD>
217 </TR>
218
219 <TR>
220 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
221 &nbsp;PREV CLASS&nbsp;
222 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>NEXT CLASS</B></A></FONT></TD>
223 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
224 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" target="_top"><B>FRAMES</B></A> &nbsp;
225 &nbsp;<A HREF="GraphicalMapObjectExample.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
226 &nbsp;<SCRIPT type="text/javascript">
227 <!--
228 if(window==top) {
229 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
230 }
231 //-->
232 </SCRIPT>
233 <NOSCRIPT>
234 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
235 </NOSCRIPT>
236
237
238 </FONT></TD>
239 </TR>
240 <TR>
241 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
242 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
243 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
244 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
245 </TR>
246 </TABLE>
247 <A NAME="skip-navbar_bottom"></A>
248 <!-- ======== END OF BOTTOM NAVBAR ======= -->
249
250 <HR>
251
252 </BODY>
253 </HTML>
+0
-254
documentation/javadoc/org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 ModelObjectFactoryExample (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.examples.ModelObjectFactoryExample class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ModelObjectFactoryExample (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ModelObjectFactoryExample.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ModelObjectFactoryExample.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.examples</FONT>
88 <BR>
89 Class ModelObjectFactoryExample</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.examples.ModelObjectFactoryExample</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>ModelObjectFactoryExample</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html#ModelObjectFactoryExample()">ModelObjectFactoryExample</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 </TABLE>
119 &nbsp;
120 <!-- ========== METHOD SUMMARY =========== -->
121
122 <A NAME="method_summary"><!-- --></A>
123 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
125 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
126 <B>Method Summary</B></FONT></TH>
127 </TR>
128 <TR BGCOLOR="white" CLASS="TableRowColor">
129 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130 <CODE>static&nbsp;void</CODE></FONT></TD>
131 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;args)</CODE>
132
133 <BR>
134 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
135 </TR>
136 </TABLE>
137 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
140 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
144 </TR>
145 </TABLE>
146 &nbsp;
147 <P>
148
149 <!-- ========= CONSTRUCTOR DETAIL ======== -->
150
151 <A NAME="constructor_detail"><!-- --></A>
152 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
153 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
154 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
155 <B>Constructor Detail</B></FONT></TH>
156 </TR>
157 </TABLE>
158
159 <A NAME="ModelObjectFactoryExample()"><!-- --></A><H3>
160 ModelObjectFactoryExample</H3>
161 <PRE>
162 public <B>ModelObjectFactoryExample</B>()</PRE>
163 <DL>
164 </DL>
165
166 <!-- ============ METHOD DETAIL ========== -->
167
168 <A NAME="method_detail"><!-- --></A>
169 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
170 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
171 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
172 <B>Method Detail</B></FONT></TH>
173 </TR>
174 </TABLE>
175
176 <A NAME="main(java.lang.String[])"><!-- --></A><H3>
177 main</H3>
178 <PRE>
179 public static void <B>main</B>(java.lang.String[]&nbsp;args)
180 throws <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>,
181 java.io.IOException</PRE>
182 <DL>
183 <DD><DL>
184
185 <DT><B>Throws:</B>
186 <DD><CODE><A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE>
187 <DD><CODE>java.io.IOException</CODE></DL>
188 </DD>
189 </DL>
190 <!-- ========= END OF CLASS DATA ========= -->
191 <HR>
192
193
194 <!-- ======= START OF BOTTOM NAVBAR ====== -->
195 <A NAME="navbar_bottom"><!-- --></A>
196 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
197 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
198 <TR>
199 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
200 <A NAME="navbar_bottom_firstrow"><!-- --></A>
201 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
202 <TR ALIGN="center" VALIGN="top">
203 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
204 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
205 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
206 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ModelObjectFactoryExample.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
207 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
208 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
209 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
210 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
211 </TR>
212 </TABLE>
213 </TD>
214 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
215 </EM>
216 </TD>
217 </TR>
218
219 <TR>
220 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
221 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>PREV CLASS</B></A>&nbsp;
222 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples"><B>NEXT CLASS</B></A></FONT></TD>
223 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
224 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" target="_top"><B>FRAMES</B></A> &nbsp;
225 &nbsp;<A HREF="ModelObjectFactoryExample.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
226 &nbsp;<SCRIPT type="text/javascript">
227 <!--
228 if(window==top) {
229 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
230 }
231 //-->
232 </SCRIPT>
233 <NOSCRIPT>
234 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
235 </NOSCRIPT>
236
237
238 </FONT></TD>
239 </TR>
240 <TR>
241 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
242 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
243 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
244 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
245 </TR>
246 </TABLE>
247 <A NAME="skip-navbar_bottom"></A>
248 <!-- ======== END OF BOTTOM NAVBAR ======= -->
249
250 <HR>
251
252 </BODY>
253 </HTML>
+0
-284
documentation/javadoc/org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 SimpleExampleServlet (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.examples.SimpleExampleServlet class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="SimpleExampleServlet (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SimpleExampleServlet.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;NEXT CLASS</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="SimpleExampleServlet.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.examples</FONT>
88 <BR>
89 Class SimpleExampleServlet</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.servlet.GenericServlet
93 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">javax.servlet.http.HttpServlet
94 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.examples.SimpleExampleServlet</B>
95 </PRE>
96 <DL>
97 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig</DD>
98 </DL>
99 <HR>
100 <DL>
101 <DT><PRE>public class <B>SimpleExampleServlet</B><DT>extends javax.servlet.http.HttpServlet</DL>
102 </PRE>
103
104 <P>
105 <DL>
106 <DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#org.boehn.kmlframework.todo.examples.SimpleExampleServlet">Serialized Form</A></DL>
107 <HR>
108
109 <P>
110
111 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
112
113 <A NAME="constructor_summary"><!-- --></A>
114 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
116 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
117 <B>Constructor Summary</B></FONT></TH>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html#SimpleExampleServlet()">SimpleExampleServlet</A></B>()</CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 </TABLE>
126 &nbsp;
127 <!-- ========== METHOD SUMMARY =========== -->
128
129 <A NAME="method_summary"><!-- --></A>
130 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
131 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
132 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
133 <B>Method Summary</B></FONT></TH>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
137 <CODE>protected &nbsp;void</CODE></FONT></TD>
138 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">doGet</A></B>(javax.servlet.http.HttpServletRequest&nbsp;request,
139 javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 </TABLE>
145 &nbsp;<A NAME="methods_inherited_from_class_javax.servlet.http.HttpServlet"><!-- --></A>
146 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
147 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
148 <TH ALIGN="left"><B>Methods inherited from class javax.servlet.http.HttpServlet</B></TH>
149 </TR>
150 <TR BGCOLOR="white" CLASS="TableRowColor">
151 <TD><CODE>doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service</CODE></TD>
152 </TR>
153 </TABLE>
154 &nbsp;<A NAME="methods_inherited_from_class_javax.servlet.GenericServlet"><!-- --></A>
155 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
156 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
157 <TH ALIGN="left"><B>Methods inherited from class javax.servlet.GenericServlet</B></TH>
158 </TR>
159 <TR BGCOLOR="white" CLASS="TableRowColor">
160 <TD><CODE>destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log</CODE></TD>
161 </TR>
162 </TABLE>
163 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
164 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
165 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
166 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
170 </TR>
171 </TABLE>
172 &nbsp;
173 <P>
174
175 <!-- ========= CONSTRUCTOR DETAIL ======== -->
176
177 <A NAME="constructor_detail"><!-- --></A>
178 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
179 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
180 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
181 <B>Constructor Detail</B></FONT></TH>
182 </TR>
183 </TABLE>
184
185 <A NAME="SimpleExampleServlet()"><!-- --></A><H3>
186 SimpleExampleServlet</H3>
187 <PRE>
188 public <B>SimpleExampleServlet</B>()</PRE>
189 <DL>
190 </DL>
191
192 <!-- ============ METHOD DETAIL ========== -->
193
194 <A NAME="method_detail"><!-- --></A>
195 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
196 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
197 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
198 <B>Method Detail</B></FONT></TH>
199 </TR>
200 </TABLE>
201
202 <A NAME="doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
203 doGet</H3>
204 <PRE>
205 protected void <B>doGet</B>(javax.servlet.http.HttpServletRequest&nbsp;request,
206 javax.servlet.http.HttpServletResponse&nbsp;response)
207 throws javax.servlet.ServletException,
208 java.io.IOException</PRE>
209 <DL>
210 <DD><DL>
211 <DT><B>Overrides:</B><DD><CODE>doGet</CODE> in class <CODE>javax.servlet.http.HttpServlet</CODE></DL>
212 </DD>
213 <DD><DL>
214
215 <DT><B>Throws:</B>
216 <DD><CODE>javax.servlet.ServletException</CODE>
217 <DD><CODE>java.io.IOException</CODE></DL>
218 </DD>
219 </DL>
220 <!-- ========= END OF CLASS DATA ========= -->
221 <HR>
222
223
224 <!-- ======= START OF BOTTOM NAVBAR ====== -->
225 <A NAME="navbar_bottom"><!-- --></A>
226 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
227 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
228 <TR>
229 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
230 <A NAME="navbar_bottom_firstrow"><!-- --></A>
231 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
232 <TR ALIGN="center" VALIGN="top">
233 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
234 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
235 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
236 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SimpleExampleServlet.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
237 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
238 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
239 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
240 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
241 </TR>
242 </TABLE>
243 </TD>
244 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
245 </EM>
246 </TD>
247 </TR>
248
249 <TR>
250 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
251 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>PREV CLASS</B></A>&nbsp;
252 &nbsp;NEXT CLASS</FONT></TD>
253 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
254 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" target="_top"><B>FRAMES</B></A> &nbsp;
255 &nbsp;<A HREF="SimpleExampleServlet.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
256 &nbsp;<SCRIPT type="text/javascript">
257 <!--
258 if(window==top) {
259 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
260 }
261 //-->
262 </SCRIPT>
263 <NOSCRIPT>
264 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
265 </NOSCRIPT>
266
267
268 </FONT></TD>
269 </TR>
270 <TR>
271 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
272 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
273 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
274 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
275 </TR>
276 </TABLE>
277 <A NAME="skip-navbar_bottom"></A>
278 <!-- ======== END OF BOTTOM NAVBAR ======= -->
279
280 <HR>
281
282 </BODY>
283 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/examples/class-use/GraphicalMapObjectExample.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.examples.GraphicalMapObjectExample (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.examples.GraphicalMapObjectExample (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/examples/class-use/GraphicalMapObjectExample.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="GraphicalMapObjectExample.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.examples.GraphicalMapObjectExample</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.examples.GraphicalMapObjectExample
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/examples/class-use/GraphicalMapObjectExample.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="GraphicalMapObjectExample.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/examples/class-use/ModelObjectFactoryExample.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.examples.ModelObjectFactoryExample (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.examples.ModelObjectFactoryExample (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/examples/class-use/ModelObjectFactoryExample.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ModelObjectFactoryExample.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.examples.ModelObjectFactoryExample</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.examples.ModelObjectFactoryExample
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/examples/class-use/ModelObjectFactoryExample.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="ModelObjectFactoryExample.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/examples/class-use/SimpleExampleServlet.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.examples.SimpleExampleServlet (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.examples.SimpleExampleServlet (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/examples/class-use/SimpleExampleServlet.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="SimpleExampleServlet.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.examples.SimpleExampleServlet</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.examples.SimpleExampleServlet
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/examples/class-use/SimpleExampleServlet.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="SimpleExampleServlet.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-36
documentation/javadoc/org/boehn/kmlframework/todo/examples/package-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo.examples (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.examples package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13
14 </HEAD>
15
16 <BODY BGCOLOR="white">
17 <FONT size="+1" CLASS="FrameTitleFont">
18 <A HREF="../../../../../org/boehn/kmlframework/todo/examples/package-summary.html" target="classFrame">org.boehn.kmlframework.todo.examples</A></FONT>
19 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
20 <TR>
21 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
22 Classes</FONT>&nbsp;
23 <FONT CLASS="FrameItemFont">
24 <BR>
25 <A HREF="GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples" target="classFrame">GraphicalMapObjectExample</A>
26 <BR>
27 <A HREF="ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples" target="classFrame">ModelObjectFactoryExample</A>
28 <BR>
29 <A HREF="SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples" target="classFrame">SimpleExampleServlet</A></FONT></TD>
30 </TR>
31 </TABLE>
32
33
34 </BODY>
35 </HTML>
+0
-162
documentation/javadoc/org/boehn/kmlframework/todo/examples/package-summary.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo.examples (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.examples package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="org.boehn.kmlframework.todo.examples (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 </TABLE>
74 <A NAME="skip-navbar_top"></A>
75 <!-- ========= END OF TOP NAVBAR ========= -->
76
77 <HR>
78 <H2>
79 Package org.boehn.kmlframework.todo.examples
80 </H2>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 <B>Class Summary</B></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD WIDTH="15%"><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples">GraphicalMapObjectExample</A></B></TD>
89 <TD>&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD WIDTH="15%"><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples">ModelObjectFactoryExample</A></B></TD>
93 <TD>&nbsp;</TD>
94 </TR>
95 <TR BGCOLOR="white" CLASS="TableRowColor">
96 <TD WIDTH="15%"><B><A HREF="../../../../../org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples">SimpleExampleServlet</A></B></TD>
97 <TD>&nbsp;</TD>
98 </TR>
99 </TABLE>
100 &nbsp;
101
102 <P>
103 <DL>
104 </DL>
105 <HR>
106
107
108 <!-- ======= START OF BOTTOM NAVBAR ====== -->
109 <A NAME="navbar_bottom"><!-- --></A>
110 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
111 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
112 <TR>
113 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
114 <A NAME="navbar_bottom_firstrow"><!-- --></A>
115 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
116 <TR ALIGN="center" VALIGN="top">
117 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
118 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
119 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
120 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
121 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
122 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
123 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
124 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
125 </TR>
126 </TABLE>
127 </TD>
128 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
129 </EM>
130 </TD>
131 </TR>
132
133 <TR>
134 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
135 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
136 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
137 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
138 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
139 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
140 &nbsp;<SCRIPT type="text/javascript">
141 <!--
142 if(window==top) {
143 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
144 }
145 //-->
146 </SCRIPT>
147 <NOSCRIPT>
148 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
149 </NOSCRIPT>
150
151
152 </FONT></TD>
153 </TR>
154 </TABLE>
155 <A NAME="skip-navbar_bottom"></A>
156 <!-- ======== END OF BOTTOM NAVBAR ======= -->
157
158 <HR>
159
160 </BODY>
161 </HTML>
+0
-155
documentation/javadoc/org/boehn/kmlframework/todo/examples/package-tree.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo.examples Class Hierarchy (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="org.boehn.kmlframework.todo.examples Class Hierarchy (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/package-tree.html"><B>PREV</B></A>&nbsp;
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-tree.html"><B>NEXT</B></A></FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 Hierarchy For Package org.boehn.kmlframework.todo.examples
80 </H2>
81 </CENTER>
82 <DL>
83 <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL>
84 <HR>
85 <H2>
86 Class Hierarchy
87 </H2>
88 <UL>
89 <LI TYPE="circle">java.lang.Object<UL>
90 <LI TYPE="circle">javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
91 <UL>
92 <LI TYPE="circle">javax.servlet.http.HttpServlet (implements java.io.Serializable)
93 <UL>
94 <LI TYPE="circle">org.boehn.kmlframework.todo.examples.<A HREF="../../../../../org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples"><B>SimpleExampleServlet</B></A></UL>
95 </UL>
96 <LI TYPE="circle">org.boehn.kmlframework.todo.examples.<A HREF="../../../../../org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>GraphicalMapObjectExample</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.examples.<A HREF="../../../../../org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>ModelObjectFactoryExample</B></A></UL>
97 </UL>
98 <HR>
99
100
101 <!-- ======= START OF BOTTOM NAVBAR ====== -->
102 <A NAME="navbar_bottom"><!-- --></A>
103 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
104 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
105 <TR>
106 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
107 <A NAME="navbar_bottom_firstrow"><!-- --></A>
108 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
109 <TR ALIGN="center" VALIGN="top">
110 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
111 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
112 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
113 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
114 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
115 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
116 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
117 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
118 </TR>
119 </TABLE>
120 </TD>
121 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
122 </EM>
123 </TD>
124 </TR>
125
126 <TR>
127 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
128 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/package-tree.html"><B>PREV</B></A>&nbsp;
129 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-tree.html"><B>NEXT</B></A></FONT></TD>
130 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
131 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
132 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
133 &nbsp;<SCRIPT type="text/javascript">
134 <!--
135 if(window==top) {
136 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
137 }
138 //-->
139 </SCRIPT>
140 <NOSCRIPT>
141 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
142 </NOSCRIPT>
143
144
145 </FONT></TD>
146 </TR>
147 </TABLE>
148 <A NAME="skip-navbar_bottom"></A>
149 <!-- ======== END OF BOTTOM NAVBAR ======= -->
150
151 <HR>
152
153 </BODY>
154 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/examples/package-use.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Package org.boehn.kmlframework.todo.examples (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Package org.boehn.kmlframework.todo.examples (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Package<br>org.boehn.kmlframework.todo.examples</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.examples
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/examples/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-53
documentation/javadoc/org/boehn/kmlframework/todo/package-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13
14 </HEAD>
15
16 <BODY BGCOLOR="white">
17 <FONT size="+1" CLASS="FrameTitleFont">
18 <A HREF="../../../../org/boehn/kmlframework/todo/package-summary.html" target="classFrame">org.boehn.kmlframework.todo</A></FONT>
19 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
20 <TR>
21 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
22 Interfaces</FONT>&nbsp;
23 <FONT CLASS="FrameItemFont">
24 <BR>
25 <A HREF="GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo" target="classFrame"><I>GraphicalModelElement</I></A></FONT></TD>
26 </TR>
27 </TABLE>
28
29
30 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
31 <TR>
32 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
33 Classes</FONT>&nbsp;
34 <FONT CLASS="FrameItemFont">
35 <BR>
36 <A HREF="BoundingBox.html" title="class in org.boehn.kmlframework.todo" target="classFrame">BoundingBox</A>
37 <BR>
38 <A HREF="Button.html" title="class in org.boehn.kmlframework.todo" target="classFrame">Button</A>
39 <BR>
40 <A HREF="GraphicalModel.html" title="class in org.boehn.kmlframework.todo" target="classFrame">GraphicalModel</A>
41 <BR>
42 <A HREF="MapObject.html" title="class in org.boehn.kmlframework.todo" target="classFrame">MapObject</A>
43 <BR>
44 <A HREF="MapObjectClass.html" title="class in org.boehn.kmlframework.todo" target="classFrame">MapObjectClass</A>
45 <BR>
46 <A HREF="ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo" target="classFrame">ModelObjectFactory</A></FONT></TD>
47 </TR>
48 </TABLE>
49
50
51 </BODY>
52 </HTML>
+0
-188
documentation/javadoc/org/boehn/kmlframework/todo/package-summary.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="org.boehn.kmlframework.todo (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/servlet/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/examples/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 </TABLE>
74 <A NAME="skip-navbar_top"></A>
75 <!-- ========= END OF TOP NAVBAR ========= -->
76
77 <HR>
78 <H2>
79 Package org.boehn.kmlframework.todo
80 </H2>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 <B>Interface Summary</B></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A></B></TD>
89 <TD>&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93
94 <P>
95
96 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
97 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
98 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
99 <B>Class Summary</B></FONT></TH>
100 </TR>
101 <TR BGCOLOR="white" CLASS="TableRowColor">
102 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo">BoundingBox</A></B></TD>
103 <TD>&nbsp;</TD>
104 </TR>
105 <TR BGCOLOR="white" CLASS="TableRowColor">
106 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo">Button</A></B></TD>
107 <TD>&nbsp;</TD>
108 </TR>
109 <TR BGCOLOR="white" CLASS="TableRowColor">
110 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo">GraphicalModel</A></B></TD>
111 <TD>&nbsp;</TD>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo">MapObject</A></B></TD>
115 <TD>&nbsp;</TD>
116 </TR>
117 <TR BGCOLOR="white" CLASS="TableRowColor">
118 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo">MapObjectClass</A></B></TD>
119 <TD>&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo">ModelObjectFactory</A></B></TD>
123 <TD>&nbsp;</TD>
124 </TR>
125 </TABLE>
126 &nbsp;
127
128 <P>
129 <DL>
130 </DL>
131 <HR>
132
133
134 <!-- ======= START OF BOTTOM NAVBAR ====== -->
135 <A NAME="navbar_bottom"><!-- --></A>
136 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
137 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
138 <TR>
139 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
140 <A NAME="navbar_bottom_firstrow"><!-- --></A>
141 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
142 <TR ALIGN="center" VALIGN="top">
143 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
144 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
145 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
146 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
147 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
148 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
149 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
150 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
151 </TR>
152 </TABLE>
153 </TD>
154 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
155 </EM>
156 </TD>
157 </TR>
158
159 <TR>
160 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
161 &nbsp;<A HREF="../../../../org/boehn/kmlframework/servlet/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
162 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/examples/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
163 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
164 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
165 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
166 &nbsp;<SCRIPT type="text/javascript">
167 <!--
168 if(window==top) {
169 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
170 }
171 //-->
172 </SCRIPT>
173 <NOSCRIPT>
174 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
175 </NOSCRIPT>
176
177
178 </FONT></TD>
179 </TR>
180 </TABLE>
181 <A NAME="skip-navbar_bottom"></A>
182 <!-- ======== END OF BOTTOM NAVBAR ======= -->
183
184 <HR>
185
186 </BODY>
187 </HTML>
+0
-155
documentation/javadoc/org/boehn/kmlframework/todo/package-tree.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo Class Hierarchy (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="org.boehn.kmlframework.todo Class Hierarchy (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;<A HREF="../../../../org/boehn/kmlframework/servlet/package-tree.html"><B>PREV</B></A>&nbsp;
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/examples/package-tree.html"><B>NEXT</B></A></FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 Hierarchy For Package org.boehn.kmlframework.todo
80 </H2>
81 </CENTER>
82 <DL>
83 <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
84 <HR>
85 <H2>
86 Class Hierarchy
87 </H2>
88 <UL>
89 <LI TYPE="circle">java.lang.Object<UL>
90 <LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="../../../../org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo"><B>BoundingBox</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="../../../../org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo"><B>Button</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo"><B>GraphicalModel</B></A> (implements org.boehn.kmlframework.todo.<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>)
91 <LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="../../../../org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo"><B>MapObject</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="../../../../org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo"><B>MapObjectClass</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="../../../../org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo"><B>ModelObjectFactory</B></A></UL>
92 </UL>
93 <H2>
94 Interface Hierarchy
95 </H2>
96 <UL>
97 <LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="../../../../org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo"><B>GraphicalModelElement</B></A></UL>
98 <HR>
99
100
101 <!-- ======= START OF BOTTOM NAVBAR ====== -->
102 <A NAME="navbar_bottom"><!-- --></A>
103 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
104 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
105 <TR>
106 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
107 <A NAME="navbar_bottom_firstrow"><!-- --></A>
108 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
109 <TR ALIGN="center" VALIGN="top">
110 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
111 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
112 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
113 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
114 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
115 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
116 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
117 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
118 </TR>
119 </TABLE>
120 </TD>
121 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
122 </EM>
123 </TD>
124 </TR>
125
126 <TR>
127 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
128 &nbsp;<A HREF="../../../../org/boehn/kmlframework/servlet/package-tree.html"><B>PREV</B></A>&nbsp;
129 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/examples/package-tree.html"><B>NEXT</B></A></FONT></TD>
130 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
131 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
132 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
133 &nbsp;<SCRIPT type="text/javascript">
134 <!--
135 if(window==top) {
136 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
137 }
138 //-->
139 </SCRIPT>
140 <NOSCRIPT>
141 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
142 </NOSCRIPT>
143
144
145 </FONT></TD>
146 </TR>
147 </TABLE>
148 <A NAME="skip-navbar_bottom"></A>
149 <!-- ======== END OF BOTTOM NAVBAR ======= -->
150
151 <HR>
152
153 </BODY>
154 </HTML>
+0
-190
documentation/javadoc/org/boehn/kmlframework/todo/package-use.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Package org.boehn.kmlframework.todo (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Package org.boehn.kmlframework.todo (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Package<br>org.boehn.kmlframework.todo</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo"><B>org.boehn.kmlframework.todo</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Classes in <A HREF="../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A> used by <A HREF="../../../../org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></FONT></TH>
99 </TR>
100 <TR BGCOLOR="white" CLASS="TableRowColor">
101 <TD><B><A HREF="../../../../org/boehn/kmlframework/todo/class-use/Button.html#org.boehn.kmlframework.todo"><B>Button</B></A></B>
102
103 <BR>
104 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
105 </TR>
106 <TR BGCOLOR="white" CLASS="TableRowColor">
107 <TD><B><A HREF="../../../../org/boehn/kmlframework/todo/class-use/GraphicalModel.html#org.boehn.kmlframework.todo"><B>GraphicalModel</B></A></B>
108
109 <BR>
110 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><B><A HREF="../../../../org/boehn/kmlframework/todo/class-use/GraphicalModelElement.html#org.boehn.kmlframework.todo"><B>GraphicalModelElement</B></A></B>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 <TR BGCOLOR="white" CLASS="TableRowColor">
119 <TD><B><A HREF="../../../../org/boehn/kmlframework/todo/class-use/MapObject.html#org.boehn.kmlframework.todo"><B>MapObject</B></A></B>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD><B><A HREF="../../../../org/boehn/kmlframework/todo/class-use/MapObjectClass.html#org.boehn.kmlframework.todo"><B>MapObjectClass</B></A></B>
126
127 <BR>
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
129 </TR>
130 </TABLE>
131 &nbsp;
132 <P>
133 <HR>
134
135
136 <!-- ======= START OF BOTTOM NAVBAR ====== -->
137 <A NAME="navbar_bottom"><!-- --></A>
138 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
139 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
140 <TR>
141 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
142 <A NAME="navbar_bottom_firstrow"><!-- --></A>
143 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
144 <TR ALIGN="center" VALIGN="top">
145 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
146 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
147 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
148 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
149 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
150 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
151 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
152 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
153 </TR>
154 </TABLE>
155 </TD>
156 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
157 </EM>
158 </TD>
159 </TR>
160
161 <TR>
162 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
163 &nbsp;PREV&nbsp;
164 &nbsp;NEXT</FONT></TD>
165 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
166 <A HREF="../../../../index.html?org/boehn/kmlframework/todo/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
167 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
168 &nbsp;<SCRIPT type="text/javascript">
169 <!--
170 if(window==top) {
171 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
172 }
173 //-->
174 </SCRIPT>
175 <NOSCRIPT>
176 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
177 </NOSCRIPT>
178
179
180 </FONT></TD>
181 </TR>
182 </TABLE>
183 <A NAME="skip-navbar_bottom"></A>
184 <!-- ======== END OF BOTTOM NAVBAR ======= -->
185
186 <HR>
187
188 </BODY>
189 </HTML>
+0
-443
documentation/javadoc/org/boehn/kmlframework/todo/servlet/HttpServletModel.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 HttpServletModel (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.HttpServletModel class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="HttpServletModel (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpServletModel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV CLASS&nbsp;
55 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/HttpServletModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="HttpServletModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.servlet</FONT>
88 <BR>
89 Class HttpServletModel</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.Kml</A>
93 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.servlet.HttpServletModel</B>
94 </PRE>
95 <HR>
96 <DL>
97 <DT><PRE>public class <B>HttpServletModel</B><DT>extends <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></DL>
98 </PRE>
99
100 <P>
101 <HR>
102
103 <P>
104 <!-- =========== FIELD SUMMARY =========== -->
105
106 <A NAME="field_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Field Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
114 <CODE>&nbsp;boolean</CODE></FONT></TD>
115 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#DISABLEHTTPCACHE">DISABLEHTTPCACHE</A></B></CODE>
116
117 <BR>
118 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
119 </TR>
120 </TABLE>
121 &nbsp;<A NAME="fields_inherited_from_class_org.boehn.kmlframework.kml.Kml"><!-- --></A>
122 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
123 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
124 <TH ALIGN="left"><B>Fields inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></B></TH>
125 </TR>
126 <TR BGCOLOR="white" CLASS="TableRowColor">
127 <TD><CODE><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#atomElementsIncluded">atomElementsIncluded</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#celestialData">celestialData</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#feature">feature</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#generateObjectIds">generateObjectIds</A></CODE></TD>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
132
133 <A NAME="constructor_summary"><!-- --></A>
134 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
137 <B>Constructor Summary</B></FONT></TH>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">HttpServletModel</A></B>(javax.servlet.http.HttpServletRequest&nbsp;request,
141 javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
142
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
145 </TR>
146 <TR BGCOLOR="white" CLASS="TableRowColor">
147 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean)">HttpServletModel</A></B>(javax.servlet.http.HttpServletRequest&nbsp;request,
148 javax.servlet.http.HttpServletResponse&nbsp;response,
149 boolean&nbsp;handleTransactions)</CODE>
150
151 <BR>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153 </TR>
154 </TABLE>
155 &nbsp;
156 <!-- ========== METHOD SUMMARY =========== -->
157
158 <A NAME="method_summary"><!-- --></A>
159 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
160 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
161 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
162 <B>Method Summary</B></FONT></TH>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
167 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#getBaseUrl()">getBaseUrl</A></B>()</CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174 <CODE>&nbsp;javax.servlet.http.HttpServletResponse</CODE></FONT></TD>
175 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#getResponse()">getResponse</A></B>()</CODE>
176
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
183 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#getSessionId()">getSessionId</A></B>()</CODE>
184
185 <BR>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
187 </TR>
188 <TR BGCOLOR="white" CLASS="TableRowColor">
189 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190 <CODE>&nbsp;void</CODE></FONT></TD>
191 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#setNetworkLinkControl(org.boehn.kmlframework.todo.servlet.NetworkLinkControl)">setNetworkLinkControl</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>&nbsp;networkLinkControl)</CODE>
192
193 <BR>
194 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
195 </TR>
196 <TR BGCOLOR="white" CLASS="TableRowColor">
197 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198 <CODE>&nbsp;void</CODE></FONT></TD>
199 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#setResponse(javax.servlet.http.HttpServletResponse)">setResponse</A></B>(javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
200
201 <BR>
202 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
203 </TR>
204 <TR BGCOLOR="white" CLASS="TableRowColor">
205 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
206 <CODE>&nbsp;void</CODE></FONT></TD>
207 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#setSessionId(java.lang.String)">setSessionId</A></B>(java.lang.String&nbsp;sessionId)</CODE>
208
209 <BR>
210 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
211 </TR>
212 <TR BGCOLOR="white" CLASS="TableRowColor">
213 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
214 <CODE>&nbsp;void</CODE></FONT></TD>
215 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#write()">write</A></B>()</CODE>
216
217 <BR>
218 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
219 </TR>
220 </TABLE>
221 &nbsp;<A NAME="methods_inherited_from_class_org.boehn.kmlframework.kml.Kml"><!-- --></A>
222 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
223 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
224 <TH ALIGN="left"><B>Methods inherited from class org.boehn.kmlframework.kml.<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A></B></TH>
225 </TR>
226 <TR BGCOLOR="white" CLASS="TableRowColor">
227 <TD><CODE><A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#createKml(java.io.PrintWriter)">createKml</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#createKml(java.lang.String)">createKml</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#createKmz(java.lang.String)">createKmz</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#getFeature()">getFeature</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#getNetworkLinkControl()">getNetworkLinkControl</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#getXmlIndent()">getXmlIndent</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#isAtomElementsIncluded()">isAtomElementsIncluded</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#isCelestialData()">isCelestialData</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#isGenerateObjectIds()">isGenerateObjectIds</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#print(int, java.lang.String)">print</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#print(java.lang.String)">print</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#print(java.lang.String, int)">print</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#println(int, java.lang.String)">println</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#println(java.lang.String)">println</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#println(java.lang.String, int)">println</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#setAtomElementsIncluded(boolean)">setAtomElementsIncluded</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#setCelestialData(boolean)">setCelestialData</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#setFeature(org.boehn.kmlframework.kml.Feature)">setFeature</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#setGenerateObjectIds(boolean)">setGenerateObjectIds</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#setNetworkLinkControl(org.boehn.kmlframework.kml.NetworkLinkControl)">setNetworkLinkControl</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#setXmlIndent(boolean)">setXmlIndent</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#toString()">toString</A>, <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html#write(org.boehn.kmlframework.kml.Kml)">write</A></CODE></TD>
228 </TR>
229 </TABLE>
230 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
231 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
232 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
233 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
234 </TR>
235 <TR BGCOLOR="white" CLASS="TableRowColor">
236 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
237 </TR>
238 </TABLE>
239 &nbsp;
240 <P>
241
242 <!-- ============ FIELD DETAIL =========== -->
243
244 <A NAME="field_detail"><!-- --></A>
245 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
246 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
247 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
248 <B>Field Detail</B></FONT></TH>
249 </TR>
250 </TABLE>
251
252 <A NAME="DISABLEHTTPCACHE"><!-- --></A><H3>
253 DISABLEHTTPCACHE</H3>
254 <PRE>
255 public boolean <B>DISABLEHTTPCACHE</B></PRE>
256 <DL>
257 <DL>
258 </DL>
259 </DL>
260
261 <!-- ========= CONSTRUCTOR DETAIL ======== -->
262
263 <A NAME="constructor_detail"><!-- --></A>
264 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
265 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
266 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
267 <B>Constructor Detail</B></FONT></TH>
268 </TR>
269 </TABLE>
270
271 <A NAME="HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
272 HttpServletModel</H3>
273 <PRE>
274 public <B>HttpServletModel</B>(javax.servlet.http.HttpServletRequest&nbsp;request,
275 javax.servlet.http.HttpServletResponse&nbsp;response)</PRE>
276 <DL>
277 </DL>
278 <HR>
279
280 <A NAME="HttpServletModel(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean)"><!-- --></A><H3>
281 HttpServletModel</H3>
282 <PRE>
283 public <B>HttpServletModel</B>(javax.servlet.http.HttpServletRequest&nbsp;request,
284 javax.servlet.http.HttpServletResponse&nbsp;response,
285 boolean&nbsp;handleTransactions)</PRE>
286 <DL>
287 </DL>
288
289 <!-- ============ METHOD DETAIL ========== -->
290
291 <A NAME="method_detail"><!-- --></A>
292 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
293 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
294 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
295 <B>Method Detail</B></FONT></TH>
296 </TR>
297 </TABLE>
298
299 <A NAME="setNetworkLinkControl(org.boehn.kmlframework.todo.servlet.NetworkLinkControl)"><!-- --></A><H3>
300 setNetworkLinkControl</H3>
301 <PRE>
302 public void <B>setNetworkLinkControl</B>(<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>&nbsp;networkLinkControl)</PRE>
303 <DL>
304 <DD><DL>
305 </DL>
306 </DD>
307 </DL>
308 <HR>
309
310 <A NAME="getBaseUrl()"><!-- --></A><H3>
311 getBaseUrl</H3>
312 <PRE>
313 public java.lang.String <B>getBaseUrl</B>()</PRE>
314 <DL>
315 <DD><DL>
316 </DL>
317 </DD>
318 </DL>
319 <HR>
320
321 <A NAME="getResponse()"><!-- --></A><H3>
322 getResponse</H3>
323 <PRE>
324 public javax.servlet.http.HttpServletResponse <B>getResponse</B>()</PRE>
325 <DL>
326 <DD><DL>
327 </DL>
328 </DD>
329 </DL>
330 <HR>
331
332 <A NAME="setResponse(javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
333 setResponse</H3>
334 <PRE>
335 public void <B>setResponse</B>(javax.servlet.http.HttpServletResponse&nbsp;response)</PRE>
336 <DL>
337 <DD><DL>
338 </DL>
339 </DD>
340 </DL>
341 <HR>
342
343 <A NAME="getSessionId()"><!-- --></A><H3>
344 getSessionId</H3>
345 <PRE>
346 public java.lang.String <B>getSessionId</B>()</PRE>
347 <DL>
348 <DD><DL>
349 </DL>
350 </DD>
351 </DL>
352 <HR>
353
354 <A NAME="setSessionId(java.lang.String)"><!-- --></A><H3>
355 setSessionId</H3>
356 <PRE>
357 public void <B>setSessionId</B>(java.lang.String&nbsp;sessionId)</PRE>
358 <DL>
359 <DD><DL>
360 </DL>
361 </DD>
362 </DL>
363 <HR>
364
365 <A NAME="write()"><!-- --></A><H3>
366 write</H3>
367 <PRE>
368 public void <B>write</B>()
369 throws <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A>,
370 java.io.IOException</PRE>
371 <DL>
372 <DD><DL>
373
374 <DT><B>Throws:</B>
375 <DD><CODE><A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE>
376 <DD><CODE>java.io.IOException</CODE></DL>
377 </DD>
378 </DL>
379 <!-- ========= END OF CLASS DATA ========= -->
380 <HR>
381
382
383 <!-- ======= START OF BOTTOM NAVBAR ====== -->
384 <A NAME="navbar_bottom"><!-- --></A>
385 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
386 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
387 <TR>
388 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
389 <A NAME="navbar_bottom_firstrow"><!-- --></A>
390 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
391 <TR ALIGN="center" VALIGN="top">
392 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
393 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
394 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
395 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpServletModel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
396 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
397 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
398 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
399 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
400 </TR>
401 </TABLE>
402 </TD>
403 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
404 </EM>
405 </TD>
406 </TR>
407
408 <TR>
409 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
410 &nbsp;PREV CLASS&nbsp;
411 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NEXT CLASS</B></A></FONT></TD>
412 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
413 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/HttpServletModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
414 &nbsp;<A HREF="HttpServletModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
415 &nbsp;<SCRIPT type="text/javascript">
416 <!--
417 if(window==top) {
418 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
419 }
420 //-->
421 </SCRIPT>
422 <NOSCRIPT>
423 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
424 </NOSCRIPT>
425
426
427 </FONT></TD>
428 </TR>
429 <TR>
430 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
431 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
432 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
433 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
434 </TR>
435 </TABLE>
436 <A NAME="skip-navbar_bottom"></A>
437 <!-- ======== END OF BOTTOM NAVBAR ======= -->
438
439 <HR>
440
441 </BODY>
442 </HTML>
+0
-652
documentation/javadoc/org/boehn/kmlframework/todo/servlet/NetworkLink.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 NetworkLink (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.NetworkLink class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="NetworkLink (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NetworkLink.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/NetworkLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="NetworkLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.servlet</FONT>
88 <BR>
89 Class NetworkLink</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.servlet.NetworkLink</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>NetworkLink</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#NetworkLink()">NetworkLink</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 <TR BGCOLOR="white" CLASS="TableRowColor">
119 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#NetworkLink(java.lang.String, java.lang.String)">NetworkLink</A></B>(java.lang.String&nbsp;url,
120 java.lang.String&nbsp;name)</CODE>
121
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
124 </TR>
125 </TABLE>
126 &nbsp;
127 <!-- ========== METHOD SUMMARY =========== -->
128
129 <A NAME="method_summary"><!-- --></A>
130 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
131 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
132 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
133 <B>Method Summary</B></FONT></TH>
134 </TR>
135 <TR BGCOLOR="white" CLASS="TableRowColor">
136 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
137 <CODE>&nbsp;void</CODE></FONT></TD>
138 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
139 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
140 org.w3c.dom.Document&nbsp;xmlDocument)</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getFlyToView()">getFlyToView</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getName()">getName</A></B>()</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160 </TR>
161 <TR BGCOLOR="white" CLASS="TableRowColor">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
164 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getOpen()">getOpen</A></B>()</CODE>
165
166 <BR>
167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
172 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getRefreshInterval()">getRefreshInterval</A></B>()</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A></CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getRefreshMode()">getRefreshMode</A></B>()</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
184 </TR>
185 <TR BGCOLOR="white" CLASS="TableRowColor">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
188 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getRefreshVisibility()">getRefreshVisibility</A></B>()</CODE>
189
190 <BR>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getUrl()">getUrl</A></B>()</CODE>
197
198 <BR>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200 </TR>
201 <TR BGCOLOR="white" CLASS="TableRowColor">
202 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
204 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getViewFormat()">getViewFormat</A></B>()</CODE>
205
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208 </TR>
209 <TR BGCOLOR="white" CLASS="TableRowColor">
210 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211 <CODE>&nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A></CODE></FONT></TD>
212 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getViewRefreshMode()">getViewRefreshMode</A></B>()</CODE>
213
214 <BR>
215 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216 </TR>
217 <TR BGCOLOR="white" CLASS="TableRowColor">
218 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
219 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
220 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getViewRefreshTime()">getViewRefreshTime</A></B>()</CODE>
221
222 <BR>
223 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
224 </TR>
225 <TR BGCOLOR="white" CLASS="TableRowColor">
226 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
227 <CODE>&nbsp;void</CODE></FONT></TD>
228 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setFlyToView(java.lang.Boolean)">setFlyToView</A></B>(java.lang.Boolean&nbsp;flyToView)</CODE>
229
230 <BR>
231 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
232 </TR>
233 <TR BGCOLOR="white" CLASS="TableRowColor">
234 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
235 <CODE>&nbsp;void</CODE></FONT></TD>
236 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;name)</CODE>
237
238 <BR>
239 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
240 </TR>
241 <TR BGCOLOR="white" CLASS="TableRowColor">
242 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
243 <CODE>&nbsp;void</CODE></FONT></TD>
244 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setOpen(java.lang.Boolean)">setOpen</A></B>(java.lang.Boolean&nbsp;open)</CODE>
245
246 <BR>
247 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
248 </TR>
249 <TR BGCOLOR="white" CLASS="TableRowColor">
250 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
251 <CODE>&nbsp;void</CODE></FONT></TD>
252 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setRefreshInterval(java.lang.Integer)">setRefreshInterval</A></B>(java.lang.Integer&nbsp;refreshInterval)</CODE>
253
254 <BR>
255 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
256 </TR>
257 <TR BGCOLOR="white" CLASS="TableRowColor">
258 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
259 <CODE>&nbsp;void</CODE></FONT></TD>
260 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setRefreshMode(org.boehn.kmlframework.todo.servlet.RefreshModes)">setRefreshMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>&nbsp;refreshMode)</CODE>
261
262 <BR>
263 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
264 </TR>
265 <TR BGCOLOR="white" CLASS="TableRowColor">
266 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
267 <CODE>&nbsp;void</CODE></FONT></TD>
268 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setRefreshVisibility(java.lang.Boolean)">setRefreshVisibility</A></B>(java.lang.Boolean&nbsp;refreshVisibility)</CODE>
269
270 <BR>
271 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
272 </TR>
273 <TR BGCOLOR="white" CLASS="TableRowColor">
274 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
275 <CODE>&nbsp;void</CODE></FONT></TD>
276 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setUrl(java.lang.String)">setUrl</A></B>(java.lang.String&nbsp;url)</CODE>
277
278 <BR>
279 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
280 </TR>
281 <TR BGCOLOR="white" CLASS="TableRowColor">
282 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
283 <CODE>&nbsp;void</CODE></FONT></TD>
284 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setViewFormat(java.lang.String)">setViewFormat</A></B>(java.lang.String&nbsp;viewFormat)</CODE>
285
286 <BR>
287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
291 <CODE>&nbsp;void</CODE></FONT></TD>
292 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setViewRefreshMode(org.boehn.kmlframework.todo.servlet.ViewRefreshModes)">setViewRefreshMode</A></B>(<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>&nbsp;viewRefreshMode)</CODE>
293
294 <BR>
295 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
296 </TR>
297 <TR BGCOLOR="white" CLASS="TableRowColor">
298 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
299 <CODE>&nbsp;void</CODE></FONT></TD>
300 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setViewRefreshTime(java.lang.Integer)">setViewRefreshTime</A></B>(java.lang.Integer&nbsp;viewRefreshTime)</CODE>
301
302 <BR>
303 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
304 </TR>
305 </TABLE>
306 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
307 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
308 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
309 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
310 </TR>
311 <TR BGCOLOR="white" CLASS="TableRowColor">
312 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
313 </TR>
314 </TABLE>
315 &nbsp;
316 <P>
317
318 <!-- ========= CONSTRUCTOR DETAIL ======== -->
319
320 <A NAME="constructor_detail"><!-- --></A>
321 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
322 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
323 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
324 <B>Constructor Detail</B></FONT></TH>
325 </TR>
326 </TABLE>
327
328 <A NAME="NetworkLink()"><!-- --></A><H3>
329 NetworkLink</H3>
330 <PRE>
331 public <B>NetworkLink</B>()</PRE>
332 <DL>
333 </DL>
334 <HR>
335
336 <A NAME="NetworkLink(java.lang.String, java.lang.String)"><!-- --></A><H3>
337 NetworkLink</H3>
338 <PRE>
339 public <B>NetworkLink</B>(java.lang.String&nbsp;url,
340 java.lang.String&nbsp;name)</PRE>
341 <DL>
342 </DL>
343
344 <!-- ============ METHOD DETAIL ========== -->
345
346 <A NAME="method_detail"><!-- --></A>
347 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
348 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
349 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
350 <B>Method Detail</B></FONT></TH>
351 </TR>
352 </TABLE>
353
354 <A NAME="getFlyToView()"><!-- --></A><H3>
355 getFlyToView</H3>
356 <PRE>
357 public java.lang.Boolean <B>getFlyToView</B>()</PRE>
358 <DL>
359 <DD><DL>
360 </DL>
361 </DD>
362 </DL>
363 <HR>
364
365 <A NAME="setFlyToView(java.lang.Boolean)"><!-- --></A><H3>
366 setFlyToView</H3>
367 <PRE>
368 public void <B>setFlyToView</B>(java.lang.Boolean&nbsp;flyToView)</PRE>
369 <DL>
370 <DD><DL>
371 </DL>
372 </DD>
373 </DL>
374 <HR>
375
376 <A NAME="getName()"><!-- --></A><H3>
377 getName</H3>
378 <PRE>
379 public java.lang.String <B>getName</B>()</PRE>
380 <DL>
381 <DD><DL>
382 </DL>
383 </DD>
384 </DL>
385 <HR>
386
387 <A NAME="setName(java.lang.String)"><!-- --></A><H3>
388 setName</H3>
389 <PRE>
390 public void <B>setName</B>(java.lang.String&nbsp;name)</PRE>
391 <DL>
392 <DD><DL>
393 </DL>
394 </DD>
395 </DL>
396 <HR>
397
398 <A NAME="getRefreshMode()"><!-- --></A><H3>
399 getRefreshMode</H3>
400 <PRE>
401 public <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A> <B>getRefreshMode</B>()</PRE>
402 <DL>
403 <DD><DL>
404 </DL>
405 </DD>
406 </DL>
407 <HR>
408
409 <A NAME="setRefreshMode(org.boehn.kmlframework.todo.servlet.RefreshModes)"><!-- --></A><H3>
410 setRefreshMode</H3>
411 <PRE>
412 public void <B>setRefreshMode</B>(<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>&nbsp;refreshMode)</PRE>
413 <DL>
414 <DD><DL>
415 </DL>
416 </DD>
417 </DL>
418 <HR>
419
420 <A NAME="getRefreshInterval()"><!-- --></A><H3>
421 getRefreshInterval</H3>
422 <PRE>
423 public java.lang.Integer <B>getRefreshInterval</B>()</PRE>
424 <DL>
425 <DD><DL>
426 </DL>
427 </DD>
428 </DL>
429 <HR>
430
431 <A NAME="setRefreshInterval(java.lang.Integer)"><!-- --></A><H3>
432 setRefreshInterval</H3>
433 <PRE>
434 public void <B>setRefreshInterval</B>(java.lang.Integer&nbsp;refreshInterval)</PRE>
435 <DL>
436 <DD><DL>
437 </DL>
438 </DD>
439 </DL>
440 <HR>
441
442 <A NAME="getUrl()"><!-- --></A><H3>
443 getUrl</H3>
444 <PRE>
445 public java.lang.String <B>getUrl</B>()</PRE>
446 <DL>
447 <DD><DL>
448 </DL>
449 </DD>
450 </DL>
451 <HR>
452
453 <A NAME="setUrl(java.lang.String)"><!-- --></A><H3>
454 setUrl</H3>
455 <PRE>
456 public void <B>setUrl</B>(java.lang.String&nbsp;url)</PRE>
457 <DL>
458 <DD><DL>
459 </DL>
460 </DD>
461 </DL>
462 <HR>
463
464 <A NAME="getViewFormat()"><!-- --></A><H3>
465 getViewFormat</H3>
466 <PRE>
467 public java.lang.String <B>getViewFormat</B>()</PRE>
468 <DL>
469 <DD><DL>
470 </DL>
471 </DD>
472 </DL>
473 <HR>
474
475 <A NAME="setViewFormat(java.lang.String)"><!-- --></A><H3>
476 setViewFormat</H3>
477 <PRE>
478 public void <B>setViewFormat</B>(java.lang.String&nbsp;viewFormat)</PRE>
479 <DL>
480 <DD><DL>
481 </DL>
482 </DD>
483 </DL>
484 <HR>
485
486 <A NAME="getViewRefreshMode()"><!-- --></A><H3>
487 getViewRefreshMode</H3>
488 <PRE>
489 public <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A> <B>getViewRefreshMode</B>()</PRE>
490 <DL>
491 <DD><DL>
492 </DL>
493 </DD>
494 </DL>
495 <HR>
496
497 <A NAME="setViewRefreshMode(org.boehn.kmlframework.todo.servlet.ViewRefreshModes)"><!-- --></A><H3>
498 setViewRefreshMode</H3>
499 <PRE>
500 public void <B>setViewRefreshMode</B>(<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>&nbsp;viewRefreshMode)</PRE>
501 <DL>
502 <DD><DL>
503 </DL>
504 </DD>
505 </DL>
506 <HR>
507
508 <A NAME="getViewRefreshTime()"><!-- --></A><H3>
509 getViewRefreshTime</H3>
510 <PRE>
511 public java.lang.Integer <B>getViewRefreshTime</B>()</PRE>
512 <DL>
513 <DD><DL>
514 </DL>
515 </DD>
516 </DL>
517 <HR>
518
519 <A NAME="setViewRefreshTime(java.lang.Integer)"><!-- --></A><H3>
520 setViewRefreshTime</H3>
521 <PRE>
522 public void <B>setViewRefreshTime</B>(java.lang.Integer&nbsp;viewRefreshTime)</PRE>
523 <DL>
524 <DD><DL>
525 </DL>
526 </DD>
527 </DL>
528 <HR>
529
530 <A NAME="getRefreshVisibility()"><!-- --></A><H3>
531 getRefreshVisibility</H3>
532 <PRE>
533 public java.lang.Boolean <B>getRefreshVisibility</B>()</PRE>
534 <DL>
535 <DD><DL>
536 </DL>
537 </DD>
538 </DL>
539 <HR>
540
541 <A NAME="setRefreshVisibility(java.lang.Boolean)"><!-- --></A><H3>
542 setRefreshVisibility</H3>
543 <PRE>
544 public void <B>setRefreshVisibility</B>(java.lang.Boolean&nbsp;refreshVisibility)</PRE>
545 <DL>
546 <DD><DL>
547 </DL>
548 </DD>
549 </DL>
550 <HR>
551
552 <A NAME="getOpen()"><!-- --></A><H3>
553 getOpen</H3>
554 <PRE>
555 public java.lang.Boolean <B>getOpen</B>()</PRE>
556 <DL>
557 <DD><DL>
558 </DL>
559 </DD>
560 </DL>
561 <HR>
562
563 <A NAME="setOpen(java.lang.Boolean)"><!-- --></A><H3>
564 setOpen</H3>
565 <PRE>
566 public void <B>setOpen</B>(java.lang.Boolean&nbsp;open)</PRE>
567 <DL>
568 <DD><DL>
569 </DL>
570 </DD>
571 </DL>
572 <HR>
573
574 <A NAME="addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)"><!-- --></A><H3>
575 addKml</H3>
576 <PRE>
577 public void <B>addKml</B>(org.w3c.dom.Element&nbsp;parentElement,
578 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
579 org.w3c.dom.Document&nbsp;xmlDocument)
580 throws <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
581 <DL>
582 <DD><DL>
583
584 <DT><B>Throws:</B>
585 <DD><CODE><A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
586 </DD>
587 </DL>
588 <!-- ========= END OF CLASS DATA ========= -->
589 <HR>
590
591
592 <!-- ======= START OF BOTTOM NAVBAR ====== -->
593 <A NAME="navbar_bottom"><!-- --></A>
594 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
595 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
596 <TR>
597 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
598 <A NAME="navbar_bottom_firstrow"><!-- --></A>
599 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
600 <TR ALIGN="center" VALIGN="top">
601 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
602 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
603 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
604 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NetworkLink.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
605 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
606 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
607 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
608 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
609 </TR>
610 </TABLE>
611 </TD>
612 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
613 </EM>
614 </TD>
615 </TR>
616
617 <TR>
618 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
619 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet"><B>PREV CLASS</B></A>&nbsp;
620 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NEXT CLASS</B></A></FONT></TD>
621 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
622 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/NetworkLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
623 &nbsp;<A HREF="NetworkLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
624 &nbsp;<SCRIPT type="text/javascript">
625 <!--
626 if(window==top) {
627 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
628 }
629 //-->
630 </SCRIPT>
631 <NOSCRIPT>
632 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
633 </NOSCRIPT>
634
635
636 </FONT></TD>
637 </TR>
638 <TR>
639 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
640 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
641 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
642 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
643 </TR>
644 </TABLE>
645 <A NAME="skip-navbar_bottom"></A>
646 <!-- ======== END OF BOTTOM NAVBAR ======= -->
647
648 <HR>
649
650 </BODY>
651 </HTML>
+0
-468
documentation/javadoc/org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 NetworkLinkControl (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.NetworkLinkControl class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="NetworkLinkControl (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NetworkLinkControl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="NetworkLinkControl.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.servlet</FONT>
88 <BR>
89 Class NetworkLinkControl</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.servlet.NetworkLinkControl</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>NetworkLinkControl</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#NetworkLinkControl()">NetworkLinkControl</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 <TR BGCOLOR="white" CLASS="TableRowColor">
119 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#NetworkLinkControl(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer)">NetworkLinkControl</A></B>(java.lang.String&nbsp;message,
120 java.lang.String&nbsp;cookie,
121 java.lang.String&nbsp;linkName,
122 java.lang.String&nbsp;linkDescription,
123 java.lang.Integer&nbsp;minRefreshPeriod)</CODE>
124
125 <BR>
126 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
127 </TR>
128 </TABLE>
129 &nbsp;
130 <!-- ========== METHOD SUMMARY =========== -->
131
132 <A NAME="method_summary"><!-- --></A>
133 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
135 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
136 <B>Method Summary</B></FONT></TH>
137 </TR>
138 <TR BGCOLOR="white" CLASS="TableRowColor">
139 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140 <CODE>&nbsp;void</CODE></FONT></TD>
141 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)">addKml</A></B>(org.w3c.dom.Element&nbsp;parentElement,
142 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
143 org.w3c.dom.Document&nbsp;xmlDocument)</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
151 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#getCookie()">getCookie</A></B>()</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
159 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#getLinkDescription()">getLinkDescription</A></B>()</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
167 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#getLinkName()">getLinkName</A></B>()</CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
175 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#getMessage()">getMessage</A></B>()</CODE>
176
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182 <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
183 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#getMinRefreshPeriod()">getMinRefreshPeriod</A></B>()</CODE>
184
185 <BR>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
187 </TR>
188 <TR BGCOLOR="white" CLASS="TableRowColor">
189 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190 <CODE>&nbsp;void</CODE></FONT></TD>
191 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#setCookie(java.lang.String)">setCookie</A></B>(java.lang.String&nbsp;cookie)</CODE>
192
193 <BR>
194 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
195 </TR>
196 <TR BGCOLOR="white" CLASS="TableRowColor">
197 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198 <CODE>&nbsp;void</CODE></FONT></TD>
199 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#setLinkDescription(java.lang.String)">setLinkDescription</A></B>(java.lang.String&nbsp;linkDescription)</CODE>
200
201 <BR>
202 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
203 </TR>
204 <TR BGCOLOR="white" CLASS="TableRowColor">
205 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
206 <CODE>&nbsp;void</CODE></FONT></TD>
207 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#setLinkName(java.lang.String)">setLinkName</A></B>(java.lang.String&nbsp;linkName)</CODE>
208
209 <BR>
210 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
211 </TR>
212 <TR BGCOLOR="white" CLASS="TableRowColor">
213 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
214 <CODE>&nbsp;void</CODE></FONT></TD>
215 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#setMessage(java.lang.String)">setMessage</A></B>(java.lang.String&nbsp;message)</CODE>
216
217 <BR>
218 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
219 </TR>
220 <TR BGCOLOR="white" CLASS="TableRowColor">
221 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
222 <CODE>&nbsp;void</CODE></FONT></TD>
223 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html#setMinRefreshPeriod(java.lang.Integer)">setMinRefreshPeriod</A></B>(java.lang.Integer&nbsp;minRefreshPeriod)</CODE>
224
225 <BR>
226 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
227 </TR>
228 </TABLE>
229 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
230 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
231 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
232 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
233 </TR>
234 <TR BGCOLOR="white" CLASS="TableRowColor">
235 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
236 </TR>
237 </TABLE>
238 &nbsp;
239 <P>
240
241 <!-- ========= CONSTRUCTOR DETAIL ======== -->
242
243 <A NAME="constructor_detail"><!-- --></A>
244 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
245 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
246 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
247 <B>Constructor Detail</B></FONT></TH>
248 </TR>
249 </TABLE>
250
251 <A NAME="NetworkLinkControl()"><!-- --></A><H3>
252 NetworkLinkControl</H3>
253 <PRE>
254 public <B>NetworkLinkControl</B>()</PRE>
255 <DL>
256 </DL>
257 <HR>
258
259 <A NAME="NetworkLinkControl(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer)"><!-- --></A><H3>
260 NetworkLinkControl</H3>
261 <PRE>
262 public <B>NetworkLinkControl</B>(java.lang.String&nbsp;message,
263 java.lang.String&nbsp;cookie,
264 java.lang.String&nbsp;linkName,
265 java.lang.String&nbsp;linkDescription,
266 java.lang.Integer&nbsp;minRefreshPeriod)</PRE>
267 <DL>
268 </DL>
269
270 <!-- ============ METHOD DETAIL ========== -->
271
272 <A NAME="method_detail"><!-- --></A>
273 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
274 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
275 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
276 <B>Method Detail</B></FONT></TH>
277 </TR>
278 </TABLE>
279
280 <A NAME="getCookie()"><!-- --></A><H3>
281 getCookie</H3>
282 <PRE>
283 public java.lang.String <B>getCookie</B>()</PRE>
284 <DL>
285 <DD><DL>
286 </DL>
287 </DD>
288 </DL>
289 <HR>
290
291 <A NAME="setCookie(java.lang.String)"><!-- --></A><H3>
292 setCookie</H3>
293 <PRE>
294 public void <B>setCookie</B>(java.lang.String&nbsp;cookie)</PRE>
295 <DL>
296 <DD><DL>
297 </DL>
298 </DD>
299 </DL>
300 <HR>
301
302 <A NAME="getLinkDescription()"><!-- --></A><H3>
303 getLinkDescription</H3>
304 <PRE>
305 public java.lang.String <B>getLinkDescription</B>()</PRE>
306 <DL>
307 <DD><DL>
308 </DL>
309 </DD>
310 </DL>
311 <HR>
312
313 <A NAME="setLinkDescription(java.lang.String)"><!-- --></A><H3>
314 setLinkDescription</H3>
315 <PRE>
316 public void <B>setLinkDescription</B>(java.lang.String&nbsp;linkDescription)</PRE>
317 <DL>
318 <DD><DL>
319 </DL>
320 </DD>
321 </DL>
322 <HR>
323
324 <A NAME="getLinkName()"><!-- --></A><H3>
325 getLinkName</H3>
326 <PRE>
327 public java.lang.String <B>getLinkName</B>()</PRE>
328 <DL>
329 <DD><DL>
330 </DL>
331 </DD>
332 </DL>
333 <HR>
334
335 <A NAME="setLinkName(java.lang.String)"><!-- --></A><H3>
336 setLinkName</H3>
337 <PRE>
338 public void <B>setLinkName</B>(java.lang.String&nbsp;linkName)</PRE>
339 <DL>
340 <DD><DL>
341 </DL>
342 </DD>
343 </DL>
344 <HR>
345
346 <A NAME="getMessage()"><!-- --></A><H3>
347 getMessage</H3>
348 <PRE>
349 public java.lang.String <B>getMessage</B>()</PRE>
350 <DL>
351 <DD><DL>
352 </DL>
353 </DD>
354 </DL>
355 <HR>
356
357 <A NAME="setMessage(java.lang.String)"><!-- --></A><H3>
358 setMessage</H3>
359 <PRE>
360 public void <B>setMessage</B>(java.lang.String&nbsp;message)</PRE>
361 <DL>
362 <DD><DL>
363 </DL>
364 </DD>
365 </DL>
366 <HR>
367
368 <A NAME="getMinRefreshPeriod()"><!-- --></A><H3>
369 getMinRefreshPeriod</H3>
370 <PRE>
371 public java.lang.Integer <B>getMinRefreshPeriod</B>()</PRE>
372 <DL>
373 <DD><DL>
374 </DL>
375 </DD>
376 </DL>
377 <HR>
378
379 <A NAME="setMinRefreshPeriod(java.lang.Integer)"><!-- --></A><H3>
380 setMinRefreshPeriod</H3>
381 <PRE>
382 public void <B>setMinRefreshPeriod</B>(java.lang.Integer&nbsp;minRefreshPeriod)</PRE>
383 <DL>
384 <DD><DL>
385 </DL>
386 </DD>
387 </DL>
388 <HR>
389
390 <A NAME="addKml(org.w3c.dom.Element, org.boehn.kmlframework.kml.Kml, org.w3c.dom.Document)"><!-- --></A><H3>
391 addKml</H3>
392 <PRE>
393 public void <B>addKml</B>(org.w3c.dom.Element&nbsp;parentElement,
394 <A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml">Kml</A>&nbsp;model,
395 org.w3c.dom.Document&nbsp;xmlDocument)
396 throws <A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></PRE>
397 <DL>
398 <DD><DL>
399
400 <DT><B>Throws:</B>
401 <DD><CODE><A HREF="../../../../../org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">KmlException</A></CODE></DL>
402 </DD>
403 </DL>
404 <!-- ========= END OF CLASS DATA ========= -->
405 <HR>
406
407
408 <!-- ======= START OF BOTTOM NAVBAR ====== -->
409 <A NAME="navbar_bottom"><!-- --></A>
410 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
411 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
412 <TR>
413 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
414 <A NAME="navbar_bottom_firstrow"><!-- --></A>
415 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
416 <TR ALIGN="center" VALIGN="top">
417 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
418 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
419 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
420 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NetworkLinkControl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
421 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
422 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
423 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
424 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
425 </TR>
426 </TABLE>
427 </TD>
428 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
429 </EM>
430 </TD>
431 </TR>
432
433 <TR>
434 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
435 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet"><B>PREV CLASS</B></A>&nbsp;
436 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NEXT CLASS</B></A></FONT></TD>
437 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
438 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" target="_top"><B>FRAMES</B></A> &nbsp;
439 &nbsp;<A HREF="NetworkLinkControl.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
440 &nbsp;<SCRIPT type="text/javascript">
441 <!--
442 if(window==top) {
443 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
444 }
445 //-->
446 </SCRIPT>
447 <NOSCRIPT>
448 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
449 </NOSCRIPT>
450
451
452 </FONT></TD>
453 </TR>
454 <TR>
455 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
456 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
457 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
458 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
459 </TR>
460 </TABLE>
461 <A NAME="skip-navbar_bottom"></A>
462 <!-- ======== END OF BOTTOM NAVBAR ======= -->
463
464 <HR>
465
466 </BODY>
467 </HTML>
+0
-249
documentation/javadoc/org/boehn/kmlframework/todo/servlet/Observer.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Observer (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.Observer class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Observer (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Observer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/Observer.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Observer.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.servlet</FONT>
88 <BR>
89 Class Observer</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.servlet.Observer</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>Observer</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/Observer.html#Observer()">Observer</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 </TABLE>
119 &nbsp;
120 <!-- ========== METHOD SUMMARY =========== -->
121
122 <A NAME="method_summary"><!-- --></A>
123 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
125 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
126 <B>Method Summary</B></FONT></TH>
127 </TR>
128 <TR BGCOLOR="white" CLASS="TableRowColor">
129 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130 <CODE>&nbsp;java.lang.Boolean</CODE></FONT></TD>
131 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/Observer.html#isVisibleToObserver(org.boehn.kmlframework.coordinates.EarthCoordinate)">isVisibleToObserver</A></B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</CODE>
132
133 <BR>
134 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
135 </TR>
136 </TABLE>
137 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
140 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
144 </TR>
145 </TABLE>
146 &nbsp;
147 <P>
148
149 <!-- ========= CONSTRUCTOR DETAIL ======== -->
150
151 <A NAME="constructor_detail"><!-- --></A>
152 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
153 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
154 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
155 <B>Constructor Detail</B></FONT></TH>
156 </TR>
157 </TABLE>
158
159 <A NAME="Observer()"><!-- --></A><H3>
160 Observer</H3>
161 <PRE>
162 public <B>Observer</B>()</PRE>
163 <DL>
164 </DL>
165
166 <!-- ============ METHOD DETAIL ========== -->
167
168 <A NAME="method_detail"><!-- --></A>
169 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
170 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
171 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
172 <B>Method Detail</B></FONT></TH>
173 </TR>
174 </TABLE>
175
176 <A NAME="isVisibleToObserver(org.boehn.kmlframework.coordinates.EarthCoordinate)"><!-- --></A><H3>
177 isVisibleToObserver</H3>
178 <PRE>
179 public java.lang.Boolean <B>isVisibleToObserver</B>(<A HREF="../../../../../org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates">EarthCoordinate</A>&nbsp;earthCoordinate)</PRE>
180 <DL>
181 <DD><DL>
182 </DL>
183 </DD>
184 </DL>
185 <!-- ========= END OF CLASS DATA ========= -->
186 <HR>
187
188
189 <!-- ======= START OF BOTTOM NAVBAR ====== -->
190 <A NAME="navbar_bottom"><!-- --></A>
191 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
192 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
193 <TR>
194 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
195 <A NAME="navbar_bottom_firstrow"><!-- --></A>
196 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
197 <TR ALIGN="center" VALIGN="top">
198 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
199 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
200 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
201 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Observer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
202 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
203 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
204 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
205 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
206 </TR>
207 </TABLE>
208 </TD>
209 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
210 </EM>
211 </TD>
212 </TR>
213
214 <TR>
215 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
216 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet"><B>PREV CLASS</B></A>&nbsp;
217 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>NEXT CLASS</B></A></FONT></TD>
218 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
219 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/Observer.html" target="_top"><B>FRAMES</B></A> &nbsp;
220 &nbsp;<A HREF="Observer.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
221 &nbsp;<SCRIPT type="text/javascript">
222 <!--
223 if(window==top) {
224 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
225 }
226 //-->
227 </SCRIPT>
228 <NOSCRIPT>
229 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
230 </NOSCRIPT>
231
232
233 </FONT></TD>
234 </TR>
235 <TR>
236 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
237 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
238 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
239 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
240 </TR>
241 </TABLE>
242 <A NAME="skip-navbar_bottom"></A>
243 <!-- ======== END OF BOTTOM NAVBAR ======= -->
244
245 <HR>
246
247 </BODY>
248 </HTML>
+0
-318
documentation/javadoc/org/boehn/kmlframework/todo/servlet/RefreshModes.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 RefreshModes (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.RefreshModes class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="RefreshModes (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RefreshModes.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/RefreshModes.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="RefreshModes.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.servlet</FONT>
88 <BR>
89 Enum RefreshModes</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>&gt;
93 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.servlet.RefreshModes</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>RefreshModes</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html#once">once</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html#onInterval">onInterval</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A></CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>[]</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html#values()">values</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
152 the order they're declared.</TD>
153 </TR>
154 </TABLE>
155 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
156 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
157 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
158 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
159 </TR>
160 <TR BGCOLOR="white" CLASS="TableRowColor">
161 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
162 </TR>
163 </TABLE>
164 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
165 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
166 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
167 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
171 </TR>
172 </TABLE>
173 &nbsp;
174 <P>
175
176 <!-- ============ ENUM CONSTANT DETAIL =========== -->
177
178 <A NAME="enum_constant_detail"><!-- --></A>
179 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
181 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
182 <B>Enum Constant Detail</B></FONT></TH>
183 </TR>
184 </TABLE>
185
186 <A NAME="onInterval"><!-- --></A><H3>
187 onInterval</H3>
188 <PRE>
189 public static final <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A> <B>onInterval</B></PRE>
190 <DL>
191 <DL>
192 </DL>
193 </DL>
194 <HR>
195
196 <A NAME="once"><!-- --></A><H3>
197 once</H3>
198 <PRE>
199 public static final <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A> <B>once</B></PRE>
200 <DL>
201 <DL>
202 </DL>
203 </DL>
204
205 <!-- ============ METHOD DETAIL ========== -->
206
207 <A NAME="method_detail"><!-- --></A>
208 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
209 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
210 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
211 <B>Method Detail</B></FONT></TH>
212 </TR>
213 </TABLE>
214
215 <A NAME="values()"><!-- --></A><H3>
216 values</H3>
217 <PRE>
218 public static final <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>[] <B>values</B>()</PRE>
219 <DL>
220 <DD>Returns an array containing the constants of this enum type, in
221 the order they're declared. This method may be used to iterate
222 over the constants as follows:
223 <pre>
224 for(RefreshModes c : RefreshModes.values())
225 System.out.println(c);
226 </pre>
227 <P>
228 <DD><DL>
229
230 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
231 the order they're declared</DL>
232 </DD>
233 </DL>
234 <HR>
235
236 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
237 valueOf</H3>
238 <PRE>
239 public static <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
240 <DL>
241 <DD>Returns the enum constant of this type with the specified name.
242 The string must match <I>exactly</I> an identifier used to declare an
243 enum constant in this type. (Extraneous whitespace characters are
244 not permitted.)
245 <P>
246 <DD><DL>
247 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
248 <DT><B>Returns:</B><DD>the enum constant with the specified name
249 <DT><B>Throws:</B>
250 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
251 with the specified name</DL>
252 </DD>
253 </DL>
254 <!-- ========= END OF CLASS DATA ========= -->
255 <HR>
256
257
258 <!-- ======= START OF BOTTOM NAVBAR ====== -->
259 <A NAME="navbar_bottom"><!-- --></A>
260 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
261 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
262 <TR>
263 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
264 <A NAME="navbar_bottom_firstrow"><!-- --></A>
265 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
266 <TR ALIGN="center" VALIGN="top">
267 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
268 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
269 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
270 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RefreshModes.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
271 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
272 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
273 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
274 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
275 </TR>
276 </TABLE>
277 </TD>
278 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
279 </EM>
280 </TD>
281 </TR>
282
283 <TR>
284 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
285 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet"><B>PREV CLASS</B></A>&nbsp;
286 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>NEXT CLASS</B></A></FONT></TD>
287 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
288 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/RefreshModes.html" target="_top"><B>FRAMES</B></A> &nbsp;
289 &nbsp;<A HREF="RefreshModes.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
290 &nbsp;<SCRIPT type="text/javascript">
291 <!--
292 if(window==top) {
293 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
294 }
295 //-->
296 </SCRIPT>
297 <NOSCRIPT>
298 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
299 </NOSCRIPT>
300
301
302 </FONT></TD>
303 </TR>
304 <TR>
305 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
306 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
307 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
308 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
309 </TR>
310 </TABLE>
311 <A NAME="skip-navbar_bottom"></A>
312 <!-- ======== END OF BOTTOM NAVBAR ======= -->
313
314 <HR>
315
316 </BODY>
317 </HTML>
+0
-334
documentation/javadoc/org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 ViewRefreshModes (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.ViewRefreshModes class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="ViewRefreshModes (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ViewRefreshModes.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;NEXT CLASS</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ViewRefreshModes.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.servlet</FONT>
88 <BR>
89 Enum ViewRefreshModes</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>&gt;
93 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.servlet.ViewRefreshModes</B>
94 </PRE>
95 <DL>
96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>&gt;</DD>
97 </DL>
98 <HR>
99 <DL>
100 <DT><PRE>public enum <B>ViewRefreshModes</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>&gt;</DL>
101 </PRE>
102
103 <P>
104 <HR>
105
106 <P>
107 <!-- =========== ENUM CONSTANT SUMMARY =========== -->
108
109 <A NAME="enum_constant_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Enum Constant Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html#never">never</A></B></CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html#onRequest">onRequest</A></B></CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html#onStop">onStop</A></B></CODE>
129
130 <BR>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <!-- ========== METHOD SUMMARY =========== -->
136
137 <A NAME="method_summary"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
140 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
141 <B>Method Summary</B></FONT></TH>
142 </TR>
143 <TR BGCOLOR="white" CLASS="TableRowColor">
144 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
145 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A></CODE></FONT></TD>
146 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
147
148 <BR>
149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153 <CODE>static&nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>[]</CODE></FONT></TD>
154 <TD><CODE><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html#values()">values</A></B>()</CODE>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
158 the order they're declared.</TD>
159 </TR>
160 </TABLE>
161 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
162 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
163 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
164 <TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD><CODE>clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
168 </TR>
169 </TABLE>
170 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
171 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
172 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
173 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
174 </TR>
175 <TR BGCOLOR="white" CLASS="TableRowColor">
176 <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
177 </TR>
178 </TABLE>
179 &nbsp;
180 <P>
181
182 <!-- ============ ENUM CONSTANT DETAIL =========== -->
183
184 <A NAME="enum_constant_detail"><!-- --></A>
185 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
186 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
187 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
188 <B>Enum Constant Detail</B></FONT></TH>
189 </TR>
190 </TABLE>
191
192 <A NAME="never"><!-- --></A><H3>
193 never</H3>
194 <PRE>
195 public static final <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A> <B>never</B></PRE>
196 <DL>
197 <DL>
198 </DL>
199 </DL>
200 <HR>
201
202 <A NAME="onStop"><!-- --></A><H3>
203 onStop</H3>
204 <PRE>
205 public static final <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A> <B>onStop</B></PRE>
206 <DL>
207 <DL>
208 </DL>
209 </DL>
210 <HR>
211
212 <A NAME="onRequest"><!-- --></A><H3>
213 onRequest</H3>
214 <PRE>
215 public static final <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A> <B>onRequest</B></PRE>
216 <DL>
217 <DL>
218 </DL>
219 </DL>
220
221 <!-- ============ METHOD DETAIL ========== -->
222
223 <A NAME="method_detail"><!-- --></A>
224 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
225 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
226 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
227 <B>Method Detail</B></FONT></TH>
228 </TR>
229 </TABLE>
230
231 <A NAME="values()"><!-- --></A><H3>
232 values</H3>
233 <PRE>
234 public static final <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>[] <B>values</B>()</PRE>
235 <DL>
236 <DD>Returns an array containing the constants of this enum type, in
237 the order they're declared. This method may be used to iterate
238 over the constants as follows:
239 <pre>
240 for(ViewRefreshModes c : ViewRefreshModes.values())
241 System.out.println(c);
242 </pre>
243 <P>
244 <DD><DL>
245
246 <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
247 the order they're declared</DL>
248 </DD>
249 </DL>
250 <HR>
251
252 <A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
253 valueOf</H3>
254 <PRE>
255 public static <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE>
256 <DL>
257 <DD>Returns the enum constant of this type with the specified name.
258 The string must match <I>exactly</I> an identifier used to declare an
259 enum constant in this type. (Extraneous whitespace characters are
260 not permitted.)
261 <P>
262 <DD><DL>
263 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
264 <DT><B>Returns:</B><DD>the enum constant with the specified name
265 <DT><B>Throws:</B>
266 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
267 with the specified name</DL>
268 </DD>
269 </DL>
270 <!-- ========= END OF CLASS DATA ========= -->
271 <HR>
272
273
274 <!-- ======= START OF BOTTOM NAVBAR ====== -->
275 <A NAME="navbar_bottom"><!-- --></A>
276 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
277 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
278 <TR>
279 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
280 <A NAME="navbar_bottom_firstrow"><!-- --></A>
281 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
282 <TR ALIGN="center" VALIGN="top">
283 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
284 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
285 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
286 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ViewRefreshModes.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
287 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
288 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
289 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
290 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
291 </TR>
292 </TABLE>
293 </TD>
294 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
295 </EM>
296 </TD>
297 </TR>
298
299 <TR>
300 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
301 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>PREV CLASS</B></A>&nbsp;
302 &nbsp;NEXT CLASS</FONT></TD>
303 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
304 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" target="_top"><B>FRAMES</B></A> &nbsp;
305 &nbsp;<A HREF="ViewRefreshModes.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
306 &nbsp;<SCRIPT type="text/javascript">
307 <!--
308 if(window==top) {
309 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
310 }
311 //-->
312 </SCRIPT>
313 <NOSCRIPT>
314 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
315 </NOSCRIPT>
316
317
318 </FONT></TD>
319 </TR>
320 <TR>
321 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
322 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
323 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
324 DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
325 </TR>
326 </TABLE>
327 <A NAME="skip-navbar_bottom"></A>
328 <!-- ======== END OF BOTTOM NAVBAR ======= -->
329
330 <HR>
331
332 </BODY>
333 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/servlet/class-use/HttpServletModel.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.servlet.HttpServletModel (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.servlet.HttpServletModel (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/HttpServletModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="HttpServletModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.servlet.HttpServletModel</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.servlet.HttpServletModel
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/HttpServletModel.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="HttpServletModel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/servlet/class-use/NetworkLink.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.servlet.NetworkLink (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.servlet.NetworkLink (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/NetworkLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="NetworkLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.servlet.NetworkLink</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.servlet.NetworkLink
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/NetworkLink.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="NetworkLink.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-176
documentation/javadoc/org/boehn/kmlframework/todo/servlet/class-use/NetworkLinkControl.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.servlet.NetworkLinkControl (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.servlet.NetworkLinkControl (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/NetworkLinkControl.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="NetworkLinkControl.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.servlet.NetworkLinkControl</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo.servlet"><B>org.boehn.kmlframework.todo.servlet</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo.servlet"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A> in <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A> with parameters of type <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;void</CODE></FONT></TD>
111 <TD><CODE><B>HttpServletModel.</B><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html#setNetworkLinkControl(org.boehn.kmlframework.todo.servlet.NetworkLinkControl)">setNetworkLinkControl</A></B>(<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A>&nbsp;networkLinkControl)</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 </TABLE>
117 &nbsp;
118 <P>
119 <HR>
120
121
122 <!-- ======= START OF BOTTOM NAVBAR ====== -->
123 <A NAME="navbar_bottom"><!-- --></A>
124 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
125 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
126 <TR>
127 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
128 <A NAME="navbar_bottom_firstrow"><!-- --></A>
129 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
130 <TR ALIGN="center" VALIGN="top">
131 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
132 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
133 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
134 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
135 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
136 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
137 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
138 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
139 </TR>
140 </TABLE>
141 </TD>
142 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
143 </EM>
144 </TD>
145 </TR>
146
147 <TR>
148 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
149 &nbsp;PREV&nbsp;
150 &nbsp;NEXT</FONT></TD>
151 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
152 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/NetworkLinkControl.html" target="_top"><B>FRAMES</B></A> &nbsp;
153 &nbsp;<A HREF="NetworkLinkControl.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
154 &nbsp;<SCRIPT type="text/javascript">
155 <!--
156 if(window==top) {
157 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
158 }
159 //-->
160 </SCRIPT>
161 <NOSCRIPT>
162 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
163 </NOSCRIPT>
164
165
166 </FONT></TD>
167 </TR>
168 </TABLE>
169 <A NAME="skip-navbar_bottom"></A>
170 <!-- ======== END OF BOTTOM NAVBAR ======= -->
171
172 <HR>
173
174 </BODY>
175 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/servlet/class-use/Observer.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.servlet.Observer (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.servlet.Observer (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/Observer.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Observer.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.servlet.Observer</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.servlet.Observer
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/Observer.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Observer.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-209
documentation/javadoc/org/boehn/kmlframework/todo/servlet/class-use/RefreshModes.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.servlet.RefreshModes (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.servlet.RefreshModes (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/RefreshModes.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="RefreshModes.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.servlet.RefreshModes</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo.servlet"><B>org.boehn.kmlframework.todo.servlet</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo.servlet"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A> in <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A> that return <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A></CODE></FONT></TD>
111 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getRefreshMode()">getRefreshMode</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A></CODE></FONT></TD>
119 <TD><CODE><B>RefreshModes.</B><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>RefreshModes.</B><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A> with parameters of type <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setRefreshMode(org.boehn.kmlframework.todo.servlet.RefreshModes)">setRefreshMode</A></B>(<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A>&nbsp;refreshMode)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152 <HR>
153
154
155 <!-- ======= START OF BOTTOM NAVBAR ====== -->
156 <A NAME="navbar_bottom"><!-- --></A>
157 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
158 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
159 <TR>
160 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
161 <A NAME="navbar_bottom_firstrow"><!-- --></A>
162 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
163 <TR ALIGN="center" VALIGN="top">
164 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
165 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
169 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
172 </TR>
173 </TABLE>
174 </TD>
175 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
176 </EM>
177 </TD>
178 </TR>
179
180 <TR>
181 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
182 &nbsp;PREV&nbsp;
183 &nbsp;NEXT</FONT></TD>
184 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
185 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/RefreshModes.html" target="_top"><B>FRAMES</B></A> &nbsp;
186 &nbsp;<A HREF="RefreshModes.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
187 &nbsp;<SCRIPT type="text/javascript">
188 <!--
189 if(window==top) {
190 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
191 }
192 //-->
193 </SCRIPT>
194 <NOSCRIPT>
195 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
196 </NOSCRIPT>
197
198
199 </FONT></TD>
200 </TR>
201 </TABLE>
202 <A NAME="skip-navbar_bottom"></A>
203 <!-- ======== END OF BOTTOM NAVBAR ======= -->
204
205 <HR>
206
207 </BODY>
208 </HTML>
+0
-209
documentation/javadoc/org/boehn/kmlframework/todo/servlet/class-use/ViewRefreshModes.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.servlet.ViewRefreshModes (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.servlet.ViewRefreshModes (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/ViewRefreshModes.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="ViewRefreshModes.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.servlet.ViewRefreshModes</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo.servlet"><B>org.boehn.kmlframework.todo.servlet</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo.servlet"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Uses of <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A> in <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A></FONT></TH>
99 </TR>
100 </TABLE>
101 &nbsp;
102 <P>
103
104 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
106 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A> that return <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A></FONT></TH>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
110 <CODE>&nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A></CODE></FONT></TD>
111 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#getViewRefreshMode()">getViewRefreshMode</A></B>()</CODE>
112
113 <BR>
114 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>static&nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A></CODE></FONT></TD>
119 <TD><CODE><B>ViewRefreshModes.</B><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>static&nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>[]</CODE></FONT></TD>
127 <TD><CODE><B>ViewRefreshModes.</B><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html#values()">values</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
131 the order they're declared.</TD>
132 </TR>
133 </TABLE>
134 &nbsp;
135 <P>
136
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
139 <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A> with parameters of type <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>&nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B>NetworkLink.</B><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html#setViewRefreshMode(org.boehn.kmlframework.todo.servlet.ViewRefreshModes)">setViewRefreshMode</A></B>(<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A>&nbsp;viewRefreshMode)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <P>
152 <HR>
153
154
155 <!-- ======= START OF BOTTOM NAVBAR ====== -->
156 <A NAME="navbar_bottom"><!-- --></A>
157 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
158 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
159 <TR>
160 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
161 <A NAME="navbar_bottom_firstrow"><!-- --></A>
162 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
163 <TR ALIGN="center" VALIGN="top">
164 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
165 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
166 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
167 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
169 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
172 </TR>
173 </TABLE>
174 </TD>
175 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
176 </EM>
177 </TD>
178 </TR>
179
180 <TR>
181 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
182 &nbsp;PREV&nbsp;
183 &nbsp;NEXT</FONT></TD>
184 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
185 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/class-use/ViewRefreshModes.html" target="_top"><B>FRAMES</B></A> &nbsp;
186 &nbsp;<A HREF="ViewRefreshModes.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
187 &nbsp;<SCRIPT type="text/javascript">
188 <!--
189 if(window==top) {
190 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
191 }
192 //-->
193 </SCRIPT>
194 <NOSCRIPT>
195 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
196 </NOSCRIPT>
197
198
199 </FONT></TD>
200 </TR>
201 </TABLE>
202 <A NAME="skip-navbar_bottom"></A>
203 <!-- ======== END OF BOTTOM NAVBAR ======= -->
204
205 <HR>
206
207 </BODY>
208 </HTML>
+0
-308
documentation/javadoc/org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 KmzFilter (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.kmz.KmzFilter class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="KmzFilter (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KmzFilter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV CLASS&nbsp;
55 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="KmzFilter.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.servlet.kmz</FONT>
88 <BR>
89 Class KmzFilter</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.servlet.kmz.KmzFilter</B>
93 </PRE>
94 <DL>
95 <DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.Filter</DD>
96 </DL>
97 <HR>
98 <DL>
99 <DT><PRE>public class <B>KmzFilter</B><DT>extends java.lang.Object<DT>implements javax.servlet.Filter</DL>
100 </PRE>
101
102 <P>
103 <HR>
104
105 <P>
106
107 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
108
109 <A NAME="constructor_summary"><!-- --></A>
110 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
113 <B>Constructor Summary</B></FONT></TH>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html#KmzFilter()">KmzFilter</A></B>()</CODE>
117
118 <BR>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120 </TR>
121 </TABLE>
122 &nbsp;
123 <!-- ========== METHOD SUMMARY =========== -->
124
125 <A NAME="method_summary"><!-- --></A>
126 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
127 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
128 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
129 <B>Method Summary</B></FONT></TH>
130 </TR>
131 <TR BGCOLOR="white" CLASS="TableRowColor">
132 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
133 <CODE>&nbsp;void</CODE></FONT></TD>
134 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html#destroy()">destroy</A></B>()</CODE>
135
136 <BR>
137 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>&nbsp;void</CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)">doFilter</A></B>(javax.servlet.ServletRequest&nbsp;req,
143 javax.servlet.ServletResponse&nbsp;res,
144 javax.servlet.FilterChain&nbsp;chain)</CODE>
145
146 <BR>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
148 </TR>
149 <TR BGCOLOR="white" CLASS="TableRowColor">
150 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
151 <CODE>&nbsp;void</CODE></FONT></TD>
152 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html#init(javax.servlet.FilterConfig)">init</A></B>(javax.servlet.FilterConfig&nbsp;filterConfig)</CODE>
153
154 <BR>
155 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
156 </TR>
157 </TABLE>
158 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
159 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
160 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
161 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
165 </TR>
166 </TABLE>
167 &nbsp;
168 <P>
169
170 <!-- ========= CONSTRUCTOR DETAIL ======== -->
171
172 <A NAME="constructor_detail"><!-- --></A>
173 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
174 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
175 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
176 <B>Constructor Detail</B></FONT></TH>
177 </TR>
178 </TABLE>
179
180 <A NAME="KmzFilter()"><!-- --></A><H3>
181 KmzFilter</H3>
182 <PRE>
183 public <B>KmzFilter</B>()</PRE>
184 <DL>
185 </DL>
186
187 <!-- ============ METHOD DETAIL ========== -->
188
189 <A NAME="method_detail"><!-- --></A>
190 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
191 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
192 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
193 <B>Method Detail</B></FONT></TH>
194 </TR>
195 </TABLE>
196
197 <A NAME="doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><!-- --></A><H3>
198 doFilter</H3>
199 <PRE>
200 public void <B>doFilter</B>(javax.servlet.ServletRequest&nbsp;req,
201 javax.servlet.ServletResponse&nbsp;res,
202 javax.servlet.FilterChain&nbsp;chain)
203 throws java.io.IOException,
204 javax.servlet.ServletException</PRE>
205 <DL>
206 <DD><DL>
207 <DT><B>Specified by:</B><DD><CODE>doFilter</CODE> in interface <CODE>javax.servlet.Filter</CODE></DL>
208 </DD>
209 <DD><DL>
210
211 <DT><B>Throws:</B>
212 <DD><CODE>java.io.IOException</CODE>
213 <DD><CODE>javax.servlet.ServletException</CODE></DL>
214 </DD>
215 </DL>
216 <HR>
217
218 <A NAME="init(javax.servlet.FilterConfig)"><!-- --></A><H3>
219 init</H3>
220 <PRE>
221 public void <B>init</B>(javax.servlet.FilterConfig&nbsp;filterConfig)</PRE>
222 <DL>
223 <DD><DL>
224 <DT><B>Specified by:</B><DD><CODE>init</CODE> in interface <CODE>javax.servlet.Filter</CODE></DL>
225 </DD>
226 <DD><DL>
227 </DL>
228 </DD>
229 </DL>
230 <HR>
231
232 <A NAME="destroy()"><!-- --></A><H3>
233 destroy</H3>
234 <PRE>
235 public void <B>destroy</B>()</PRE>
236 <DL>
237 <DD><DL>
238 <DT><B>Specified by:</B><DD><CODE>destroy</CODE> in interface <CODE>javax.servlet.Filter</CODE></DL>
239 </DD>
240 <DD><DL>
241 </DL>
242 </DD>
243 </DL>
244 <!-- ========= END OF CLASS DATA ========= -->
245 <HR>
246
247
248 <!-- ======= START OF BOTTOM NAVBAR ====== -->
249 <A NAME="navbar_bottom"><!-- --></A>
250 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
251 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
252 <TR>
253 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
254 <A NAME="navbar_bottom_firstrow"><!-- --></A>
255 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
256 <TR ALIGN="center" VALIGN="top">
257 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
258 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
259 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
260 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KmzFilter.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
261 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
262 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
263 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
264 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
265 </TR>
266 </TABLE>
267 </TD>
268 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
269 </EM>
270 </TD>
271 </TR>
272
273 <TR>
274 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
275 &nbsp;PREV CLASS&nbsp;
276 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>NEXT CLASS</B></A></FONT></TD>
277 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
278 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" target="_top"><B>FRAMES</B></A> &nbsp;
279 &nbsp;<A HREF="KmzFilter.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
280 &nbsp;<SCRIPT type="text/javascript">
281 <!--
282 if(window==top) {
283 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
284 }
285 //-->
286 </SCRIPT>
287 <NOSCRIPT>
288 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
289 </NOSCRIPT>
290
291
292 </FONT></TD>
293 </TR>
294 <TR>
295 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
296 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
297 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
298 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
299 </TR>
300 </TABLE>
301 <A NAME="skip-navbar_bottom"></A>
302 <!-- ======== END OF BOTTOM NAVBAR ======= -->
303
304 <HR>
305
306 </BODY>
307 </HTML>
+0
-627
documentation/javadoc/org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 KmzResponseStream (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.kmz.KmzResponseStream class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="KmzResponseStream (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KmzResponseStream.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="KmzResponseStream.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.servlet.kmz</FONT>
88 <BR>
89 Class KmzResponseStream</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">java.io.OutputStream
93 <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">javax.servlet.ServletOutputStream
94 <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.servlet.kmz.KmzResponseStream</B>
95 </PRE>
96 <DL>
97 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Closeable, java.io.Flushable</DD>
98 </DL>
99 <HR>
100 <DL>
101 <DT><PRE>public class <B>KmzResponseStream</B><DT>extends javax.servlet.ServletOutputStream</DL>
102 </PRE>
103
104 <P>
105 <HR>
106
107 <P>
108 <!-- =========== FIELD SUMMARY =========== -->
109
110 <A NAME="field_summary"><!-- --></A>
111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
114 <B>Field Summary</B></FONT></TH>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>protected &nbsp;byte[]</CODE></FONT></TD>
119 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#buffer">buffer</A></B></CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>protected &nbsp;int</CODE></FONT></TD>
127 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#bufferCount">bufferCount</A></B></CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>protected &nbsp;boolean</CODE></FONT></TD>
135 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#closed">closed</A></B></CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>protected &nbsp;int</CODE></FONT></TD>
143 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#length">length</A></B></CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>protected &nbsp;javax.servlet.ServletOutputStream</CODE></FONT></TD>
151 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#output">output</A></B></CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>protected &nbsp;javax.servlet.http.HttpServletResponse</CODE></FONT></TD>
159 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#response">response</A></B></CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
163 </TR>
164 <TR BGCOLOR="white" CLASS="TableRowColor">
165 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <CODE>protected &nbsp;java.util.zip.ZipOutputStream</CODE></FONT></TD>
167 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#zipstream">zipstream</A></B></CODE>
168
169 <BR>
170 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
171 </TR>
172 </TABLE>
173 &nbsp;
174 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
175
176 <A NAME="constructor_summary"><!-- --></A>
177 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
178 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
179 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
180 <B>Constructor Summary</B></FONT></TH>
181 </TR>
182 <TR BGCOLOR="white" CLASS="TableRowColor">
183 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#KmzResponseStream(javax.servlet.http.HttpServletResponse)">KmzResponseStream</A></B>(javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
184
185 <BR>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
187 </TR>
188 </TABLE>
189 &nbsp;
190 <!-- ========== METHOD SUMMARY =========== -->
191
192 <A NAME="method_summary"><!-- --></A>
193 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
194 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
195 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
196 <B>Method Summary</B></FONT></TH>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200 <CODE>&nbsp;void</CODE></FONT></TD>
201 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#close()">close</A></B>()</CODE>
202
203 <BR>
204 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
205 </TR>
206 <TR BGCOLOR="white" CLASS="TableRowColor">
207 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208 <CODE>&nbsp;boolean</CODE></FONT></TD>
209 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#closed()">closed</A></B>()</CODE>
210
211 <BR>
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
213 </TR>
214 <TR BGCOLOR="white" CLASS="TableRowColor">
215 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216 <CODE>&nbsp;void</CODE></FONT></TD>
217 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#flush()">flush</A></B>()</CODE>
218
219 <BR>
220 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
221 </TR>
222 <TR BGCOLOR="white" CLASS="TableRowColor">
223 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
224 <CODE>&nbsp;void</CODE></FONT></TD>
225 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#flushToZip()">flushToZip</A></B>()</CODE>
226
227 <BR>
228 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
229 </TR>
230 <TR BGCOLOR="white" CLASS="TableRowColor">
231 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232 <CODE>&nbsp;void</CODE></FONT></TD>
233 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#reset()">reset</A></B>()</CODE>
234
235 <BR>
236 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
237 </TR>
238 <TR BGCOLOR="white" CLASS="TableRowColor">
239 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
240 <CODE>&nbsp;void</CODE></FONT></TD>
241 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#setKMLFileName(java.lang.String)">setKMLFileName</A></B>(java.lang.String&nbsp;kml)</CODE>
242
243 <BR>
244 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
245 </TR>
246 <TR BGCOLOR="white" CLASS="TableRowColor">
247 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248 <CODE>&nbsp;void</CODE></FONT></TD>
249 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#write(byte[])">write</A></B>(byte[]&nbsp;b)</CODE>
250
251 <BR>
252 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
253 </TR>
254 <TR BGCOLOR="white" CLASS="TableRowColor">
255 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
256 <CODE>&nbsp;void</CODE></FONT></TD>
257 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#write(byte[], int, int)">write</A></B>(byte[]&nbsp;b,
258 int&nbsp;off,
259 int&nbsp;len)</CODE>
260
261 <BR>
262 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
266 <CODE>&nbsp;void</CODE></FONT></TD>
267 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#write(int)">write</A></B>(int&nbsp;b)</CODE>
268
269 <BR>
270 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
271 </TR>
272 <TR BGCOLOR="white" CLASS="TableRowColor">
273 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
274 <CODE>&nbsp;void</CODE></FONT></TD>
275 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html#writeToZip(byte[], int, int)">writeToZip</A></B>(byte[]&nbsp;b,
276 int&nbsp;off,
277 int&nbsp;len)</CODE>
278
279 <BR>
280 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
281 </TR>
282 </TABLE>
283 &nbsp;<A NAME="methods_inherited_from_class_javax.servlet.ServletOutputStream"><!-- --></A>
284 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
285 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
286 <TH ALIGN="left"><B>Methods inherited from class javax.servlet.ServletOutputStream</B></TH>
287 </TR>
288 <TR BGCOLOR="white" CLASS="TableRowColor">
289 <TD><CODE>print, print, print, print, print, print, print, println, println, println, println, println, println, println, println</CODE></TD>
290 </TR>
291 </TABLE>
292 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
293 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
294 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
295 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
296 </TR>
297 <TR BGCOLOR="white" CLASS="TableRowColor">
298 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
299 </TR>
300 </TABLE>
301 &nbsp;
302 <P>
303
304 <!-- ============ FIELD DETAIL =========== -->
305
306 <A NAME="field_detail"><!-- --></A>
307 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
308 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
309 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
310 <B>Field Detail</B></FONT></TH>
311 </TR>
312 </TABLE>
313
314 <A NAME="zipstream"><!-- --></A><H3>
315 zipstream</H3>
316 <PRE>
317 protected java.util.zip.ZipOutputStream <B>zipstream</B></PRE>
318 <DL>
319 <DL>
320 </DL>
321 </DL>
322 <HR>
323
324 <A NAME="closed"><!-- --></A><H3>
325 closed</H3>
326 <PRE>
327 protected boolean <B>closed</B></PRE>
328 <DL>
329 <DL>
330 </DL>
331 </DL>
332 <HR>
333
334 <A NAME="response"><!-- --></A><H3>
335 response</H3>
336 <PRE>
337 protected javax.servlet.http.HttpServletResponse <B>response</B></PRE>
338 <DL>
339 <DL>
340 </DL>
341 </DL>
342 <HR>
343
344 <A NAME="output"><!-- --></A><H3>
345 output</H3>
346 <PRE>
347 protected javax.servlet.ServletOutputStream <B>output</B></PRE>
348 <DL>
349 <DL>
350 </DL>
351 </DL>
352 <HR>
353
354 <A NAME="bufferCount"><!-- --></A><H3>
355 bufferCount</H3>
356 <PRE>
357 protected int <B>bufferCount</B></PRE>
358 <DL>
359 <DL>
360 </DL>
361 </DL>
362 <HR>
363
364 <A NAME="buffer"><!-- --></A><H3>
365 buffer</H3>
366 <PRE>
367 protected byte[] <B>buffer</B></PRE>
368 <DL>
369 <DL>
370 </DL>
371 </DL>
372 <HR>
373
374 <A NAME="length"><!-- --></A><H3>
375 length</H3>
376 <PRE>
377 protected int <B>length</B></PRE>
378 <DL>
379 <DL>
380 </DL>
381 </DL>
382
383 <!-- ========= CONSTRUCTOR DETAIL ======== -->
384
385 <A NAME="constructor_detail"><!-- --></A>
386 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
387 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
388 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
389 <B>Constructor Detail</B></FONT></TH>
390 </TR>
391 </TABLE>
392
393 <A NAME="KmzResponseStream(javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
394 KmzResponseStream</H3>
395 <PRE>
396 public <B>KmzResponseStream</B>(javax.servlet.http.HttpServletResponse&nbsp;response)
397 throws java.io.IOException</PRE>
398 <DL>
399 <DL>
400
401 <DT><B>Throws:</B>
402 <DD><CODE>java.io.IOException</CODE></DL>
403 </DL>
404
405 <!-- ============ METHOD DETAIL ========== -->
406
407 <A NAME="method_detail"><!-- --></A>
408 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
409 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
410 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
411 <B>Method Detail</B></FONT></TH>
412 </TR>
413 </TABLE>
414
415 <A NAME="setKMLFileName(java.lang.String)"><!-- --></A><H3>
416 setKMLFileName</H3>
417 <PRE>
418 public void <B>setKMLFileName</B>(java.lang.String&nbsp;kml)</PRE>
419 <DL>
420 <DD><DL>
421 </DL>
422 </DD>
423 </DL>
424 <HR>
425
426 <A NAME="close()"><!-- --></A><H3>
427 close</H3>
428 <PRE>
429 public void <B>close</B>()
430 throws java.io.IOException</PRE>
431 <DL>
432 <DD><DL>
433 <DT><B>Specified by:</B><DD><CODE>close</CODE> in interface <CODE>java.io.Closeable</CODE><DT><B>Overrides:</B><DD><CODE>close</CODE> in class <CODE>java.io.OutputStream</CODE></DL>
434 </DD>
435 <DD><DL>
436
437 <DT><B>Throws:</B>
438 <DD><CODE>java.io.IOException</CODE></DL>
439 </DD>
440 </DL>
441 <HR>
442
443 <A NAME="flush()"><!-- --></A><H3>
444 flush</H3>
445 <PRE>
446 public void <B>flush</B>()
447 throws java.io.IOException</PRE>
448 <DL>
449 <DD><DL>
450 <DT><B>Specified by:</B><DD><CODE>flush</CODE> in interface <CODE>java.io.Flushable</CODE><DT><B>Overrides:</B><DD><CODE>flush</CODE> in class <CODE>java.io.OutputStream</CODE></DL>
451 </DD>
452 <DD><DL>
453
454 <DT><B>Throws:</B>
455 <DD><CODE>java.io.IOException</CODE></DL>
456 </DD>
457 </DL>
458 <HR>
459
460 <A NAME="flushToZip()"><!-- --></A><H3>
461 flushToZip</H3>
462 <PRE>
463 public void <B>flushToZip</B>()
464 throws java.io.IOException</PRE>
465 <DL>
466 <DD><DL>
467
468 <DT><B>Throws:</B>
469 <DD><CODE>java.io.IOException</CODE></DL>
470 </DD>
471 </DL>
472 <HR>
473
474 <A NAME="write(int)"><!-- --></A><H3>
475 write</H3>
476 <PRE>
477 public void <B>write</B>(int&nbsp;b)
478 throws java.io.IOException</PRE>
479 <DL>
480 <DD><DL>
481 <DT><B>Specified by:</B><DD><CODE>write</CODE> in class <CODE>java.io.OutputStream</CODE></DL>
482 </DD>
483 <DD><DL>
484
485 <DT><B>Throws:</B>
486 <DD><CODE>java.io.IOException</CODE></DL>
487 </DD>
488 </DL>
489 <HR>
490
491 <A NAME="write(byte[])"><!-- --></A><H3>
492 write</H3>
493 <PRE>
494 public void <B>write</B>(byte[]&nbsp;b)
495 throws java.io.IOException</PRE>
496 <DL>
497 <DD><DL>
498 <DT><B>Overrides:</B><DD><CODE>write</CODE> in class <CODE>java.io.OutputStream</CODE></DL>
499 </DD>
500 <DD><DL>
501
502 <DT><B>Throws:</B>
503 <DD><CODE>java.io.IOException</CODE></DL>
504 </DD>
505 </DL>
506 <HR>
507
508 <A NAME="write(byte[], int, int)"><!-- --></A><H3>
509 write</H3>
510 <PRE>
511 public void <B>write</B>(byte[]&nbsp;b,
512 int&nbsp;off,
513 int&nbsp;len)
514 throws java.io.IOException</PRE>
515 <DL>
516 <DD><DL>
517 <DT><B>Overrides:</B><DD><CODE>write</CODE> in class <CODE>java.io.OutputStream</CODE></DL>
518 </DD>
519 <DD><DL>
520
521 <DT><B>Throws:</B>
522 <DD><CODE>java.io.IOException</CODE></DL>
523 </DD>
524 </DL>
525 <HR>
526
527 <A NAME="writeToZip(byte[], int, int)"><!-- --></A><H3>
528 writeToZip</H3>
529 <PRE>
530 public void <B>writeToZip</B>(byte[]&nbsp;b,
531 int&nbsp;off,
532 int&nbsp;len)
533 throws java.io.IOException</PRE>
534 <DL>
535 <DD><DL>
536
537 <DT><B>Throws:</B>
538 <DD><CODE>java.io.IOException</CODE></DL>
539 </DD>
540 </DL>
541 <HR>
542
543 <A NAME="closed()"><!-- --></A><H3>
544 closed</H3>
545 <PRE>
546 public boolean <B>closed</B>()</PRE>
547 <DL>
548 <DD><DL>
549 </DL>
550 </DD>
551 </DL>
552 <HR>
553
554 <A NAME="reset()"><!-- --></A><H3>
555 reset</H3>
556 <PRE>
557 public void <B>reset</B>()</PRE>
558 <DL>
559 <DD><DL>
560 </DL>
561 </DD>
562 </DL>
563 <!-- ========= END OF CLASS DATA ========= -->
564 <HR>
565
566
567 <!-- ======= START OF BOTTOM NAVBAR ====== -->
568 <A NAME="navbar_bottom"><!-- --></A>
569 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
570 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
571 <TR>
572 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
573 <A NAME="navbar_bottom_firstrow"><!-- --></A>
574 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
575 <TR ALIGN="center" VALIGN="top">
576 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
577 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
578 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
579 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KmzResponseStream.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
580 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
581 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
582 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
583 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
584 </TR>
585 </TABLE>
586 </TD>
587 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
588 </EM>
589 </TD>
590 </TR>
591
592 <TR>
593 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
594 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>PREV CLASS</B></A>&nbsp;
595 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>NEXT CLASS</B></A></FONT></TD>
596 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
597 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" target="_top"><B>FRAMES</B></A> &nbsp;
598 &nbsp;<A HREF="KmzResponseStream.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
599 &nbsp;<SCRIPT type="text/javascript">
600 <!--
601 if(window==top) {
602 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
603 }
604 //-->
605 </SCRIPT>
606 <NOSCRIPT>
607 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
608 </NOSCRIPT>
609
610
611 </FONT></TD>
612 </TR>
613 <TR>
614 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
615 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
616 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
617 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
618 </TR>
619 </TABLE>
620 <A NAME="skip-navbar_bottom"></A>
621 <!-- ======== END OF BOTTOM NAVBAR ======= -->
622
623 <HR>
624
625 </BODY>
626 </HTML>
+0
-500
documentation/javadoc/org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 KmzResponseWrapper (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.kmz.KmzResponseWrapper class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="KmzResponseWrapper (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KmzResponseWrapper.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;NEXT CLASS</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="KmzResponseWrapper.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.todo.servlet.kmz</FONT>
88 <BR>
89 Class KmzResponseWrapper</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">javax.servlet.ServletResponseWrapper
93 <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">javax.servlet.http.HttpServletResponseWrapper
94 <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.todo.servlet.kmz.KmzResponseWrapper</B>
95 </PRE>
96 <DL>
97 <DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.http.HttpServletResponse, javax.servlet.ServletResponse</DD>
98 </DL>
99 <HR>
100 <DL>
101 <DT><PRE>public class <B>KmzResponseWrapper</B><DT>extends javax.servlet.http.HttpServletResponseWrapper</DL>
102 </PRE>
103
104 <P>
105 <HR>
106
107 <P>
108 <!-- =========== FIELD SUMMARY =========== -->
109
110 <A NAME="field_summary"><!-- --></A>
111 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
114 <B>Field Summary</B></FONT></TH>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118 <CODE>protected &nbsp;javax.servlet.http.HttpServletResponse</CODE></FONT></TD>
119 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#origResponse">origResponse</A></B></CODE>
120
121 <BR>
122 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126 <CODE>protected &nbsp;javax.servlet.ServletOutputStream</CODE></FONT></TD>
127 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#stream">stream</A></B></CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 <TR BGCOLOR="white" CLASS="TableRowColor">
133 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
134 <CODE>protected &nbsp;java.io.PrintWriter</CODE></FONT></TD>
135 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#writer">writer</A></B></CODE>
136
137 <BR>
138 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
139 </TR>
140 </TABLE>
141 &nbsp;<A NAME="fields_inherited_from_class_javax.servlet.http.HttpServletResponse"><!-- --></A>
142 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
143 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
144 <TH ALIGN="left"><B>Fields inherited from interface javax.servlet.http.HttpServletResponse</B></TH>
145 </TR>
146 <TR BGCOLOR="white" CLASS="TableRowColor">
147 <TD><CODE>SC_ACCEPTED, SC_BAD_GATEWAY, SC_BAD_REQUEST, SC_CONFLICT, SC_CONTINUE, SC_CREATED, SC_EXPECTATION_FAILED, SC_FORBIDDEN, SC_FOUND, SC_GATEWAY_TIMEOUT, SC_GONE, SC_HTTP_VERSION_NOT_SUPPORTED, SC_INTERNAL_SERVER_ERROR, SC_LENGTH_REQUIRED, SC_METHOD_NOT_ALLOWED, SC_MOVED_PERMANENTLY, SC_MOVED_TEMPORARILY, SC_MULTIPLE_CHOICES, SC_NO_CONTENT, SC_NON_AUTHORITATIVE_INFORMATION, SC_NOT_ACCEPTABLE, SC_NOT_FOUND, SC_NOT_IMPLEMENTED, SC_NOT_MODIFIED, SC_OK, SC_PARTIAL_CONTENT, SC_PAYMENT_REQUIRED, SC_PRECONDITION_FAILED, SC_PROXY_AUTHENTICATION_REQUIRED, SC_REQUEST_ENTITY_TOO_LARGE, SC_REQUEST_TIMEOUT, SC_REQUEST_URI_TOO_LONG, SC_REQUESTED_RANGE_NOT_SATISFIABLE, SC_RESET_CONTENT, SC_SEE_OTHER, SC_SERVICE_UNAVAILABLE, SC_SWITCHING_PROTOCOLS, SC_TEMPORARY_REDIRECT, SC_UNAUTHORIZED, SC_UNSUPPORTED_MEDIA_TYPE, SC_USE_PROXY</CODE></TD>
148 </TR>
149 </TABLE>
150 &nbsp;
151 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
152
153 <A NAME="constructor_summary"><!-- --></A>
154 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
155 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
156 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
157 <B>Constructor Summary</B></FONT></TH>
158 </TR>
159 <TR BGCOLOR="white" CLASS="TableRowColor">
160 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#KmzResponseWrapper(javax.servlet.http.HttpServletResponse)">KmzResponseWrapper</A></B>(javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
161
162 <BR>
163 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
164 </TR>
165 </TABLE>
166 &nbsp;
167 <!-- ========== METHOD SUMMARY =========== -->
168
169 <A NAME="method_summary"><!-- --></A>
170 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
171 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
172 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
173 <B>Method Summary</B></FONT></TH>
174 </TR>
175 <TR BGCOLOR="white" CLASS="TableRowColor">
176 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
177 <CODE>&nbsp;javax.servlet.ServletOutputStream</CODE></FONT></TD>
178 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#createOutputStream()">createOutputStream</A></B>()</CODE>
179
180 <BR>
181 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
182 </TR>
183 <TR BGCOLOR="white" CLASS="TableRowColor">
184 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185 <CODE>&nbsp;void</CODE></FONT></TD>
186 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#finishResponse()">finishResponse</A></B>()</CODE>
187
188 <BR>
189 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
190 </TR>
191 <TR BGCOLOR="white" CLASS="TableRowColor">
192 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
193 <CODE>&nbsp;void</CODE></FONT></TD>
194 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#flushBuffer()">flushBuffer</A></B>()</CODE>
195
196 <BR>
197 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
198 </TR>
199 <TR BGCOLOR="white" CLASS="TableRowColor">
200 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
201 <CODE>&nbsp;javax.servlet.ServletOutputStream</CODE></FONT></TD>
202 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#getOutputStream()">getOutputStream</A></B>()</CODE>
203
204 <BR>
205 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
206 </TR>
207 <TR BGCOLOR="white" CLASS="TableRowColor">
208 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
209 <CODE>&nbsp;java.io.PrintWriter</CODE></FONT></TD>
210 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#getWriter()">getWriter</A></B>()</CODE>
211
212 <BR>
213 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
214 </TR>
215 <TR BGCOLOR="white" CLASS="TableRowColor">
216 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
217 <CODE>&nbsp;void</CODE></FONT></TD>
218 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#setContentLength(int)">setContentLength</A></B>(int&nbsp;length)</CODE>
219
220 <BR>
221 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
222 </TR>
223 <TR BGCOLOR="white" CLASS="TableRowColor">
224 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
225 <CODE>&nbsp;void</CODE></FONT></TD>
226 <TD><CODE><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html#setKMLFileName(java.lang.String)">setKMLFileName</A></B>(java.lang.String&nbsp;kml)</CODE>
227
228 <BR>
229 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
230 </TR>
231 </TABLE>
232 &nbsp;<A NAME="methods_inherited_from_class_javax.servlet.http.HttpServletResponseWrapper"><!-- --></A>
233 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
234 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
235 <TH ALIGN="left"><B>Methods inherited from class javax.servlet.http.HttpServletResponseWrapper</B></TH>
236 </TR>
237 <TR BGCOLOR="white" CLASS="TableRowColor">
238 <TD><CODE>addCookie, addDateHeader, addHeader, addIntHeader, containsHeader, encodeRedirectUrl, encodeRedirectURL, encodeUrl, encodeURL, sendError, sendError, sendRedirect, setDateHeader, setHeader, setIntHeader, setStatus, setStatus</CODE></TD>
239 </TR>
240 </TABLE>
241 &nbsp;<A NAME="methods_inherited_from_class_javax.servlet.ServletResponseWrapper"><!-- --></A>
242 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
243 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
244 <TH ALIGN="left"><B>Methods inherited from class javax.servlet.ServletResponseWrapper</B></TH>
245 </TR>
246 <TR BGCOLOR="white" CLASS="TableRowColor">
247 <TD><CODE>getBufferSize, getCharacterEncoding, getContentType, getLocale, getResponse, isCommitted, reset, resetBuffer, setBufferSize, setCharacterEncoding, setContentType, setLocale, setResponse</CODE></TD>
248 </TR>
249 </TABLE>
250 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
251 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
252 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
253 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
254 </TR>
255 <TR BGCOLOR="white" CLASS="TableRowColor">
256 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
257 </TR>
258 </TABLE>
259 &nbsp;<A NAME="methods_inherited_from_class_javax.servlet.ServletResponse"><!-- --></A>
260 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
261 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
262 <TH ALIGN="left"><B>Methods inherited from interface javax.servlet.ServletResponse</B></TH>
263 </TR>
264 <TR BGCOLOR="white" CLASS="TableRowColor">
265 <TD><CODE>getBufferSize, getCharacterEncoding, getContentType, getLocale, isCommitted, reset, resetBuffer, setBufferSize, setCharacterEncoding, setContentType, setLocale</CODE></TD>
266 </TR>
267 </TABLE>
268 &nbsp;
269 <P>
270
271 <!-- ============ FIELD DETAIL =========== -->
272
273 <A NAME="field_detail"><!-- --></A>
274 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
275 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
276 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
277 <B>Field Detail</B></FONT></TH>
278 </TR>
279 </TABLE>
280
281 <A NAME="origResponse"><!-- --></A><H3>
282 origResponse</H3>
283 <PRE>
284 protected javax.servlet.http.HttpServletResponse <B>origResponse</B></PRE>
285 <DL>
286 <DL>
287 </DL>
288 </DL>
289 <HR>
290
291 <A NAME="stream"><!-- --></A><H3>
292 stream</H3>
293 <PRE>
294 protected javax.servlet.ServletOutputStream <B>stream</B></PRE>
295 <DL>
296 <DL>
297 </DL>
298 </DL>
299 <HR>
300
301 <A NAME="writer"><!-- --></A><H3>
302 writer</H3>
303 <PRE>
304 protected java.io.PrintWriter <B>writer</B></PRE>
305 <DL>
306 <DL>
307 </DL>
308 </DL>
309
310 <!-- ========= CONSTRUCTOR DETAIL ======== -->
311
312 <A NAME="constructor_detail"><!-- --></A>
313 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
314 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
315 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
316 <B>Constructor Detail</B></FONT></TH>
317 </TR>
318 </TABLE>
319
320 <A NAME="KmzResponseWrapper(javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
321 KmzResponseWrapper</H3>
322 <PRE>
323 public <B>KmzResponseWrapper</B>(javax.servlet.http.HttpServletResponse&nbsp;response)</PRE>
324 <DL>
325 </DL>
326
327 <!-- ============ METHOD DETAIL ========== -->
328
329 <A NAME="method_detail"><!-- --></A>
330 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
331 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
332 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
333 <B>Method Detail</B></FONT></TH>
334 </TR>
335 </TABLE>
336
337 <A NAME="createOutputStream()"><!-- --></A><H3>
338 createOutputStream</H3>
339 <PRE>
340 public javax.servlet.ServletOutputStream <B>createOutputStream</B>()
341 throws java.io.IOException</PRE>
342 <DL>
343 <DD><DL>
344
345 <DT><B>Throws:</B>
346 <DD><CODE>java.io.IOException</CODE></DL>
347 </DD>
348 </DL>
349 <HR>
350
351 <A NAME="setKMLFileName(java.lang.String)"><!-- --></A><H3>
352 setKMLFileName</H3>
353 <PRE>
354 public void <B>setKMLFileName</B>(java.lang.String&nbsp;kml)</PRE>
355 <DL>
356 <DD><DL>
357 </DL>
358 </DD>
359 </DL>
360 <HR>
361
362 <A NAME="finishResponse()"><!-- --></A><H3>
363 finishResponse</H3>
364 <PRE>
365 public void <B>finishResponse</B>()</PRE>
366 <DL>
367 <DD><DL>
368 </DL>
369 </DD>
370 </DL>
371 <HR>
372
373 <A NAME="flushBuffer()"><!-- --></A><H3>
374 flushBuffer</H3>
375 <PRE>
376 public void <B>flushBuffer</B>()
377 throws java.io.IOException</PRE>
378 <DL>
379 <DD><DL>
380 <DT><B>Specified by:</B><DD><CODE>flushBuffer</CODE> in interface <CODE>javax.servlet.ServletResponse</CODE><DT><B>Overrides:</B><DD><CODE>flushBuffer</CODE> in class <CODE>javax.servlet.ServletResponseWrapper</CODE></DL>
381 </DD>
382 <DD><DL>
383
384 <DT><B>Throws:</B>
385 <DD><CODE>java.io.IOException</CODE></DL>
386 </DD>
387 </DL>
388 <HR>
389
390 <A NAME="getOutputStream()"><!-- --></A><H3>
391 getOutputStream</H3>
392 <PRE>
393 public javax.servlet.ServletOutputStream <B>getOutputStream</B>()
394 throws java.io.IOException</PRE>
395 <DL>
396 <DD><DL>
397 <DT><B>Specified by:</B><DD><CODE>getOutputStream</CODE> in interface <CODE>javax.servlet.ServletResponse</CODE><DT><B>Overrides:</B><DD><CODE>getOutputStream</CODE> in class <CODE>javax.servlet.ServletResponseWrapper</CODE></DL>
398 </DD>
399 <DD><DL>
400
401 <DT><B>Throws:</B>
402 <DD><CODE>java.io.IOException</CODE></DL>
403 </DD>
404 </DL>
405 <HR>
406
407 <A NAME="getWriter()"><!-- --></A><H3>
408 getWriter</H3>
409 <PRE>
410 public java.io.PrintWriter <B>getWriter</B>()
411 throws java.io.IOException</PRE>
412 <DL>
413 <DD><DL>
414 <DT><B>Specified by:</B><DD><CODE>getWriter</CODE> in interface <CODE>javax.servlet.ServletResponse</CODE><DT><B>Overrides:</B><DD><CODE>getWriter</CODE> in class <CODE>javax.servlet.ServletResponseWrapper</CODE></DL>
415 </DD>
416 <DD><DL>
417
418 <DT><B>Throws:</B>
419 <DD><CODE>java.io.IOException</CODE></DL>
420 </DD>
421 </DL>
422 <HR>
423
424 <A NAME="setContentLength(int)"><!-- --></A><H3>
425 setContentLength</H3>
426 <PRE>
427 public void <B>setContentLength</B>(int&nbsp;length)</PRE>
428 <DL>
429 <DD><DL>
430 <DT><B>Specified by:</B><DD><CODE>setContentLength</CODE> in interface <CODE>javax.servlet.ServletResponse</CODE><DT><B>Overrides:</B><DD><CODE>setContentLength</CODE> in class <CODE>javax.servlet.ServletResponseWrapper</CODE></DL>
431 </DD>
432 <DD><DL>
433 </DL>
434 </DD>
435 </DL>
436 <!-- ========= END OF CLASS DATA ========= -->
437 <HR>
438
439
440 <!-- ======= START OF BOTTOM NAVBAR ====== -->
441 <A NAME="navbar_bottom"><!-- --></A>
442 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
443 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
444 <TR>
445 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
446 <A NAME="navbar_bottom_firstrow"><!-- --></A>
447 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
448 <TR ALIGN="center" VALIGN="top">
449 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
450 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
451 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
452 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/KmzResponseWrapper.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
453 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
454 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
455 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
456 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
457 </TR>
458 </TABLE>
459 </TD>
460 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
461 </EM>
462 </TD>
463 </TR>
464
465 <TR>
466 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
467 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>PREV CLASS</B></A>&nbsp;
468 &nbsp;NEXT CLASS</FONT></TD>
469 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
470 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" target="_top"><B>FRAMES</B></A> &nbsp;
471 &nbsp;<A HREF="KmzResponseWrapper.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
472 &nbsp;<SCRIPT type="text/javascript">
473 <!--
474 if(window==top) {
475 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
476 }
477 //-->
478 </SCRIPT>
479 <NOSCRIPT>
480 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
481 </NOSCRIPT>
482
483
484 </FONT></TD>
485 </TR>
486 <TR>
487 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
488 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
489 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
490 DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
491 </TR>
492 </TABLE>
493 <A NAME="skip-navbar_bottom"></A>
494 <!-- ======== END OF BOTTOM NAVBAR ======= -->
495
496 <HR>
497
498 </BODY>
499 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/servlet/kmz/class-use/KmzFilter.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.servlet.kmz.KmzFilter (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.servlet.kmz.KmzFilter (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/class-use/KmzFilter.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="KmzFilter.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.servlet.kmz.KmzFilter</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.servlet.kmz.KmzFilter
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/class-use/KmzFilter.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="KmzFilter.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/servlet/kmz/class-use/KmzResponseStream.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.servlet.kmz.KmzResponseStream (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.servlet.kmz.KmzResponseStream (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/class-use/KmzResponseStream.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="KmzResponseStream.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.servlet.kmz.KmzResponseStream</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.servlet.kmz.KmzResponseStream
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/class-use/KmzResponseStream.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="KmzResponseStream.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/servlet/kmz/class-use/KmzResponseWrapper.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.todo.servlet.kmz.KmzResponseWrapper (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.todo.servlet.kmz.KmzResponseWrapper (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/class-use/KmzResponseWrapper.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="KmzResponseWrapper.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.todo.servlet.kmz.KmzResponseWrapper</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.servlet.kmz.KmzResponseWrapper
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/class-use/KmzResponseWrapper.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="KmzResponseWrapper.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-36
documentation/javadoc/org/boehn/kmlframework/todo/servlet/kmz/package-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo.servlet.kmz (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.kmz package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
12
13
14 </HEAD>
15
16 <BODY BGCOLOR="white">
17 <FONT size="+1" CLASS="FrameTitleFont">
18 <A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/package-summary.html" target="classFrame">org.boehn.kmlframework.todo.servlet.kmz</A></FONT>
19 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
20 <TR>
21 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
22 Classes</FONT>&nbsp;
23 <FONT CLASS="FrameItemFont">
24 <BR>
25 <A HREF="KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz" target="classFrame">KmzFilter</A>
26 <BR>
27 <A HREF="KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz" target="classFrame">KmzResponseStream</A>
28 <BR>
29 <A HREF="KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz" target="classFrame">KmzResponseWrapper</A></FONT></TD>
30 </TR>
31 </TABLE>
32
33
34 </BODY>
35 </HTML>
+0
-162
documentation/javadoc/org/boehn/kmlframework/todo/servlet/kmz/package-summary.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo.servlet.kmz (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet.kmz package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="org.boehn.kmlframework.todo.servlet.kmz (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/utils/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 </TABLE>
74 <A NAME="skip-navbar_top"></A>
75 <!-- ========= END OF TOP NAVBAR ========= -->
76
77 <HR>
78 <H2>
79 Package org.boehn.kmlframework.todo.servlet.kmz
80 </H2>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 <B>Class Summary</B></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD WIDTH="15%"><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzFilter</A></B></TD>
89 <TD>&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD WIDTH="15%"><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseStream</A></B></TD>
93 <TD>&nbsp;</TD>
94 </TR>
95 <TR BGCOLOR="white" CLASS="TableRowColor">
96 <TD WIDTH="15%"><B><A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz">KmzResponseWrapper</A></B></TD>
97 <TD>&nbsp;</TD>
98 </TR>
99 </TABLE>
100 &nbsp;
101
102 <P>
103 <DL>
104 </DL>
105 <HR>
106
107
108 <!-- ======= START OF BOTTOM NAVBAR ====== -->
109 <A NAME="navbar_bottom"><!-- --></A>
110 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
111 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
112 <TR>
113 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
114 <A NAME="navbar_bottom_firstrow"><!-- --></A>
115 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
116 <TR ALIGN="center" VALIGN="top">
117 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
118 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
119 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
120 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
121 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
122 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
123 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
124 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
125 </TR>
126 </TABLE>
127 </TD>
128 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
129 </EM>
130 </TD>
131 </TR>
132
133 <TR>
134 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
135 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
136 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/utils/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
137 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
138 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
139 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
140 &nbsp;<SCRIPT type="text/javascript">
141 <!--
142 if(window==top) {
143 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
144 }
145 //-->
146 </SCRIPT>
147 <NOSCRIPT>
148 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
149 </NOSCRIPT>
150
151
152 </FONT></TD>
153 </TR>
154 </TABLE>
155 <A NAME="skip-navbar_bottom"></A>
156 <!-- ======== END OF BOTTOM NAVBAR ======= -->
157
158 <HR>
159
160 </BODY>
161 </HTML>
+0
-161
documentation/javadoc/org/boehn/kmlframework/todo/servlet/kmz/package-tree.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo.servlet.kmz Class Hierarchy (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="org.boehn.kmlframework.todo.servlet.kmz Class Hierarchy (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-tree.html"><B>PREV</B></A>&nbsp;
54 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/utils/package-tree.html"><B>NEXT</B></A></FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 Hierarchy For Package org.boehn.kmlframework.todo.servlet.kmz
80 </H2>
81 </CENTER>
82 <DL>
83 <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL>
84 <HR>
85 <H2>
86 Class Hierarchy
87 </H2>
88 <UL>
89 <LI TYPE="circle">java.lang.Object<UL>
90 <LI TYPE="circle">org.boehn.kmlframework.todo.servlet.kmz.<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>KmzFilter</B></A> (implements javax.servlet.Filter)
91 <LI TYPE="circle">java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
92 <UL>
93 <LI TYPE="circle">javax.servlet.ServletOutputStream<UL>
94 <LI TYPE="circle">org.boehn.kmlframework.todo.servlet.kmz.<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>KmzResponseStream</B></A></UL>
95 </UL>
96 <LI TYPE="circle">javax.servlet.ServletResponseWrapper (implements javax.servlet.ServletResponse)
97 <UL>
98 <LI TYPE="circle">javax.servlet.http.HttpServletResponseWrapper (implements javax.servlet.http.HttpServletResponse)
99 <UL>
100 <LI TYPE="circle">org.boehn.kmlframework.todo.servlet.kmz.<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>KmzResponseWrapper</B></A></UL>
101 </UL>
102 </UL>
103 </UL>
104 <HR>
105
106
107 <!-- ======= START OF BOTTOM NAVBAR ====== -->
108 <A NAME="navbar_bottom"><!-- --></A>
109 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
110 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
111 <TR>
112 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
113 <A NAME="navbar_bottom_firstrow"><!-- --></A>
114 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
115 <TR ALIGN="center" VALIGN="top">
116 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
117 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
118 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
119 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
120 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
121 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
122 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
123 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
124 </TR>
125 </TABLE>
126 </TD>
127 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
128 </EM>
129 </TD>
130 </TR>
131
132 <TR>
133 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
134 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/todo/servlet/package-tree.html"><B>PREV</B></A>&nbsp;
135 &nbsp;<A HREF="../../../../../../org/boehn/kmlframework/utils/package-tree.html"><B>NEXT</B></A></FONT></TD>
136 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
137 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
138 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
139 &nbsp;<SCRIPT type="text/javascript">
140 <!--
141 if(window==top) {
142 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
143 }
144 //-->
145 </SCRIPT>
146 <NOSCRIPT>
147 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
148 </NOSCRIPT>
149
150
151 </FONT></TD>
152 </TR>
153 </TABLE>
154 <A NAME="skip-navbar_bottom"></A>
155 <!-- ======== END OF BOTTOM NAVBAR ======= -->
156
157 <HR>
158
159 </BODY>
160 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/todo/servlet/kmz/package-use.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Package org.boehn.kmlframework.todo.servlet.kmz (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Package org.boehn.kmlframework.todo.servlet.kmz (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Package<br>org.boehn.kmlframework.todo.servlet.kmz</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.todo.servlet.kmz
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../../index.html?org/boehn/kmlframework/todo/servlet/kmz/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-51
documentation/javadoc/org/boehn/kmlframework/todo/servlet/package-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo.servlet (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13
14 </HEAD>
15
16 <BODY BGCOLOR="white">
17 <FONT size="+1" CLASS="FrameTitleFont">
18 <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html" target="classFrame">org.boehn.kmlframework.todo.servlet</A></FONT>
19 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
20 <TR>
21 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
22 Classes</FONT>&nbsp;
23 <FONT CLASS="FrameItemFont">
24 <BR>
25 <A HREF="HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet" target="classFrame">HttpServletModel</A>
26 <BR>
27 <A HREF="NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet" target="classFrame">NetworkLink</A>
28 <BR>
29 <A HREF="NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet" target="classFrame">NetworkLinkControl</A>
30 <BR>
31 <A HREF="Observer.html" title="class in org.boehn.kmlframework.todo.servlet" target="classFrame">Observer</A></FONT></TD>
32 </TR>
33 </TABLE>
34
35
36 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
37 <TR>
38 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
39 Enums</FONT>&nbsp;
40 <FONT CLASS="FrameItemFont">
41 <BR>
42 <A HREF="RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet" target="classFrame">RefreshModes</A>
43 <BR>
44 <A HREF="ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet" target="classFrame">ViewRefreshModes</A></FONT></TD>
45 </TR>
46 </TABLE>
47
48
49 </BODY>
50 </HTML>
+0
-184
documentation/javadoc/org/boehn/kmlframework/todo/servlet/package-summary.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo.servlet (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.todo.servlet package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="org.boehn.kmlframework.todo.servlet (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/kmz/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 </TABLE>
74 <A NAME="skip-navbar_top"></A>
75 <!-- ========= END OF TOP NAVBAR ========= -->
76
77 <HR>
78 <H2>
79 Package org.boehn.kmlframework.todo.servlet
80 </H2>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 <B>Class Summary</B></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD WIDTH="15%"><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet">HttpServletModel</A></B></TD>
89 <TD>&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD WIDTH="15%"><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLink</A></B></TD>
93 <TD>&nbsp;</TD>
94 </TR>
95 <TR BGCOLOR="white" CLASS="TableRowColor">
96 <TD WIDTH="15%"><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet">NetworkLinkControl</A></B></TD>
97 <TD>&nbsp;</TD>
98 </TR>
99 <TR BGCOLOR="white" CLASS="TableRowColor">
100 <TD WIDTH="15%"><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet">Observer</A></B></TD>
101 <TD>&nbsp;</TD>
102 </TR>
103 </TABLE>
104 &nbsp;
105
106 <P>
107
108 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
111 <B>Enum Summary</B></FONT></TH>
112 </TR>
113 <TR BGCOLOR="white" CLASS="TableRowColor">
114 <TD WIDTH="15%"><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">RefreshModes</A></B></TD>
115 <TD>&nbsp;</TD>
116 </TR>
117 <TR BGCOLOR="white" CLASS="TableRowColor">
118 <TD WIDTH="15%"><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet">ViewRefreshModes</A></B></TD>
119 <TD>&nbsp;</TD>
120 </TR>
121 </TABLE>
122 &nbsp;
123
124 <P>
125 <DL>
126 </DL>
127 <HR>
128
129
130 <!-- ======= START OF BOTTOM NAVBAR ====== -->
131 <A NAME="navbar_bottom"><!-- --></A>
132 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
133 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
134 <TR>
135 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
136 <A NAME="navbar_bottom_firstrow"><!-- --></A>
137 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
138 <TR ALIGN="center" VALIGN="top">
139 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
140 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
141 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
142 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
143 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
144 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
145 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
146 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
147 </TR>
148 </TABLE>
149 </TD>
150 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
151 </EM>
152 </TD>
153 </TR>
154
155 <TR>
156 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
157 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
158 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/kmz/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
159 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
160 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
161 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
162 &nbsp;<SCRIPT type="text/javascript">
163 <!--
164 if(window==top) {
165 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
166 }
167 //-->
168 </SCRIPT>
169 <NOSCRIPT>
170 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
171 </NOSCRIPT>
172
173
174 </FONT></TD>
175 </TR>
176 </TABLE>
177 <A NAME="skip-navbar_bottom"></A>
178 <!-- ======== END OF BOTTOM NAVBAR ======= -->
179
180 <HR>
181
182 </BODY>
183 </HTML>
+0
-161
documentation/javadoc/org/boehn/kmlframework/todo/servlet/package-tree.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.todo.servlet Class Hierarchy (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="org.boehn.kmlframework.todo.servlet Class Hierarchy (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/package-tree.html"><B>PREV</B></A>&nbsp;
54 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/kmz/package-tree.html"><B>NEXT</B></A></FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 Hierarchy For Package org.boehn.kmlframework.todo.servlet
80 </H2>
81 </CENTER>
82 <DL>
83 <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL>
84 <HR>
85 <H2>
86 Class Hierarchy
87 </H2>
88 <UL>
89 <LI TYPE="circle">java.lang.Object<UL>
90 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="../../../../../org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><B>Kml</B></A><UL>
91 <LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet"><B>HttpServletModel</B></A></UL>
92 <LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NetworkLink</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NetworkLinkControl</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet"><B>Observer</B></A></UL>
93 </UL>
94 <H2>
95 Enum Hierarchy
96 </H2>
97 <UL>
98 <LI TYPE="circle">java.lang.Object<UL>
99 <LI TYPE="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
100 <UL>
101 <LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>ViewRefreshModes</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>RefreshModes</B></A></UL>
102 </UL>
103 </UL>
104 <HR>
105
106
107 <!-- ======= START OF BOTTOM NAVBAR ====== -->
108 <A NAME="navbar_bottom"><!-- --></A>
109 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
110 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
111 <TR>
112 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
113 <A NAME="navbar_bottom_firstrow"><!-- --></A>
114 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
115 <TR ALIGN="center" VALIGN="top">
116 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
117 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
118 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
119 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
120 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
121 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
122 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
123 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
124 </TR>
125 </TABLE>
126 </TD>
127 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
128 </EM>
129 </TD>
130 </TR>
131
132 <TR>
133 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
134 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/examples/package-tree.html"><B>PREV</B></A>&nbsp;
135 &nbsp;<A HREF="../../../../../org/boehn/kmlframework/todo/servlet/kmz/package-tree.html"><B>NEXT</B></A></FONT></TD>
136 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
137 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
138 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
139 &nbsp;<SCRIPT type="text/javascript">
140 <!--
141 if(window==top) {
142 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
143 }
144 //-->
145 </SCRIPT>
146 <NOSCRIPT>
147 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
148 </NOSCRIPT>
149
150
151 </FONT></TD>
152 </TR>
153 </TABLE>
154 <A NAME="skip-navbar_bottom"></A>
155 <!-- ======== END OF BOTTOM NAVBAR ======= -->
156
157 <HR>
158
159 </BODY>
160 </HTML>
+0
-178
documentation/javadoc/org/boehn/kmlframework/todo/servlet/package-use.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Package org.boehn.kmlframework.todo.servlet (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Package org.boehn.kmlframework.todo.servlet (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Package<br>org.boehn.kmlframework.todo.servlet</B></H2>
80 </CENTER>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 Packages that use <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD><A HREF="#org.boehn.kmlframework.todo.servlet"><B>org.boehn.kmlframework.todo.servlet</B></A></TD>
89 <TD>&nbsp;&nbsp;</TD>
90 </TR>
91 </TABLE>
92 &nbsp;
93 <P>
94 <A NAME="org.boehn.kmlframework.todo.servlet"><!-- --></A>
95 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
96 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
97 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
98 Classes in <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A> used by <A HREF="../../../../../org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A></FONT></TH>
99 </TR>
100 <TR BGCOLOR="white" CLASS="TableRowColor">
101 <TD><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/class-use/NetworkLinkControl.html#org.boehn.kmlframework.todo.servlet"><B>NetworkLinkControl</B></A></B>
102
103 <BR>
104 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
105 </TR>
106 <TR BGCOLOR="white" CLASS="TableRowColor">
107 <TD><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/class-use/RefreshModes.html#org.boehn.kmlframework.todo.servlet"><B>RefreshModes</B></A></B>
108
109 <BR>
110 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><B><A HREF="../../../../../org/boehn/kmlframework/todo/servlet/class-use/ViewRefreshModes.html#org.boehn.kmlframework.todo.servlet"><B>ViewRefreshModes</B></A></B>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 </TABLE>
119 &nbsp;
120 <P>
121 <HR>
122
123
124 <!-- ======= START OF BOTTOM NAVBAR ====== -->
125 <A NAME="navbar_bottom"><!-- --></A>
126 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
127 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
128 <TR>
129 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
130 <A NAME="navbar_bottom_firstrow"><!-- --></A>
131 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
132 <TR ALIGN="center" VALIGN="top">
133 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
134 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
135 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
136 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
137 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
138 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
139 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
140 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
141 </TR>
142 </TABLE>
143 </TD>
144 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
145 </EM>
146 </TD>
147 </TR>
148
149 <TR>
150 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
151 &nbsp;PREV&nbsp;
152 &nbsp;NEXT</FONT></TD>
153 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
154 <A HREF="../../../../../index.html?org/boehn/kmlframework/todo/servlet/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
155 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
156 &nbsp;<SCRIPT type="text/javascript">
157 <!--
158 if(window==top) {
159 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
160 }
161 //-->
162 </SCRIPT>
163 <NOSCRIPT>
164 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
165 </NOSCRIPT>
166
167
168 </FONT></TD>
169 </TR>
170 </TABLE>
171 <A NAME="skip-navbar_bottom"></A>
172 <!-- ======== END OF BOTTOM NAVBAR ======= -->
173
174 <HR>
175
176 </BODY>
177 </HTML>
+0
-314
documentation/javadoc/org/boehn/kmlframework/utils/Ellipsoid.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Ellipsoid (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.utils.Ellipsoid class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Ellipsoid (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Ellipsoid.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV CLASS&nbsp;
55 &nbsp;<A HREF="../../../../org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/utils/Ellipsoid.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="Ellipsoid.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.utils</FONT>
88 <BR>
89 Class Ellipsoid</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.utils.Ellipsoid</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>Ellipsoid</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/utils/Ellipsoid.html#Ellipsoid()">Ellipsoid</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 </TABLE>
119 &nbsp;
120 <!-- ========== METHOD SUMMARY =========== -->
121
122 <A NAME="method_summary"><!-- --></A>
123 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
125 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
126 <B>Method Summary</B></FONT></TH>
127 </TR>
128 <TR BGCOLOR="white" CLASS="TableRowColor">
129 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130 <CODE>static&nbsp;double</CODE></FONT></TD>
131 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/utils/Ellipsoid.html#latitudeToMeter(double)">latitudeToMeter</A></B>(double&nbsp;latitude)</CODE>
132
133 <BR>
134 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert latitude to meter at ref latitude</TD>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>static&nbsp;double</CODE></FONT></TD>
139 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/utils/Ellipsoid.html#longitudeToMeter(double)">longitudeToMeter</A></B>(double&nbsp;latitude)</CODE>
140
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert longitude to meter at ref latitude</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>static&nbsp;double</CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/utils/Ellipsoid.html#meterToLatitude(double)">meterToLatitude</A></B>(double&nbsp;latitude)</CODE>
148
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert meter to latitude at ref latitude</TD>
151 </TR>
152 <TR BGCOLOR="white" CLASS="TableRowColor">
153 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154 <CODE>static&nbsp;double</CODE></FONT></TD>
155 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/utils/Ellipsoid.html#meterToLongitude(double)">meterToLongitude</A></B>(double&nbsp;latitude)</CODE>
156
157 <BR>
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert meter to longitude at ref latitude</TD>
159 </TR>
160 </TABLE>
161 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
162 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
163 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
164 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
168 </TR>
169 </TABLE>
170 &nbsp;
171 <P>
172
173 <!-- ========= CONSTRUCTOR DETAIL ======== -->
174
175 <A NAME="constructor_detail"><!-- --></A>
176 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
177 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
178 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
179 <B>Constructor Detail</B></FONT></TH>
180 </TR>
181 </TABLE>
182
183 <A NAME="Ellipsoid()"><!-- --></A><H3>
184 Ellipsoid</H3>
185 <PRE>
186 public <B>Ellipsoid</B>()</PRE>
187 <DL>
188 </DL>
189
190 <!-- ============ METHOD DETAIL ========== -->
191
192 <A NAME="method_detail"><!-- --></A>
193 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
194 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
195 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
196 <B>Method Detail</B></FONT></TH>
197 </TR>
198 </TABLE>
199
200 <A NAME="meterToLongitude(double)"><!-- --></A><H3>
201 meterToLongitude</H3>
202 <PRE>
203 public static final double <B>meterToLongitude</B>(double&nbsp;latitude)</PRE>
204 <DL>
205 <DD>Convert meter to longitude at ref latitude
206 <P>
207 <DD><DL>
208 </DL>
209 </DD>
210 </DL>
211 <HR>
212
213 <A NAME="meterToLatitude(double)"><!-- --></A><H3>
214 meterToLatitude</H3>
215 <PRE>
216 public static final double <B>meterToLatitude</B>(double&nbsp;latitude)</PRE>
217 <DL>
218 <DD>Convert meter to latitude at ref latitude
219 <P>
220 <DD><DL>
221 </DL>
222 </DD>
223 </DL>
224 <HR>
225
226 <A NAME="longitudeToMeter(double)"><!-- --></A><H3>
227 longitudeToMeter</H3>
228 <PRE>
229 public static final double <B>longitudeToMeter</B>(double&nbsp;latitude)</PRE>
230 <DL>
231 <DD>Convert longitude to meter at ref latitude
232 <P>
233 <DD><DL>
234 </DL>
235 </DD>
236 </DL>
237 <HR>
238
239 <A NAME="latitudeToMeter(double)"><!-- --></A><H3>
240 latitudeToMeter</H3>
241 <PRE>
242 public static final double <B>latitudeToMeter</B>(double&nbsp;latitude)</PRE>
243 <DL>
244 <DD>Convert latitude to meter at ref latitude
245 <P>
246 <DD><DL>
247 </DL>
248 </DD>
249 </DL>
250 <!-- ========= END OF CLASS DATA ========= -->
251 <HR>
252
253
254 <!-- ======= START OF BOTTOM NAVBAR ====== -->
255 <A NAME="navbar_bottom"><!-- --></A>
256 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
257 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
258 <TR>
259 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
260 <A NAME="navbar_bottom_firstrow"><!-- --></A>
261 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
262 <TR ALIGN="center" VALIGN="top">
263 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
264 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
265 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
266 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Ellipsoid.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
267 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
268 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
269 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
270 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
271 </TR>
272 </TABLE>
273 </TD>
274 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
275 </EM>
276 </TD>
277 </TR>
278
279 <TR>
280 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
281 &nbsp;PREV CLASS&nbsp;
282 &nbsp;<A HREF="../../../../org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils"><B>NEXT CLASS</B></A></FONT></TD>
283 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
284 <A HREF="../../../../index.html?org/boehn/kmlframework/utils/Ellipsoid.html" target="_top"><B>FRAMES</B></A> &nbsp;
285 &nbsp;<A HREF="Ellipsoid.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
286 &nbsp;<SCRIPT type="text/javascript">
287 <!--
288 if(window==top) {
289 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
290 }
291 //-->
292 </SCRIPT>
293 <NOSCRIPT>
294 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
295 </NOSCRIPT>
296
297
298 </FONT></TD>
299 </TR>
300 <TR>
301 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
302 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
303 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
304 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
305 </TR>
306 </TABLE>
307 <A NAME="skip-navbar_bottom"></A>
308 <!-- ======== END OF BOTTOM NAVBAR ======= -->
309
310 <HR>
311
312 </BODY>
313 </HTML>
+0
-249
documentation/javadoc/org/boehn/kmlframework/utils/MathUtils.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 MathUtils (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.utils.MathUtils class">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="MathUtils (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MathUtils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;NEXT CLASS</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/utils/MathUtils.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="MathUtils.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 org.boehn.kmlframework.utils</FONT>
88 <BR>
89 Class MathUtils</H2>
90 <PRE>
91 java.lang.Object
92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.boehn.kmlframework.utils.MathUtils</B>
93 </PRE>
94 <HR>
95 <DL>
96 <DT><PRE>public class <B>MathUtils</B><DT>extends java.lang.Object</DL>
97 </PRE>
98
99 <P>
100 <HR>
101
102 <P>
103
104 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
105
106 <A NAME="constructor_summary"><!-- --></A>
107 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
110 <B>Constructor Summary</B></FONT></TH>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/utils/MathUtils.html#MathUtils()">MathUtils</A></B>()</CODE>
114
115 <BR>
116 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
117 </TR>
118 </TABLE>
119 &nbsp;
120 <!-- ========== METHOD SUMMARY =========== -->
121
122 <A NAME="method_summary"><!-- --></A>
123 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
125 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
126 <B>Method Summary</B></FONT></TH>
127 </TR>
128 <TR BGCOLOR="white" CLASS="TableRowColor">
129 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130 <CODE>static&nbsp;double</CODE></FONT></TD>
131 <TD><CODE><B><A HREF="../../../../org/boehn/kmlframework/utils/MathUtils.html#degreesToDecimal(java.lang.String)">degreesToDecimal</A></B>(java.lang.String&nbsp;input)</CODE>
132
133 <BR>
134 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
135 </TR>
136 </TABLE>
137 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
140 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
144 </TR>
145 </TABLE>
146 &nbsp;
147 <P>
148
149 <!-- ========= CONSTRUCTOR DETAIL ======== -->
150
151 <A NAME="constructor_detail"><!-- --></A>
152 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
153 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
154 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
155 <B>Constructor Detail</B></FONT></TH>
156 </TR>
157 </TABLE>
158
159 <A NAME="MathUtils()"><!-- --></A><H3>
160 MathUtils</H3>
161 <PRE>
162 public <B>MathUtils</B>()</PRE>
163 <DL>
164 </DL>
165
166 <!-- ============ METHOD DETAIL ========== -->
167
168 <A NAME="method_detail"><!-- --></A>
169 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
170 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
171 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
172 <B>Method Detail</B></FONT></TH>
173 </TR>
174 </TABLE>
175
176 <A NAME="degreesToDecimal(java.lang.String)"><!-- --></A><H3>
177 degreesToDecimal</H3>
178 <PRE>
179 public static double <B>degreesToDecimal</B>(java.lang.String&nbsp;input)</PRE>
180 <DL>
181 <DD><DL>
182 </DL>
183 </DD>
184 </DL>
185 <!-- ========= END OF CLASS DATA ========= -->
186 <HR>
187
188
189 <!-- ======= START OF BOTTOM NAVBAR ====== -->
190 <A NAME="navbar_bottom"><!-- --></A>
191 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
192 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
193 <TR>
194 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
195 <A NAME="navbar_bottom_firstrow"><!-- --></A>
196 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
197 <TR ALIGN="center" VALIGN="top">
198 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
199 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
200 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
201 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MathUtils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
202 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
203 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
204 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
205 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
206 </TR>
207 </TABLE>
208 </TD>
209 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
210 </EM>
211 </TD>
212 </TR>
213
214 <TR>
215 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
216 &nbsp;<A HREF="../../../../org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils"><B>PREV CLASS</B></A>&nbsp;
217 &nbsp;NEXT CLASS</FONT></TD>
218 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
219 <A HREF="../../../../index.html?org/boehn/kmlframework/utils/MathUtils.html" target="_top"><B>FRAMES</B></A> &nbsp;
220 &nbsp;<A HREF="MathUtils.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
221 &nbsp;<SCRIPT type="text/javascript">
222 <!--
223 if(window==top) {
224 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
225 }
226 //-->
227 </SCRIPT>
228 <NOSCRIPT>
229 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
230 </NOSCRIPT>
231
232
233 </FONT></TD>
234 </TR>
235 <TR>
236 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
237 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
238 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
239 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
240 </TR>
241 </TABLE>
242 <A NAME="skip-navbar_bottom"></A>
243 <!-- ======== END OF BOTTOM NAVBAR ======= -->
244
245 <HR>
246
247 </BODY>
248 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/utils/class-use/Ellipsoid.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.utils.Ellipsoid (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.utils.Ellipsoid (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/utils/class-use/Ellipsoid.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="Ellipsoid.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.utils.Ellipsoid</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.utils.Ellipsoid
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/utils/class-use/Ellipsoid.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="Ellipsoid.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/utils/class-use/MathUtils.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Class org.boehn.kmlframework.utils.MathUtils (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Class org.boehn.kmlframework.utils.MathUtils (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../../index.html?org/boehn/kmlframework/utils/class-use/MathUtils.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="MathUtils.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Class<br>org.boehn.kmlframework.utils.MathUtils</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.utils.MathUtils
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../../index.html?org/boehn/kmlframework/utils/class-use/MathUtils.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="MathUtils.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-34
documentation/javadoc/org/boehn/kmlframework/utils/package-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.utils (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.utils package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13
14 </HEAD>
15
16 <BODY BGCOLOR="white">
17 <FONT size="+1" CLASS="FrameTitleFont">
18 <A HREF="../../../../org/boehn/kmlframework/utils/package-summary.html" target="classFrame">org.boehn.kmlframework.utils</A></FONT>
19 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
20 <TR>
21 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
22 Classes</FONT>&nbsp;
23 <FONT CLASS="FrameItemFont">
24 <BR>
25 <A HREF="Ellipsoid.html" title="class in org.boehn.kmlframework.utils" target="classFrame">Ellipsoid</A>
26 <BR>
27 <A HREF="MathUtils.html" title="class in org.boehn.kmlframework.utils" target="classFrame">MathUtils</A></FONT></TD>
28 </TR>
29 </TABLE>
30
31
32 </BODY>
33 </HTML>
+0
-158
documentation/javadoc/org/boehn/kmlframework/utils/package-summary.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.utils (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="org.boehn.kmlframework.utils package">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="org.boehn.kmlframework.utils (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/servlet/kmz/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
55 &nbsp;NEXT PACKAGE</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../index.html?org/boehn/kmlframework/utils/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 </TABLE>
74 <A NAME="skip-navbar_top"></A>
75 <!-- ========= END OF TOP NAVBAR ========= -->
76
77 <HR>
78 <H2>
79 Package org.boehn.kmlframework.utils
80 </H2>
81
82 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
83 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
84 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
85 <B>Class Summary</B></FONT></TH>
86 </TR>
87 <TR BGCOLOR="white" CLASS="TableRowColor">
88 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils">Ellipsoid</A></B></TD>
89 <TD>&nbsp;</TD>
90 </TR>
91 <TR BGCOLOR="white" CLASS="TableRowColor">
92 <TD WIDTH="15%"><B><A HREF="../../../../org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils">MathUtils</A></B></TD>
93 <TD>&nbsp;</TD>
94 </TR>
95 </TABLE>
96 &nbsp;
97
98 <P>
99 <DL>
100 </DL>
101 <HR>
102
103
104 <!-- ======= START OF BOTTOM NAVBAR ====== -->
105 <A NAME="navbar_bottom"><!-- --></A>
106 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
107 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
108 <TR>
109 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
110 <A NAME="navbar_bottom_firstrow"><!-- --></A>
111 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
112 <TR ALIGN="center" VALIGN="top">
113 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
114 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
115 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
116 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
117 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
118 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
119 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
120 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
121 </TR>
122 </TABLE>
123 </TD>
124 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
125 </EM>
126 </TD>
127 </TR>
128
129 <TR>
130 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
131 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/servlet/kmz/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
132 &nbsp;NEXT PACKAGE</FONT></TD>
133 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
134 <A HREF="../../../../index.html?org/boehn/kmlframework/utils/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
135 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
136 &nbsp;<SCRIPT type="text/javascript">
137 <!--
138 if(window==top) {
139 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
140 }
141 //-->
142 </SCRIPT>
143 <NOSCRIPT>
144 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
145 </NOSCRIPT>
146
147
148 </FONT></TD>
149 </TR>
150 </TABLE>
151 <A NAME="skip-navbar_bottom"></A>
152 <!-- ======== END OF BOTTOM NAVBAR ======= -->
153
154 <HR>
155
156 </BODY>
157 </HTML>
+0
-149
documentation/javadoc/org/boehn/kmlframework/utils/package-tree.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 org.boehn.kmlframework.utils Class Hierarchy (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="org.boehn.kmlframework.utils Class Hierarchy (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/servlet/kmz/package-tree.html"><B>PREV</B></A>&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/utils/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 Hierarchy For Package org.boehn.kmlframework.utils
80 </H2>
81 </CENTER>
82 <DL>
83 <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
84 <HR>
85 <H2>
86 Class Hierarchy
87 </H2>
88 <UL>
89 <LI TYPE="circle">java.lang.Object<UL>
90 <LI TYPE="circle">org.boehn.kmlframework.utils.<A HREF="../../../../org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils"><B>Ellipsoid</B></A><LI TYPE="circle">org.boehn.kmlframework.utils.<A HREF="../../../../org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils"><B>MathUtils</B></A></UL>
91 </UL>
92 <HR>
93
94
95 <!-- ======= START OF BOTTOM NAVBAR ====== -->
96 <A NAME="navbar_bottom"><!-- --></A>
97 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
98 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
99 <TR>
100 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
101 <A NAME="navbar_bottom_firstrow"><!-- --></A>
102 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
103 <TR ALIGN="center" VALIGN="top">
104 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
105 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
106 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
107 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
108 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
109 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
110 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
111 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
112 </TR>
113 </TABLE>
114 </TD>
115 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
116 </EM>
117 </TD>
118 </TR>
119
120 <TR>
121 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
122 &nbsp;<A HREF="../../../../org/boehn/kmlframework/todo/servlet/kmz/package-tree.html"><B>PREV</B></A>&nbsp;
123 &nbsp;NEXT</FONT></TD>
124 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
125 <A HREF="../../../../index.html?org/boehn/kmlframework/utils/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
126 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
127 &nbsp;<SCRIPT type="text/javascript">
128 <!--
129 if(window==top) {
130 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
131 }
132 //-->
133 </SCRIPT>
134 <NOSCRIPT>
135 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
136 </NOSCRIPT>
137
138
139 </FONT></TD>
140 </TR>
141 </TABLE>
142 <A NAME="skip-navbar_bottom"></A>
143 <!-- ======== END OF BOTTOM NAVBAR ======= -->
144
145 <HR>
146
147 </BODY>
148 </HTML>
+0
-140
documentation/javadoc/org/boehn/kmlframework/utils/package-use.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Uses of Package org.boehn.kmlframework.utils (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Uses of Package org.boehn.kmlframework.utils (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="../../../../index.html?org/boehn/kmlframework/utils/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 <B>Uses of Package<br>org.boehn.kmlframework.utils</B></H2>
80 </CENTER>
81 No usage of org.boehn.kmlframework.utils
82 <P>
83 <HR>
84
85
86 <!-- ======= START OF BOTTOM NAVBAR ====== -->
87 <A NAME="navbar_bottom"><!-- --></A>
88 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
89 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
90 <TR>
91 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
92 <A NAME="navbar_bottom_firstrow"><!-- --></A>
93 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
94 <TR ALIGN="center" VALIGN="top">
95 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
96 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
97 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
98 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
99 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
100 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
101 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
103 </TR>
104 </TABLE>
105 </TD>
106 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
107 </EM>
108 </TD>
109 </TR>
110
111 <TR>
112 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
113 &nbsp;PREV&nbsp;
114 &nbsp;NEXT</FONT></TD>
115 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
116 <A HREF="../../../../index.html?org/boehn/kmlframework/utils/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp;
117 &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
118 &nbsp;<SCRIPT type="text/javascript">
119 <!--
120 if(window==top) {
121 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
122 }
123 //-->
124 </SCRIPT>
125 <NOSCRIPT>
126 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
127 </NOSCRIPT>
128
129
130 </FONT></TD>
131 </TR>
132 </TABLE>
133 <A NAME="skip-navbar_bottom"></A>
134 <!-- ======== END OF BOTTOM NAVBAR ======= -->
135
136 <HR>
137
138 </BODY>
139 </HTML>
+0
-58
documentation/javadoc/overview-frame.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Overview (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="Overview">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
12
13
14 </HEAD>
15
16 <BODY BGCOLOR="white">
17
18 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
19 <TR>
20 <TH ALIGN="left" NOWRAP><FONT size="+1" CLASS="FrameTitleFont">
21 <B></B></FONT></TH>
22 </TR>
23 </TABLE>
24
25 <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
26 <TR>
27 <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="allclasses-frame.html" target="packageFrame">All Classes</A></FONT>
28 <P>
29 <FONT size="+1" CLASS="FrameHeadingFont">
30 Packages</FONT>
31 <BR>
32 <FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/atom/package-frame.html" target="packageFrame">org.boehn.kmlframework.atom</A></FONT>
33 <BR>
34 <FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/coordinates/package-frame.html" target="packageFrame">org.boehn.kmlframework.coordinates</A></FONT>
35 <BR>
36 <FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/kml/package-frame.html" target="packageFrame">org.boehn.kmlframework.kml</A></FONT>
37 <BR>
38 <FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/servlet/package-frame.html" target="packageFrame">org.boehn.kmlframework.servlet</A></FONT>
39 <BR>
40 <FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/todo/package-frame.html" target="packageFrame">org.boehn.kmlframework.todo</A></FONT>
41 <BR>
42 <FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/todo/examples/package-frame.html" target="packageFrame">org.boehn.kmlframework.todo.examples</A></FONT>
43 <BR>
44 <FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/todo/servlet/package-frame.html" target="packageFrame">org.boehn.kmlframework.todo.servlet</A></FONT>
45 <BR>
46 <FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/todo/servlet/kmz/package-frame.html" target="packageFrame">org.boehn.kmlframework.todo.servlet.kmz</A></FONT>
47 <BR>
48 <FONT CLASS="FrameItemFont"><A HREF="org/boehn/kmlframework/utils/package-frame.html" target="packageFrame">org.boehn.kmlframework.utils</A></FONT>
49 <BR>
50 </TD>
51 </TR>
52 </TABLE>
53
54 <P>
55 &nbsp;
56 </BODY>
57 </HTML>
+0
-180
documentation/javadoc/overview-summary.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:11 CEST 2009 -->
5 <TITLE>
6 Overview (KML Framework API)
7 </TITLE>
8
9 <META NAME="keywords" CONTENT="Overview">
10
11 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
12
13 <SCRIPT type="text/javascript">
14 function windowTitle()
15 {
16 parent.document.title="Overview (KML Framework API)";
17 }
18 </SCRIPT>
19 <NOSCRIPT>
20 </NOSCRIPT>
21
22 </HEAD>
23
24 <BODY BGCOLOR="white" onload="windowTitle();">
25
26
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;PREV&nbsp;
55 &nbsp;NEXT</FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="index.html?overview-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 </TABLE>
74 <A NAME="skip-navbar_top"></A>
75 <!-- ========= END OF TOP NAVBAR ========= -->
76
77 <HR>
78
79 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
80 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
81 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
82 <B>Packages</B></FONT></TH>
83 </TR>
84 <TR BGCOLOR="white" CLASS="TableRowColor">
85 <TD WIDTH="20%"><B><A HREF="org/boehn/kmlframework/atom/package-summary.html">org.boehn.kmlframework.atom</A></B></TD>
86 <TD>&nbsp;</TD>
87 </TR>
88 <TR BGCOLOR="white" CLASS="TableRowColor">
89 <TD WIDTH="20%"><B><A HREF="org/boehn/kmlframework/coordinates/package-summary.html">org.boehn.kmlframework.coordinates</A></B></TD>
90 <TD>&nbsp;</TD>
91 </TR>
92 <TR BGCOLOR="white" CLASS="TableRowColor">
93 <TD WIDTH="20%"><B><A HREF="org/boehn/kmlframework/kml/package-summary.html">org.boehn.kmlframework.kml</A></B></TD>
94 <TD>&nbsp;</TD>
95 </TR>
96 <TR BGCOLOR="white" CLASS="TableRowColor">
97 <TD WIDTH="20%"><B><A HREF="org/boehn/kmlframework/servlet/package-summary.html">org.boehn.kmlframework.servlet</A></B></TD>
98 <TD>&nbsp;</TD>
99 </TR>
100 <TR BGCOLOR="white" CLASS="TableRowColor">
101 <TD WIDTH="20%"><B><A HREF="org/boehn/kmlframework/todo/package-summary.html">org.boehn.kmlframework.todo</A></B></TD>
102 <TD>&nbsp;</TD>
103 </TR>
104 <TR BGCOLOR="white" CLASS="TableRowColor">
105 <TD WIDTH="20%"><B><A HREF="org/boehn/kmlframework/todo/examples/package-summary.html">org.boehn.kmlframework.todo.examples</A></B></TD>
106 <TD>&nbsp;</TD>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD WIDTH="20%"><B><A HREF="org/boehn/kmlframework/todo/servlet/package-summary.html">org.boehn.kmlframework.todo.servlet</A></B></TD>
110 <TD>&nbsp;</TD>
111 </TR>
112 <TR BGCOLOR="white" CLASS="TableRowColor">
113 <TD WIDTH="20%"><B><A HREF="org/boehn/kmlframework/todo/servlet/kmz/package-summary.html">org.boehn.kmlframework.todo.servlet.kmz</A></B></TD>
114 <TD>&nbsp;</TD>
115 </TR>
116 <TR BGCOLOR="white" CLASS="TableRowColor">
117 <TD WIDTH="20%"><B><A HREF="org/boehn/kmlframework/utils/package-summary.html">org.boehn.kmlframework.utils</A></B></TD>
118 <TD>&nbsp;</TD>
119 </TR>
120 </TABLE>
121
122 <P>
123 &nbsp;<HR>
124
125
126 <!-- ======= START OF BOTTOM NAVBAR ====== -->
127 <A NAME="navbar_bottom"><!-- --></A>
128 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
129 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
130 <TR>
131 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
132 <A NAME="navbar_bottom_firstrow"><!-- --></A>
133 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
134 <TR ALIGN="center" VALIGN="top">
135 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT>&nbsp;</TD>
136 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
137 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
138 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
139 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
140 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
141 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
142 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
143 </TR>
144 </TABLE>
145 </TD>
146 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
147 </EM>
148 </TD>
149 </TR>
150
151 <TR>
152 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
153 &nbsp;PREV&nbsp;
154 &nbsp;NEXT</FONT></TD>
155 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
156 <A HREF="index.html?overview-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
157 &nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
158 &nbsp;<SCRIPT type="text/javascript">
159 <!--
160 if(window==top) {
161 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
162 }
163 //-->
164 </SCRIPT>
165 <NOSCRIPT>
166 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
167 </NOSCRIPT>
168
169
170 </FONT></TD>
171 </TR>
172 </TABLE>
173 <A NAME="skip-navbar_bottom"></A>
174 <!-- ======== END OF BOTTOM NAVBAR ======= -->
175
176 <HR>
177
178 </BODY>
179 </HTML>
+0
-215
documentation/javadoc/overview-tree.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Class Hierarchy (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Class Hierarchy (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H2>
79 Hierarchy For All Packages</H2>
80 </CENTER>
81 <DL>
82 <DT><B>Package Hierarchies:</B><DD><A HREF="org/boehn/kmlframework/atom/package-tree.html">org.boehn.kmlframework.atom</A>, <A HREF="org/boehn/kmlframework/coordinates/package-tree.html">org.boehn.kmlframework.coordinates</A>, <A HREF="org/boehn/kmlframework/kml/package-tree.html">org.boehn.kmlframework.kml</A>, <A HREF="org/boehn/kmlframework/servlet/package-tree.html">org.boehn.kmlframework.servlet</A>, <A HREF="org/boehn/kmlframework/todo/package-tree.html">org.boehn.kmlframework.todo</A>, <A HREF="org/boehn/kmlframework/todo/examples/package-tree.html">org.boehn.kmlframework.todo.examples</A>, <A HREF="org/boehn/kmlframework/todo/servlet/package-tree.html">org.boehn.kmlframework.todo.servlet</A>, <A HREF="org/boehn/kmlframework/todo/servlet/kmz/package-tree.html">org.boehn.kmlframework.todo.servlet.kmz</A>, <A HREF="org/boehn/kmlframework/utils/package-tree.html">org.boehn.kmlframework.utils</A></DL>
83 <HR>
84 <H2>
85 Class Hierarchy
86 </H2>
87 <UL>
88 <LI TYPE="circle">java.lang.Object<UL>
89 <LI TYPE="circle">org.boehn.kmlframework.atom.<A HREF="org/boehn/kmlframework/atom/AtomAuthor.html" title="class in org.boehn.kmlframework.atom"><B>AtomAuthor</B></A><LI TYPE="circle">org.boehn.kmlframework.atom.<A HREF="org/boehn/kmlframework/atom/AtomLink.html" title="class in org.boehn.kmlframework.atom"><B>AtomLink</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="org/boehn/kmlframework/todo/BoundingBox.html" title="class in org.boehn.kmlframework.todo"><B>BoundingBox</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="org/boehn/kmlframework/todo/Button.html" title="class in org.boehn.kmlframework.todo"><B>Button</B></A><LI TYPE="circle">org.boehn.kmlframework.coordinates.<A HREF="org/boehn/kmlframework/coordinates/CartesianCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>CartesianCoordinate</B></A> (implements org.boehn.kmlframework.coordinates.<A HREF="org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>)
90 <LI TYPE="circle">org.boehn.kmlframework.utils.<A HREF="org/boehn/kmlframework/utils/Ellipsoid.html" title="class in org.boehn.kmlframework.utils"><B>Ellipsoid</B></A><LI TYPE="circle">javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
91 <UL>
92 <LI TYPE="circle">javax.servlet.http.HttpServlet (implements java.io.Serializable)
93 <UL>
94 <LI TYPE="circle">org.boehn.kmlframework.todo.examples.<A HREF="org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples"><B>SimpleExampleServlet</B></A></UL>
95 </UL>
96 <LI TYPE="circle">org.boehn.kmlframework.todo.examples.<A HREF="org/boehn/kmlframework/todo/examples/GraphicalMapObjectExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>GraphicalMapObjectExample</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="org/boehn/kmlframework/todo/GraphicalModel.html" title="class in org.boehn.kmlframework.todo"><B>GraphicalModel</B></A> (implements org.boehn.kmlframework.todo.<A HREF="org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo">GraphicalModelElement</A>)
97 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Kml.html" title="class in org.boehn.kmlframework.kml"><B>Kml</B></A><UL>
98 <LI TYPE="circle">org.boehn.kmlframework.servlet.<A HREF="org/boehn/kmlframework/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.servlet"><B>HttpServletModel</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="org/boehn/kmlframework/todo/servlet/HttpServletModel.html" title="class in org.boehn.kmlframework.todo.servlet"><B>HttpServletModel</B></A></UL>
99 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/KmlObject.html" title="class in org.boehn.kmlframework.kml"><B>KmlObject</B></A><UL>
100 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/AbstractView.html" title="class in org.boehn.kmlframework.kml"><B>AbstractView</B></A><UL>
101 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Camera.html" title="class in org.boehn.kmlframework.kml"><B>Camera</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/LookAt.html" title="class in org.boehn.kmlframework.kml"><B>LookAt</B></A></UL>
102 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Alias.html" title="class in org.boehn.kmlframework.kml"><B>Alias</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/BallonStyle.html" title="class in org.boehn.kmlframework.kml"><B>BallonStyle</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/ColorStyle.html" title="class in org.boehn.kmlframework.kml"><B>ColorStyle</B></A><UL>
103 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/IconStyle.html" title="class in org.boehn.kmlframework.kml"><B>IconStyle</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/LabelStyle.html" title="class in org.boehn.kmlframework.kml"><B>LabelStyle</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/LineStyle.html" title="class in org.boehn.kmlframework.kml"><B>LineStyle</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/PolyStyle.html" title="class in org.boehn.kmlframework.kml"><B>PolyStyle</B></A></UL>
104 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Data.html" title="class in org.boehn.kmlframework.kml"><B>Data</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/ExtendedData.html" title="class in org.boehn.kmlframework.kml"><B>ExtendedData</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Feature.html" title="class in org.boehn.kmlframework.kml"><B>Feature</B></A><UL>
105 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Container.html" title="class in org.boehn.kmlframework.kml"><B>Container</B></A><UL>
106 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Document.html" title="class in org.boehn.kmlframework.kml"><B>Document</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Folder.html" title="class in org.boehn.kmlframework.kml"><B>Folder</B></A></UL>
107 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/NetworkLink.html" title="class in org.boehn.kmlframework.kml"><B>NetworkLink</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Overlay.html" title="class in org.boehn.kmlframework.kml"><B>Overlay</B></A><UL>
108 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/GroundOverlay.html" title="class in org.boehn.kmlframework.kml"><B>GroundOverlay</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/PhotoOverlay.html" title="class in org.boehn.kmlframework.kml"><B>PhotoOverlay</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/ScreenOverlay.html" title="class in org.boehn.kmlframework.kml"><B>ScreenOverlay</B></A></UL>
109 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Placemark.html" title="class in org.boehn.kmlframework.kml"><B>Placemark</B></A></UL>
110 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Geometry.html" title="class in org.boehn.kmlframework.kml"><B>Geometry</B></A><UL>
111 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/LinearRing.html" title="class in org.boehn.kmlframework.kml"><B>LinearRing</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/LineString.html" title="class in org.boehn.kmlframework.kml"><B>LineString</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Model.html" title="class in org.boehn.kmlframework.kml"><B>Model</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/MultiGeometry.html" title="class in org.boehn.kmlframework.kml"><B>MultiGeometry</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Point.html" title="class in org.boehn.kmlframework.kml"><B>Point</B></A><UL>
112 <LI TYPE="circle">org.boehn.kmlframework.coordinates.<A HREF="org/boehn/kmlframework/coordinates/EarthCoordinate.html" title="class in org.boehn.kmlframework.coordinates"><B>EarthCoordinate</B></A> (implements org.boehn.kmlframework.coordinates.<A HREF="org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates">Coordinate</A>)
113 </UL>
114 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Polygon.html" title="class in org.boehn.kmlframework.kml"><B>Polygon</B></A></UL>
115 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Link.html" title="class in org.boehn.kmlframework.kml"><B>Link</B></A><UL>
116 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Icon.html" title="class in org.boehn.kmlframework.kml"><B>Icon</B></A></UL>
117 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/ListStyle.html" title="class in org.boehn.kmlframework.kml"><B>ListStyle</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/NetworkLinkControl.html" title="class in org.boehn.kmlframework.kml"><B>NetworkLinkControl</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Pair.html" title="class in org.boehn.kmlframework.kml"><B>Pair</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Region.html" title="class in org.boehn.kmlframework.kml"><B>Region</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Schema.html" title="class in org.boehn.kmlframework.kml"><B>Schema</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/SimpleData.html" title="class in org.boehn.kmlframework.kml"><B>SimpleData</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/SimpleField.html" title="class in org.boehn.kmlframework.kml"><B>SimpleField</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/StyleSelector.html" title="class in org.boehn.kmlframework.kml"><B>StyleSelector</B></A><UL>
118 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Style.html" title="class in org.boehn.kmlframework.kml"><B>Style</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/StyleMap.html" title="class in org.boehn.kmlframework.kml"><B>StyleMap</B></A></UL>
119 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/TimePrimitive.html" title="class in org.boehn.kmlframework.kml"><B>TimePrimitive</B></A><UL>
120 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/TimeSpan.html" title="class in org.boehn.kmlframework.kml"><B>TimeSpan</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/TimeStamp.html" title="class in org.boehn.kmlframework.kml"><B>TimeStamp</B></A></UL>
121 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Update.html" title="class in org.boehn.kmlframework.kml"><B>Update</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/ViewFormat.html" title="class in org.boehn.kmlframework.kml"><B>ViewFormat</B></A></UL>
122 <LI TYPE="circle">org.boehn.kmlframework.todo.servlet.kmz.<A HREF="org/boehn/kmlframework/todo/servlet/kmz/KmzFilter.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>KmzFilter</B></A> (implements javax.servlet.Filter)
123 <LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="org/boehn/kmlframework/todo/MapObject.html" title="class in org.boehn.kmlframework.todo"><B>MapObject</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="org/boehn/kmlframework/todo/MapObjectClass.html" title="class in org.boehn.kmlframework.todo"><B>MapObjectClass</B></A><LI TYPE="circle">org.boehn.kmlframework.utils.<A HREF="org/boehn/kmlframework/utils/MathUtils.html" title="class in org.boehn.kmlframework.utils"><B>MathUtils</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="org/boehn/kmlframework/todo/ModelObjectFactory.html" title="class in org.boehn.kmlframework.todo"><B>ModelObjectFactory</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.examples.<A HREF="org/boehn/kmlframework/todo/examples/ModelObjectFactoryExample.html" title="class in org.boehn.kmlframework.todo.examples"><B>ModelObjectFactoryExample</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="org/boehn/kmlframework/todo/servlet/NetworkLink.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NetworkLink</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="org/boehn/kmlframework/todo/servlet/NetworkLinkControl.html" title="class in org.boehn.kmlframework.todo.servlet"><B>NetworkLinkControl</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="org/boehn/kmlframework/todo/servlet/Observer.html" title="class in org.boehn.kmlframework.todo.servlet"><B>Observer</B></A><LI TYPE="circle">java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
124 <UL>
125 <LI TYPE="circle">javax.servlet.ServletOutputStream<UL>
126 <LI TYPE="circle">org.boehn.kmlframework.todo.servlet.kmz.<A HREF="org/boehn/kmlframework/todo/servlet/kmz/KmzResponseStream.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>KmzResponseStream</B></A></UL>
127 </UL>
128 <LI TYPE="circle">javax.servlet.ServletResponseWrapper (implements javax.servlet.ServletResponse)
129 <UL>
130 <LI TYPE="circle">javax.servlet.http.HttpServletResponseWrapper (implements javax.servlet.http.HttpServletResponse)
131 <UL>
132 <LI TYPE="circle">org.boehn.kmlframework.todo.servlet.kmz.<A HREF="org/boehn/kmlframework/todo/servlet/kmz/KmzResponseWrapper.html" title="class in org.boehn.kmlframework.todo.servlet.kmz"><B>KmzResponseWrapper</B></A></UL>
133 </UL>
134 <LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable)
135 <UL>
136 <LI TYPE="circle">java.lang.Exception<UL>
137 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml"><B>KmlException</B></A></UL>
138 </UL>
139 <LI TYPE="circle">org.boehn.kmlframework.coordinates.<A HREF="org/boehn/kmlframework/coordinates/TimeAndPlace.html" title="class in org.boehn.kmlframework.coordinates"><B>TimeAndPlace</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/UpdateElement.html" title="class in org.boehn.kmlframework.kml"><B>UpdateElement</B></A><UL>
140 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Change.html" title="class in org.boehn.kmlframework.kml"><B>Change</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Create.html" title="class in org.boehn.kmlframework.kml"><B>Create</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/Delete.html" title="class in org.boehn.kmlframework.kml"><B>Delete</B></A></UL>
141 </UL>
142 </UL>
143 <H2>
144 Interface Hierarchy
145 </H2>
146 <UL>
147 <LI TYPE="circle">org.boehn.kmlframework.coordinates.<A HREF="org/boehn/kmlframework/coordinates/Coordinate.html" title="interface in org.boehn.kmlframework.coordinates"><B>Coordinate</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.<A HREF="org/boehn/kmlframework/todo/GraphicalModelElement.html" title="interface in org.boehn.kmlframework.todo"><B>GraphicalModelElement</B></A></UL>
148 <H2>
149 Enum Hierarchy
150 </H2>
151 <UL>
152 <LI TYPE="circle">java.lang.Object<UL>
153 <LI TYPE="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
154 <UL>
155 <LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/ViewRefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ViewRefreshModeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/UnitEnum.html" title="enum in org.boehn.kmlframework.kml"><B>UnitEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/StyleStateEnum.html" title="enum in org.boehn.kmlframework.kml"><B>StyleStateEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/SimpleFieldTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>SimpleFieldTypeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/ShapeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ShapeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/RefreshModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>RefreshModeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/ListItemTypeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ListItemTypeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/GridOriginEnum.html" title="enum in org.boehn.kmlframework.kml"><B>GridOriginEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/DisplayModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>DisplayModeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/ColorModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>ColorModeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.kml.<A HREF="org/boehn/kmlframework/kml/AltitudeModeEnum.html" title="enum in org.boehn.kmlframework.kml"><B>AltitudeModeEnum</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="org/boehn/kmlframework/todo/servlet/ViewRefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>ViewRefreshModes</B></A><LI TYPE="circle">org.boehn.kmlframework.todo.servlet.<A HREF="org/boehn/kmlframework/todo/servlet/RefreshModes.html" title="enum in org.boehn.kmlframework.todo.servlet"><B>RefreshModes</B></A></UL>
156 </UL>
157 </UL>
158 <HR>
159
160
161 <!-- ======= START OF BOTTOM NAVBAR ====== -->
162 <A NAME="navbar_bottom"><!-- --></A>
163 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
164 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
165 <TR>
166 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
167 <A NAME="navbar_bottom_firstrow"><!-- --></A>
168 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
169 <TR ALIGN="center" VALIGN="top">
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
174 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
175 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
177 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
178 </TR>
179 </TABLE>
180 </TD>
181 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
182 </EM>
183 </TD>
184 </TR>
185
186 <TR>
187 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
188 &nbsp;PREV&nbsp;
189 &nbsp;NEXT</FONT></TD>
190 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
191 <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
192 &nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
193 &nbsp;<SCRIPT type="text/javascript">
194 <!--
195 if(window==top) {
196 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
197 }
198 //-->
199 </SCRIPT>
200 <NOSCRIPT>
201 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
202 </NOSCRIPT>
203
204
205 </FONT></TD>
206 </TR>
207 </TABLE>
208 <A NAME="skip-navbar_bottom"></A>
209 <!-- ======== END OF BOTTOM NAVBAR ======= -->
210
211 <HR>
212
213 </BODY>
214 </HTML>
+0
-9
documentation/javadoc/package-list less more
0 org.boehn.kmlframework.atom
1 org.boehn.kmlframework.coordinates
2 org.boehn.kmlframework.kml
3 org.boehn.kmlframework.servlet
4 org.boehn.kmlframework.todo
5 org.boehn.kmlframework.todo.examples
6 org.boehn.kmlframework.todo.servlet
7 org.boehn.kmlframework.todo.servlet.kmz
8 org.boehn.kmlframework.utils
documentation/javadoc/resources/inherit.gif less more
Binary diff not shown
+0
-184
documentation/javadoc/serialized-form.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1 <!--NewPage-->
2 <HTML>
3 <HEAD>
4 <!-- Generated by javadoc (build 1.5.0_19) on Sat Jul 18 19:14:10 CEST 2009 -->
5 <TITLE>
6 Serialized Form (KML Framework API)
7 </TITLE>
8
9
10 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
11
12 <SCRIPT type="text/javascript">
13 function windowTitle()
14 {
15 parent.document.title="Serialized Form (KML Framework API)";
16 }
17 </SCRIPT>
18 <NOSCRIPT>
19 </NOSCRIPT>
20
21 </HEAD>
22
23 <BODY BGCOLOR="white" onload="windowTitle();">
24
25
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30 <TR>
31 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43 </TR>
44 </TABLE>
45 </TD>
46 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47 </EM>
48 </TD>
49 </TR>
50
51 <TR>
52 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53 &nbsp;PREV&nbsp;
54 &nbsp;NEXT</FONT></TD>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 <A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A> &nbsp;
57 &nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
58 &nbsp;<SCRIPT type="text/javascript">
59 <!--
60 if(window==top) {
61 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
62 }
63 //-->
64 </SCRIPT>
65 <NOSCRIPT>
66 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
67 </NOSCRIPT>
68
69
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
75
76 <HR>
77 <CENTER>
78 <H1>
79 Serialized Form</H1>
80 </CENTER>
81 <HR SIZE="4" NOSHADE>
82
83 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
84 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
85 <TH ALIGN="center"><FONT SIZE="+2">
86 <B>Package</B> <B>org.boehn.kmlframework.kml</B></FONT></TH>
87 </TR>
88 </TABLE>
89
90 <P>
91 <A NAME="org.boehn.kmlframework.kml.KmlException"><!-- --></A>
92 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
93 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
94 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
95 <B>Class <A HREF="org/boehn/kmlframework/kml/KmlException.html" title="class in org.boehn.kmlframework.kml">org.boehn.kmlframework.kml.KmlException</A> extends java.lang.Exception implements Serializable</B></FONT></TH>
96 </TR>
97 </TABLE>
98
99 <P>
100 <B>serialVersionUID:&nbsp;</B>1L
101
102 <P>
103 <HR SIZE="4" NOSHADE>
104
105 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
106 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
107 <TH ALIGN="center"><FONT SIZE="+2">
108 <B>Package</B> <B>org.boehn.kmlframework.todo.examples</B></FONT></TH>
109 </TR>
110 </TABLE>
111
112 <P>
113 <A NAME="org.boehn.kmlframework.todo.examples.SimpleExampleServlet"><!-- --></A>
114 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
116 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
117 <B>Class <A HREF="org/boehn/kmlframework/todo/examples/SimpleExampleServlet.html" title="class in org.boehn.kmlframework.todo.examples">org.boehn.kmlframework.todo.examples.SimpleExampleServlet</A> extends javax.servlet.http.HttpServlet implements Serializable</B></FONT></TH>
118 </TR>
119 </TABLE>
120
121 <P>
122 <B>serialVersionUID:&nbsp;</B>1L
123
124 <P>
125
126 <P>
127 <HR>
128
129
130 <!-- ======= START OF BOTTOM NAVBAR ====== -->
131 <A NAME="navbar_bottom"><!-- --></A>
132 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
133 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
134 <TR>
135 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
136 <A NAME="navbar_bottom_firstrow"><!-- --></A>
137 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
138 <TR ALIGN="center" VALIGN="top">
139 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
140 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
141 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
142 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
143 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
144 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
145 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
146 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
147 </TR>
148 </TABLE>
149 </TD>
150 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
151 </EM>
152 </TD>
153 </TR>
154
155 <TR>
156 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
157 &nbsp;PREV&nbsp;
158 &nbsp;NEXT</FONT></TD>
159 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
160 <A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A> &nbsp;
161 &nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
162 &nbsp;<SCRIPT type="text/javascript">
163 <!--
164 if(window==top) {
165 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
166 }
167 //-->
168 </SCRIPT>
169 <NOSCRIPT>
170 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
171 </NOSCRIPT>
172
173
174 </FONT></TD>
175 </TR>
176 </TABLE>
177 <A NAME="skip-navbar_bottom"></A>
178 <!-- ======== END OF BOTTOM NAVBAR ======= -->
179
180 <HR>
181
182 </BODY>
183 </HTML>
+0
-29
documentation/javadoc/stylesheet.css less more
0 /* Javadoc style sheet */
1
2 /* Define colors, fonts and other style attributes here to override the defaults */
3
4 /* Page background color */
5 body { background-color: #FFFFFF }
6
7 /* Headings */
8 h1 { font-size: 145% }
9
10 /* Table colors */
11 .TableHeadingColor { background: #CCCCFF } /* Dark mauve */
12 .TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
13 .TableRowColor { background: #FFFFFF } /* White */
14
15 /* Font used in left-hand frame lists */
16 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
17 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
18 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
19
20 /* Navigation bar fonts and colors */
21 .NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */
22 .NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
23 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
24 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
25
26 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
27 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
28
+0
-43
documentation/readme.html less more
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
1 "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>Readme</title>
5 </head>
6 <body>
7
8 <h1>Readme</h1>
9 <p>Thanks for taking a look at the KML framework</p>
10
11 <h2>How to get started</h2>
12 <ul>
13 <li>Take a look at the <a href="javadoc/index.html">javadoc</a></li>
14 <li>Take a look at the examples provided with the source at <a href="../src/org/boehn/kmlframework/examples">src/org/boehn/kmlframework/examples</a></li>
15 <li>Include the org.boehn.kmlframework_[version_number].jar in your classpath and get started</li>
16 <li>Check out the project's [TODO add link] home page for updates and more information, and join the <a href="http://groups.google.com/group/kmlframework">project's Google Group</a></li>
17 </ul>
18
19 <h2>Current TODOs</h2>
20 <p>Classes for Dynamical creation of KML files are not yet updated to match the updated KML 2.2 classes. These will be updated shortly</p>
21 <p>Extend the framework with easy usage of the new &lt;Change&gt; tag in KML</p>
22
23 <h2>Version history</h2>
24
25 <h3>2008-07-18</h3>
26 This version should be fully functional for generating static KML documents.
27 <ul>
28 <li>Major update of KML to version 2.2</li>
29 <li>Clean up in package structure</li>
30 <li>Removed dependencies to 3rd party XML libraries</li>
31 <li>Included source code, examples, javadoc and Readme file in distribution</li>
32 <li>All classes not yet updated contains a "todo" in their package path</li>
33 </ul>
34
35 <h3>2008-07-08</h3>
36 Added original version of source code, unedited.
37
38 <h2>Contact information</h2>
39 <p>Please feel free to contact me at <a href="mailto:eivind@boehn.org">eivind@boehn.org</a>.</p>
40
41 </body>
42 </html>
org.boehn.kmlframework_20090718.jar less more
Binary diff not shown
3737 }
3838 kml.println(-1, "</Alias>");
3939 }
40
41 public void writeDelete(Kml kml) throws KmlException {
42 kml.println("<Alias" + getIdAndTargetIdFormatted(kml) + "></>");
43 }
4440 }
+0
-71
src/org/boehn/kmlframework/kml/BallonStyle.java less more
0 package org.boehn.kmlframework.kml;
1
2 public class BallonStyle extends KmlObject {
3
4 private String bgColor;
5 private String textColor;
6 private String text;
7 private DisplayModeEnum displayMode;
8
9 public BallonStyle() {}
10
11 public BallonStyle(String bgColor, String textColor, String text, DisplayModeEnum displayMode) {
12 this.bgColor = bgColor;
13 this.textColor = textColor;
14 this.text = text;
15 this.displayMode = displayMode;
16 }
17
18 public String getBgColor() {
19 return bgColor;
20 }
21
22 public void setBgColor(String bgColor) {
23 this.bgColor = bgColor;
24 }
25
26 public String getTextColor() {
27 return textColor;
28 }
29
30 public void setTextColor(String textColor) {
31 this.textColor = textColor;
32 }
33
34 public String getText() {
35 return text;
36 }
37
38 public void setText(String text) {
39 this.text = text;
40 }
41
42 public DisplayModeEnum getDisplayMode() {
43 return displayMode;
44 }
45
46 public void setDisplayMode(DisplayModeEnum displayMode) {
47 this.displayMode = displayMode;
48 }
49
50 public void write(Kml kml) throws KmlException {
51 kml.println("<BallonStyle" + getIdAndTargetIdFormatted(kml) + ">", 1);
52 if (bgColor != null) {
53 kml.println("<bgColor>" + bgColor + "</bgColor>");
54 }
55 if (textColor != null) {
56 kml.println("<textColor>" + textColor + "</textColor>");
57 }
58 if (text != null) {
59 kml.println("<text>" + text + "</text>");
60 }
61 if (displayMode != null) {
62 kml.println("<displayMode>" + (displayMode == DisplayModeEnum._default ? "default" : displayMode) + "</displayMode>");
63 }
64 kml.println(-1, "</BallonStyle>");
65 }
66
67 public void writeDelete(Kml kml) throws KmlException {
68 kml.println("<BallonStyle" + getIdAndTargetIdFormatted(kml) + "></>");
69 }
70 }
0 package org.boehn.kmlframework.kml;
1
2 public class BalloonStyle extends KmlObject {
3
4 private String bgColor;
5 private String textColor;
6 private String text;
7 private DisplayModeEnum displayMode;
8
9 public BalloonStyle() {}
10
11 public BalloonStyle(String bgColor, String textColor, String text, DisplayModeEnum displayMode) {
12 this.bgColor = bgColor;
13 this.textColor = textColor;
14 this.text = text;
15 this.displayMode = displayMode;
16 }
17
18 public String getBgColor() {
19 return bgColor;
20 }
21
22 public void setBgColor(String bgColor) {
23 this.bgColor = bgColor;
24 }
25
26 public String getTextColor() {
27 return textColor;
28 }
29
30 public void setTextColor(String textColor) {
31 this.textColor = textColor;
32 }
33
34 public String getText() {
35 return text;
36 }
37
38 public void setText(String text) {
39 this.text = text;
40 }
41
42 public DisplayModeEnum getDisplayMode() {
43 return displayMode;
44 }
45
46 public void setDisplayMode(DisplayModeEnum displayMode) {
47 this.displayMode = displayMode;
48 }
49
50 public void write(Kml kml) throws KmlException {
51 kml.println("<BalloonStyle" + getIdAndTargetIdFormatted(kml) + ">", 1);
52 if (bgColor != null) {
53 kml.println("<bgColor>" + bgColor + "</bgColor>");
54 }
55 if (textColor != null) {
56 kml.println("<textColor>" + textColor + "</textColor>");
57 }
58 if (text != null) {
59 kml.println("<text>" + text + "</text>");
60 }
61 if (displayMode != null) {
62 kml.println("<displayMode>" + (displayMode == DisplayModeEnum._default ? "default" : displayMode) + "</displayMode>");
63 }
64 kml.println(-1, "</BalloonStyle>");
65 }
66 }
2727 }
2828 kml.println(-1, "</Camera>");
2929 }
30
31 public void writeDelete(Kml kml) throws KmlException {
32 kml.println("<Camera" + getIdAndTargetIdFormatted(kml) + "></>");
33 }
3430 }
4747 }
4848 kml.println(-1, "</Data>");
4949 }
50
51 public void writeDelete(Kml kml) throws KmlException {
52 kml.println("<Data" + getIdAndTargetIdFormatted(kml) + "></>");
53 }
54
5550 }
0 /*
1 * Deletable.java Created Oct 14, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml;
4
5 /**
6 * Only items that implement this interface can be deleted dynamically from a KML document using
7 * {@link Delete}. As of KML 2.2, the only items that may be deleted are {@link Document},
8 * {@link Folder}, {@link Placemark}, {@link GroundOverlay}, and {@link ScreenOverlay}.
9 */
10 public interface Deletable
11 {
12 /**
13 * Writes an abbreviated version of the KML element--an empty element with a single attribute,
14 * the targetId of the object to delete
15 *
16 * @param kml The KML document to write the element to
17 * @throws KmlException If an error occurs writing the element
18 */
19 public abstract void writeDelete(Kml kml) throws KmlException;
20 }
77 setKmlObject(kmlObject);
88 }
99
10 @Override
11 public void setKmlObject(KmlObject kmlObject)
12 {
13 if(!(kmlObject instanceof Deletable))
14 throw new IllegalArgumentException("Only deletable objects can be deleted");
15 super.setKmlObject(kmlObject);
16 }
17
1018 public void write(Kml kml) throws KmlException {
1119 kml.println("<Delete>", 1);
12 getKmlObject().writeDelete(kml);
20 ((Deletable) getKmlObject()).writeDelete(kml);
1321 kml.println(-1, "</Delete>");
1422 }
1523 }
55 import org.boehn.kmlframework.atom.AtomAuthor;
66 import org.boehn.kmlframework.atom.AtomLink;
77
8 public class Document extends Container {
8 public class Document extends Container implements Deletable {
99
1010 private List<Schema> schemas;
1111
4242 }
4343
4444 public void writeDelete(Kml kml) throws KmlException {
45 kml.println("<Document" + getIdAndTargetIdFormatted(kml) + "></>");
45 kml.println("<Document" + getIdAndTargetIdFormatted(kml) + "></Document>");
4646 }
4747 }
8080 }
8181 kml.println(-1, "</ExtendedData>");
8282 }
83
84 public void writeDelete(Kml kml) throws KmlException {
85 kml.println("<ExtendedData" + getIdAndTargetIdFormatted(kml) + "></>");
86 }
8783 }
5555 this.name = name;
5656 }
5757
58 public Boolean isVisible() {
58 public Boolean isVisibility() {
5959 return visibility;
6060 }
6161
44 import org.boehn.kmlframework.atom.AtomAuthor;
55 import org.boehn.kmlframework.atom.AtomLink;
66
7 public class Folder extends Container {
7 public class Folder extends Container implements Deletable {
88
99 public Folder() {}
1010
1919 }
2020
2121 public void writeDelete(Kml kml) throws KmlException {
22 kml.println("<Folder" + getIdAndTargetIdFormatted(kml) + "></>");
22 kml.println("<Folder" + getIdAndTargetIdFormatted(kml) + "></Folder>");
2323 }
2424 }
44 import org.boehn.kmlframework.atom.AtomAuthor;
55 import org.boehn.kmlframework.atom.AtomLink;
66
7 public class GroundOverlay extends Overlay {
7 public class GroundOverlay extends Overlay implements Deletable {
88
99 private Double altitude;
1010 private AltitudeModeEnum altitudeMode;
115115 }
116116
117117 public void writeDelete(Kml kml) throws KmlException {
118 kml.println("<GroundOverlay" + getIdAndTargetIdFormatted(kml) + "></>");
118 kml.println("<GroundOverlay" + getIdAndTargetIdFormatted(kml) + "></GroundOverlay>");
119119 }
120120 }
1212 writeInner(kml);
1313 kml.println(-1, "</Icon>");
1414 }
15
16 public void writeDelete(Kml kml) throws KmlException {
17 kml.println("<Icon" + getIdAndTargetIdFormatted(kml) + "></>");
18 }
1915 }
9797 }
9898 kml.println(-1, "</IconStyle>");
9999 }
100
101 public void writeDelete(Kml kml) throws KmlException {
102 kml.println("<IconStyle" + getIdAndTargetIdFormatted(kml) + "></>");
103 }
104100 }
00 package org.boehn.kmlframework.kml;
11
22 import java.io.BufferedWriter;
3 import java.io.FileOutputStream;
43 import java.io.FileWriter;
54 import java.io.IOException;
65 import java.io.PrintWriter;
7 import java.io.StringWriter;
8 import java.util.logging.Level;
9 import java.util.logging.Logger;
10 import java.util.zip.ZipEntry;
11 import java.util.zip.ZipOutputStream;
126
137 public class Kml {
148
1610 protected Feature feature;
1711 protected boolean celestialData = false;
1812 protected boolean atomElementsIncluded = false;
13 protected boolean extensionElementsIncluded = false;
1914 protected boolean generateObjectIds = true;
20
15
2116 private PrintWriter printWriter;
2217 private int indentLevel = 0;
2318 private boolean xmlIndent = false;
24
19
2520 public Kml() {}
26
21
2722 public Kml(NetworkLinkControl networkLinkControl, Feature feature) {
2823 this.networkLinkControl = networkLinkControl;
2924 this.feature = feature;
3025 }
31
26
3227 public void setXmlIndent(boolean xmlIndent) {
3328 this.xmlIndent = xmlIndent;
3429 }
35
30
3631 public boolean getXmlIndent() {
3732 return xmlIndent;
3833 }
6964 this.atomElementsIncluded = atomElementsIncluded;
7065 }
7166
67 public boolean isExtensionElementsIncluded() {
68 return extensionElementsIncluded;
69 }
70
71 public void setExtensionElementsIncluded(boolean extensionElementsIncluded) {
72 this.extensionElementsIncluded = extensionElementsIncluded;
73 }
74
7275 public boolean isGenerateObjectIds() {
7376 return generateObjectIds;
7477 }
7679 public void setGenerateObjectIds(boolean generateObjectIds) {
7780 this.generateObjectIds = generateObjectIds;
7881 }
82
83 public void printNoIndent(String string) {
84 printWriter.print(string);
85 }
7986
8087 public void print(String string) {
8188 print(string, 0);
8289 }
83
90
8491 public void println(String string) {
8592 println(string, 0);
8693 }
87
94
8895 public void print(String string, int indentChangeAfter) {
8996 printIndents();
9097 indentLevel += indentChangeAfter;
9198 printWriter.print(string);
9299 }
93
100
94101 public void println(String string, int indentChangeAfter) {
95102 printIndents();
96103 indentLevel += indentChangeAfter;
97104 printWriter.println(string);
98105 }
99
106
100107 public void print(int indentChangeBefore, String string) {
101108 indentLevel += indentChangeBefore;
102109 printIndents();
103110 printWriter.print(string);
104111 }
105
112
106113 public void println(int indentChangeBefore, String string) {
107114 indentLevel += indentChangeBefore;
108115 printIndents();
109116 printWriter.println(string);
110117 }
111
118
112119 private void printIndents() {
113120 if (xmlIndent) {
114121 for (int i = 0; i < indentLevel; i++) {
116123 }
117124 }
118125 }
119
126
120127 public void write(Kml kml) throws KmlException {
121 kml.println("<kml xmlns=\"http://www.opengis.net/kml/2.2\"" + (celestialData ? " hint=\"target=sky\"" : "") + (atomElementsIncluded ? " xmlns:atom=\"http://www.w3.org/2005/Atom\"" : "") + ">", 1);
128 kml.println("<kml xmlns=\"http://www.opengis.net/kml/2.2\"" + (celestialData ? " hint=\"target=sky\"" : "")
129 + (atomElementsIncluded ? " xmlns:atom=\"http://www.w3.org/2005/Atom\"" : "")
130 + (extensionElementsIncluded ? " xmlns:gx=\"http://www.google.com/kml/ext/2.2\"" : "")
131 + ">", 1);
122132 if (networkLinkControl != null) {
123133 networkLinkControl.write(kml);
124134 }
127137 }
128138 kml.println(-1, "</kml>");
129139 }
130
140
131141 public void createKml(String fileName) throws KmlException, IOException {
132142 createKml(new PrintWriter(new BufferedWriter(new FileWriter(fileName))));
133143 }
134
144
135145 public void createKml(PrintWriter printWriter) throws KmlException, IOException {
136146 this.printWriter = printWriter;
137147 println("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
138148 write(this);
139149 this.printWriter.close();
140150 }
141
142 public void createKmz(String fileName) {
143 try {
144 String entryFileName;
145 if (fileName.toLowerCase().endsWith(".kmz")) {
146 entryFileName = fileName.substring(0, fileName.length() - 4) + ".kml";
147 } else {
148 entryFileName = fileName + ".kml";
149 fileName = fileName + ".kmz";
150 }
151 ZipOutputStream out = new ZipOutputStream(new FileOutputStream(fileName));
152 out.putNextEntry(new ZipEntry(entryFileName));
153 out.write(this.toString().getBytes());
154 out.closeEntry();
155 out.close();
156 } catch (IOException e) {
157 System.out.println("Error creating file - " + e.toString());
158 }
159 }
160
161 public String toString() {
162 StringWriter strw = new StringWriter();
163 try {
164 createKml(new PrintWriter(strw));
165 } catch (KmlException ex) {
166 Logger.getLogger(Kml.class.getName()).log(Level.SEVERE,
167 null, ex);
168 } catch (IOException ex) {
169 Logger.getLogger(Kml.class.getName()).log(Level.SEVERE,
170 null, ex);
171 }
172 return strw.toString();
173 }
174
151
175152 }
2424
2525 public abstract void write(Kml kml) throws KmlException;
2626
27 public abstract void writeDelete(Kml kml) throws KmlException;
28
2927 protected String getIdAndTargetIdFormatted(Kml kml) {
3028 if (kml.isGenerateObjectIds() && id == null) {
31 setId(UUID.randomUUID().toString());
29 setId("id"+UUID.randomUUID().toString());
3230 }
3331 String result = "";
3432 if (id != null) {
2626 }
2727 kml.println(-1, "</LabelStyle>");
2828 }
29
30 public void writeDelete(Kml kml) throws KmlException {
31 kml.println("<LabelStyle" + getIdAndTargetIdFormatted(kml) + "></>");
32 }
3329 }
7272 if (firstLoop) {
7373 firstLoop = false;
7474 } else {
75 kml.print(" ");
75 kml.printNoIndent(" ");
7676 }
77 kml.print(point.getLongitudeLatitudeAltitudeString());
77 kml.printNoIndent(point.getLongitudeLatitudeAltitudeString());
7878 }
7979 kml.println("</coordinates>");
8080 }
8181 kml.println(-1, "</LineString>");
8282 }
83
84 public void writeDelete(Kml kml) throws KmlException {
85 kml.println("<LineString" + getIdAndTargetIdFormatted(kml) + "></>");
86 }
8783 }
2626 }
2727 kml.println(-1, "</LineStyle>");
2828 }
29
30 public void writeDelete(Kml kml) throws KmlException {
31 kml.println("<LineStyle" + getIdAndTargetIdFormatted(kml) + "></>");
32 }
3329 }
7171 if (firstLoop) {
7272 firstLoop = false;
7373 } else {
74 kml.print(" ");
74 kml.printNoIndent(" ");
7575 }
76 kml.print(point.getLongitudeLatitudeAltitudeString());
76 kml.printNoIndent(point.getLongitudeLatitudeAltitudeString());
7777 }
7878 // We add the first coordinate to the end, as KML require the first coordinate to be equal to the last
7979 kml.print(" " + coordinates.get(0).getLongitudeLatitudeAltitudeString());
8282
8383 kml.println(-1, "</LinearRing>");
8484 }
85
86 public void writeDelete(Kml kml) throws KmlException {
87 kml.println("<LinearRing" + getIdAndTargetIdFormatted(kml) + "></>");
88 }
8985 }
9191 writeInner(kml);
9292 kml.println(-1, "</Link>");
9393 }
94
95 public void writeDelete(Kml kml) throws KmlException {
96 kml.println("<Link" + getIdAndTargetIdFormatted(kml) + "></>");
97 }
9894
9995 protected void writeInner(Kml kml) throws KmlException {
10096 if (href != null) {
10298 }
10399 if (refreshMode != null) {
104100 kml.println("<refreshMode>" + refreshMode + "</refreshMode>");
105 }
106 if (refreshInterval != null) {
107 kml.println("<refreshInterval>" + refreshInterval + "</refreshInterval>");
108101 }
109102 if (refreshInterval != null) {
110103 kml.println("<refreshInterval>" + refreshInterval + "</refreshInterval>");
6767 }
6868 kml.println(-1, "</ListStyle>");
6969 }
70
71 public void writeDelete(Kml kml) throws KmlException {
72 kml.println("<ListStyle" + getIdAndTargetIdFormatted(kml) + "></>");
73 }
7470 }
0 /*
1 * Location.java Created Oct 13, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml;
4
5 public class Location extends KmlObject
6 {
7 private Double latitude;
8 private Double longitude;
9 private Double altitude;
10
11 public Location() {
12 }
13
14 public Double getLongitude() {
15 return longitude;
16 }
17
18 public void setLongitude(Double longitude) {
19 this.longitude = longitude;
20 }
21
22 public Double getLatitude() {
23 return latitude;
24 }
25
26 public void setLatitude(Double latitude) {
27 this.latitude = latitude;
28 }
29
30 public Double getAltitude() {
31 return altitude;
32 }
33
34 public void setAltitude(Double altitude) {
35 this.altitude = altitude;
36 }
37
38 public void write(Kml kml) throws KmlException {
39 kml.println("<Location" + getIdAndTargetIdFormatted(kml) + ">", 1);
40 if(latitude!=null)
41 kml.println("<latitude>"+latitude+"</latitude>");
42 if(longitude!=null)
43 kml.println("<longitude>"+longitude+"</longitude>");
44 if(altitude!=null)
45 kml.println("<altitude>"+altitude+"</altitude>");
46 kml.println(-1, "</Location>");
47 }
48 }
2727 }
2828 kml.println(-1, "</LookAt>");
2929 }
30
31 public void writeDelete(Kml kml) throws KmlException {
32 kml.println("<LookAt" + getIdAndTargetIdFormatted(kml) + "></>");
33 }
3430 }
1515 private Double scaleZ;
1616 private Link link;
1717 private List<Alias> resourceMap;
18 private String locationID;
19 private String orientationID;
20 private String scaleID;
1821
1922 public Model() {}
2023
129132 this.resourceMap = resourceMap;
130133 }
131134
135 public String getLocationID() {
136 return locationID;
137 }
138
139 public void setLocationID(String id) {
140 locationID=id;
141 }
142
143 public String getOrientationID() {
144 return orientationID;
145 }
146
147 public void setOrientationID(String id) {
148 orientationID=id;
149 }
150
151 public String getScaleID() {
152 return scaleID;
153 }
154
155 public void setScaleID(String id) {
156 scaleID=id;
157 }
158
132159 public void write(Kml kml) throws KmlException {
133160 kml.println("<Model" + getIdAndTargetIdFormatted(kml) + ">", 1);
134161 if (altitudeMode != null) {
135162 kml.println("<altitudeMode>" + altitudeMode + "</altitudeMode>");
136163 }
137164 if (longitude != null || latitude != null || altitude != null) {
138 kml.println("<Location>", 1);
165 kml.println("<Location"+
166 (locationID==null ? "" : " id=\""+locationID+"\"")
167 +">", 1);
139168 if (longitude != null) {
140169 kml.println("<longitude>" + longitude + "</longitude>");
141170 }
148177 kml.println(-1, "</Location>");
149178 }
150179 if (heading != null || tilt != null || roll != null) {
151 kml.println("<Orientation>", 1);
180 kml.println("<Orientation"
181 +(orientationID==null ? "" : " id=\""+orientationID+"\"")
182 +">", 1);
152183 if (heading != null) {
153184 kml.println("<heading>" + heading + "</heading>");
154185 }
161192 kml.println(-1, "</Orientation>");
162193 }
163194 if (scaleX != null || scaleY != null || scaleZ != null) {
164 kml.println("<Scale>", 1);
195 kml.println("<Scale"
196 +(scaleID==null ? "" : " id=\""+scaleID+"\"")
197 +">", 1);
165198 if (scaleX != null) {
166199 kml.println("<x>" + scaleX + "</x>");
167200 }
185218 }
186219 kml.println(-1, "</Model>");
187220 }
188
189 public void writeDelete(Kml kml) throws KmlException {
190 kml.println("<Model" + getIdAndTargetIdFormatted(kml) + "></>");
191 }
192221 }
2828 }
2929 kml.println(-1, "</MultiGeometry>");
3030 }
31
32 public void writeDelete(Kml kml) throws KmlException {
33 kml.println("<MultiGeometry" + getIdAndTargetIdFormatted(kml) + "></>");
34 }
3531 }
5757 }
5858 kml.println(-1, "</NetworkLink>");
5959 }
60
61 public void writeDelete(Kml kml) throws KmlException {
62 kml.println("<NetworkLink" + getIdAndTargetIdFormatted(kml) + "></>");
63 }
6460 }
152152 }
153153 kml.println(-1, "</NetworkLinkControl>");
154154 }
155
156 public void writeDelete(Kml kml) throws KmlException {
157 kml.println("<NetworkLinkControl" + getIdAndTargetIdFormatted(kml) + "></>");
158 }
159155 }
0 /*
1 * Location.java Created Oct 13, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml;
4
5 public class Orientation extends KmlObject
6 {
7 private Double heading;
8 private Double tilt;
9 private Double roll;
10
11 public Orientation() {
12 }
13
14 public Double getHeading() {
15 return heading;
16 }
17
18 public void setHeading(Double heading) {
19 this.heading = heading;
20 }
21
22 public Double getTilt() {
23 return tilt;
24 }
25
26 public void setTilt(Double tilt) {
27 this.tilt = tilt;
28 }
29
30 public Double getRoll() {
31 return roll;
32 }
33
34 public void setRoll(Double roll) {
35 this.roll = roll;
36 }
37
38 public void write(Kml kml) throws KmlException {
39 kml.println("<Orientation" + getIdAndTargetIdFormatted(kml) + ">", 1);
40 if(heading!=null)
41 kml.println("<heading>"+heading+"</heading>");
42 if(tilt!=null)
43 kml.println("<tilt>"+tilt+"</tilt>");
44 if(roll!=null)
45 kml.println("<roll>"+roll+"</roll>");
46 kml.println(-1, "</Orientation>");
47 }
48 }
4040 kml.println("<styleUrl>" + styleUrl + "</styleUrl>");
4141 kml.println(-1, "</Pair>");
4242 }
43
44 public void writeDelete(Kml kml) throws KmlException {
45 kml.println("<Pair" + getIdAndTargetIdFormatted(kml) + "></>");
46 }
4743 }
44 import org.boehn.kmlframework.atom.AtomAuthor;
55 import org.boehn.kmlframework.atom.AtomLink;
66
7 public class PhotoOverlay extends Overlay {
7 public class PhotoOverlay extends Overlay
8 {
89
910 private Double rotation;
11
1012 private Double leftFov;
13
1114 private Double rightFov;
15
1216 private Double bottomFov;
17
1318 private Double topFov;
19
1420 private Double near;
21
1522 private Integer tileSize;
23
1624 private Integer maxWidth;
25
1726 private Integer maxHeight;
27
1828 private GridOriginEnum gridOrigin;
29
1930 private Point point;
31
2032 private ShapeEnum shape;
21
22 public PhotoOverlay() {}
23
24 public PhotoOverlay(String name, Boolean visibility, Boolean open, AtomAuthor atomAuthor, AtomLink atomLink, String address, String xalAddressDetails, String phoneNumber, String snippet, Integer snippetMaxLines,String description, AbstractView abstractView, TimePrimitive timePrimitive, String styleUrl, List<StyleSelector> styleSelectors, Region region, ExtendedData extendedData, String color, Integer drawOrder, Icon icon, Double rotation, Double leftFov, Double rightFov, Double bottomFov, Double topFov, Double near, Integer tileSize, Integer maxWidth, Integer maxHeight, GridOriginEnum gridOrigin, Point point, ShapeEnum shape) {
25 super(name, visibility, open, atomAuthor, atomLink, address, xalAddressDetails, phoneNumber, snippet, snippetMaxLines, description, abstractView, timePrimitive, styleUrl, styleSelectors, region, extendedData, color, drawOrder, icon);
33
34 public PhotoOverlay()
35 {
36 }
37
38 public PhotoOverlay(String name, Boolean visibility, Boolean open, AtomAuthor atomAuthor,
39 AtomLink atomLink, String address, String xalAddressDetails, String phoneNumber,
40 String snippet, Integer snippetMaxLines, String description, AbstractView abstractView,
41 TimePrimitive timePrimitive, String styleUrl, List<StyleSelector> styleSelectors,
42 Region region, ExtendedData extendedData, String color, Integer drawOrder, Icon icon,
43 Double rotation, Double leftFov, Double rightFov, Double bottomFov, Double topFov,
44 Double near, Integer tileSize, Integer maxWidth, Integer maxHeight,
45 GridOriginEnum gridOrigin, Point point, ShapeEnum shape)
46 {
47 super(name, visibility, open, atomAuthor, atomLink, address, xalAddressDetails,
48 phoneNumber, snippet, snippetMaxLines, description, abstractView, timePrimitive,
49 styleUrl, styleSelectors, region, extendedData, color, drawOrder, icon);
2650 this.rotation = rotation;
2751 this.leftFov = leftFov;
2852 this.rightFov = rightFov;
3660 this.point = point;
3761 this.shape = shape;
3862 }
39
40 public Double getRotation() {
63
64 public Double getRotation()
65 {
4166 return rotation;
4267 }
4368
44 public void setRotation(Double rotation) {
69 public void setRotation(Double rotation)
70 {
4571 this.rotation = rotation;
4672 }
4773
48 public Double getLeftFov() {
74 public Double getLeftFov()
75 {
4976 return leftFov;
5077 }
5178
52 public void setLeftFov(Double leftFov) {
79 public void setLeftFov(Double leftFov)
80 {
5381 this.leftFov = leftFov;
5482 }
5583
56 public Double getRightFov() {
84 public Double getRightFov()
85 {
5786 return rightFov;
5887 }
5988
60 public void setRightFov(Double rightFov) {
89 public void setRightFov(Double rightFov)
90 {
6191 this.rightFov = rightFov;
6292 }
6393
64 public Double getBottomFov() {
94 public Double getBottomFov()
95 {
6596 return bottomFov;
6697 }
6798
68 public void setBottomFov(Double bottomFov) {
99 public void setBottomFov(Double bottomFov)
100 {
69101 this.bottomFov = bottomFov;
70102 }
71103
72 public Double getTopFov() {
104 public Double getTopFov()
105 {
73106 return topFov;
74107 }
75108
76 public void setTopFov(Double topFov) {
109 public void setTopFov(Double topFov)
110 {
77111 this.topFov = topFov;
78112 }
79113
80 public Double getNear() {
114 public Double getNear()
115 {
81116 return near;
82117 }
83118
84 public void setNear(Double near) {
119 public void setNear(Double near)
120 {
85121 this.near = near;
86122 }
87123
88 public Integer getTileSize() {
124 public Integer getTileSize()
125 {
89126 return tileSize;
90127 }
91128
92 public void setTileSize(Integer tileSize) {
129 public void setTileSize(Integer tileSize)
130 {
93131 this.tileSize = tileSize;
94132 }
95133
96 public Integer getMaxWidth() {
134 public Integer getMaxWidth()
135 {
97136 return maxWidth;
98137 }
99138
100 public void setMaxWidth(Integer maxWidth) {
139 public void setMaxWidth(Integer maxWidth)
140 {
101141 this.maxWidth = maxWidth;
102142 }
103143
104 public Integer getMaxHeight() {
144 public Integer getMaxHeight()
145 {
105146 return maxHeight;
106147 }
107148
108 public void setMaxHeight(Integer maxHeight) {
149 public void setMaxHeight(Integer maxHeight)
150 {
109151 this.maxHeight = maxHeight;
110152 }
111153
112 public GridOriginEnum getGridOrigin() {
154 public GridOriginEnum getGridOrigin()
155 {
113156 return gridOrigin;
114157 }
115158
116 public void setGridOrigin(GridOriginEnum gridOrigin) {
159 public void setGridOrigin(GridOriginEnum gridOrigin)
160 {
117161 this.gridOrigin = gridOrigin;
118162 }
119163
120 public Point getPoint() {
164 public Point getPoint()
165 {
121166 return point;
122167 }
123168
124 public void setPoint(Point point) {
169 public void setPoint(Point point)
170 {
125171 this.point = point;
126172 }
127173
128 public ShapeEnum getShape() {
174 public ShapeEnum getShape()
175 {
129176 return shape;
130177 }
131178
132 public void setShape(ShapeEnum shape) {
179 public void setShape(ShapeEnum shape)
180 {
133181 this.shape = shape;
134182 }
135183
136 public void write(Kml kml) throws KmlException {
184 public void write(Kml kml) throws KmlException
185 {
137186 kml.println("<PhotoOverlay" + getIdAndTargetIdFormatted(kml) + ">", 1);
138187 super.writeInner(kml);
139 if (rotation != null) {
188 if(rotation != null)
189 {
140190 kml.println("<rotation>" + rotation + "</rotation>");
141191 }
142 if (leftFov != null || rightFov != null || bottomFov != null || topFov != null || near != null) {
192 if(leftFov != null || rightFov != null || bottomFov != null || topFov != null
193 || near != null)
194 {
143195 kml.println("<ViewVolume>", 1);
144 if (leftFov != null) {
196 if(leftFov != null)
197 {
145198 kml.println("<leftFov>" + leftFov + "</leftFov>");
146199 }
147 if (rightFov != null) {
200 if(rightFov != null)
201 {
148202 kml.println("<rightFov>" + rightFov + "</rightFov>");
149203 }
150 if (bottomFov != null) {
204 if(bottomFov != null)
205 {
151206 kml.println("<bottomFov>" + bottomFov + "</bottomFov>");
152207 }
153 if (topFov != null) {
208 if(topFov != null)
209 {
154210 kml.println("<topFov>" + topFov + "</topFov>");
155211 }
156 if (near != null) {
212 if(near != null)
213 {
157214 kml.println("<near>" + near + "</near>");
158215 }
159216 kml.println(-1, "</ViewVolume>");
160217 }
161 if (tileSize != null || maxWidth != null || maxHeight != null || gridOrigin != null) {
218 if(tileSize != null || maxWidth != null || maxHeight != null || gridOrigin != null)
219 {
162220 kml.println("<ImagePyramid>", 1);
163 if (tileSize != null) {
221 if(tileSize != null)
222 {
164223 kml.println("<tileSize>" + tileSize + "</tileSize>");
165224 }
166 if (maxWidth != null) {
225 if(maxWidth != null)
226 {
167227 kml.println("<maxWidth>" + maxWidth + "</maxWidth>");
168228 }
169 if (maxHeight != null) {
229 if(maxHeight != null)
230 {
170231 kml.println("<maxHeight>" + maxHeight + "</maxHeight>");
171232 }
172 if (gridOrigin != null) {
233 if(gridOrigin != null)
234 {
173235 kml.println("<gridOrigin>" + gridOrigin + "</gridOrigin>");
174236 }
175237 kml.println(-1, "</ImagePyramid>");
176 if (point != null) {
238 if(point != null)
239 {
177240 point.write(kml);
178241 }
179 if (shape != null) {
242 if(shape != null)
243 {
180244 kml.println("<shape>" + shape + "</shape>");
181245 }
182246 }
183247 kml.println(-1, "</PhotoOverlay>");
184248 }
185
186 public void writeDelete(Kml kml) throws KmlException {
187 kml.println("<PhotoOverlay" + getIdAndTargetIdFormatted(kml) + "></>");
188 }
189 }
249 }
44 import org.boehn.kmlframework.atom.AtomAuthor;
55 import org.boehn.kmlframework.atom.AtomLink;
66
7 public class Placemark extends Feature {
7 public class Placemark extends Feature implements Deletable {
88
99 private Geometry geometry;
1010
8383 kml.println(-1, "</Point>");
8484 }
8585
86 public void writeDelete(Kml kml) throws KmlException {
87 kml.println("<Point" + getIdAndTargetIdFormatted(kml) + "></>");
88 }
89
9086 public String getLongitudeLatitudeAltitudeString() {
9187 return longitude +"," + latitude + (altitude != null? "," + altitude : "");
9288 }
3939 }
4040 kml.println(-1, "</PolyStyle>");
4141 }
42
43 public void writeDelete(Kml kml) throws KmlException {
44 kml.println("<PolyStyle" + getIdAndTargetIdFormatted(kml) + "></>");
45 }
4642 }
8989 }
9090 kml.println(-1, "</Polygon>");
9191 }
92
93 public void writeDelete(Kml kml) throws KmlException {
94 kml.println("<Polygon" + getIdAndTargetIdFormatted(kml) + "></>");
95 }
9692 }
139139 kml.println("<east>" + east + "</east>");
140140 kml.println("<west>" + west + "</west>");
141141 kml.println(-1, "<LatLonAltBox>");
142 kml.println(-1, "</LatLonAltBox>");
142143 if (minAltitude != null) {
143144 kml.println("<minAltitude>" + minAltitude + "</minAltitude>");
144145 }
166167 kml.println("<maxFadeExtent>" + maxFadeExtent + "</maxFadeExtent>");
167168 }
168169 kml.println(-1, "<Lod>");
170 kml.println(-1, "</Lod>");
169171 }
170172 kml.println(-1, "</Region>");
171173 }
172
173 public void writeDelete(Kml kml) throws KmlException {
174 kml.println("<Region" + getIdAndTargetIdFormatted(kml) + "></>");
175 }
176174 }
2828 }
2929 kml.println(-1, "</Schema>");
3030 }
31
32 public void writeDelete(Kml kml) throws KmlException {
33 kml.println("<Schema" + getIdAndTargetIdFormatted(kml) + "></>");
34 }
3531 }
44 import org.boehn.kmlframework.atom.AtomAuthor;
55 import org.boehn.kmlframework.atom.AtomLink;
66
7 public class ScreenOverlay extends Overlay {
7 public class ScreenOverlay extends Overlay implements Deletable {
88
99 private Double overlayX;
1010 private Double overlayY;
205205 }
206206
207207 public void writeDelete(Kml kml) throws KmlException {
208 kml.println("<ScreenOverlay" + getIdAndTargetIdFormatted(kml) + "></>");
208 kml.println("<ScreenOverlay" + getIdAndTargetIdFormatted(kml) + "></ScreenOverlay>");
209209 }
210210 }
3030 public void write(Kml kml) throws KmlException {
3131 kml.println("<SimpleData name=\"" + name +"\">" + value + "</SimpleData>");
3232 }
33
34 public void writeDelete(Kml kml) throws KmlException {
35 kml.println("<SimpleData" + getIdAndTargetIdFormatted(kml) + "></>");
36 }
3733 }
4444 }
4545 kml.println(-1, "</SimpleField>");
4646 }
47
48 public void writeDelete(Kml kml) throws KmlException {
49 kml.println("<SimpleField" + getIdAndTargetIdFormatted(kml) + "></>");
50 }
51
5247 }
55 private LabelStyle labelStyle;
66 private LineStyle lineStyle;
77 private PolyStyle polyStyle;
8 private BallonStyle ballonStyle;
8 private BalloonStyle ballonStyle;
99 private ListStyle listStyle;
1010
1111 public Style() {}
1212
13 public Style(IconStyle iconStyle, LabelStyle labelStyle, LineStyle lineStyle, PolyStyle polyStyle, BallonStyle ballonStyle, ListStyle listStyle) {
13 public Style(IconStyle iconStyle, LabelStyle labelStyle, LineStyle lineStyle, PolyStyle polyStyle, BalloonStyle ballonStyle, ListStyle listStyle) {
1414 this.iconStyle = iconStyle;
1515 this.labelStyle = labelStyle;
1616 this.lineStyle = lineStyle;
5151 this.polyStyle = polyStyle;
5252 }
5353
54 public BallonStyle getBallonStyle() {
54 public BalloonStyle getBallonStyle() {
5555 return ballonStyle;
5656 }
5757
58 public void setBallonStyle(BallonStyle ballonStyle) {
58 public void setBallonStyle(BalloonStyle ballonStyle) {
5959 this.ballonStyle = ballonStyle;
6060 }
6161
8989 }
9090 kml.println(-1, "</Style>");
9191 }
92
93 public void writeDelete(Kml kml) throws KmlException {
94 kml.println("<Style" + getIdAndTargetIdFormatted(kml) + "></>");
95 }
9692 }
2020 }
2121 kml.println(-1, "</StyleMap>");
2222 }
23
24 public void writeDelete(Kml kml) throws KmlException {
25 kml.println("<StyleMap" + getIdAndTargetIdFormatted(kml) + "></>");
26 }
2723 }
3737 }
3838 kml.println(-1, "</TimeSpan>");
3939 }
40
41 public void writeDelete(Kml kml) throws KmlException {
42 kml.println("<TimeSpan" + getIdAndTargetIdFormatted(kml) + "></>");
43 }
4440 }
2424 }
2525 kml.println(-1, "</TimeStamp>");
2626 }
27
28 public void writeDelete(Kml kml) throws KmlException {
29 kml.println("<TimeStamp" + getIdAndTargetIdFormatted(kml) + "></>");
30 }
3127 }
3636 }
3737 kml.println(-1, "</Update>");
3838 }
39
40 public void writeDelete(Kml kml) throws KmlException {
41 kml.println("<Update" + getIdAndTargetIdFormatted(kml) + "></>");
42 }
4339 }
3232 }
3333 kml.println("</viewFormat>");
3434 }
35
36 public void writeDelete(Kml kml) throws KmlException {
37 kml.println("<viewFormat" + getIdAndTargetIdFormatted(kml) + "></>");
38 }
3935 }
0 /*
1 * AnimatedUpdate.java Created Oct 12, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml.ext;
4
5 public class AnimatedUpdate extends TourPrimitive
6 {
7 private Double duration;
8
9 private org.boehn.kmlframework.kml.Update update;
10
11 public AnimatedUpdate(org.boehn.kmlframework.kml.Update update)
12 {
13 this.update = update;
14 if(this.update.getTargetHref() == null)
15 this.update.setTargetHref("");
16 }
17
18 public Double getDuration()
19 {
20 return duration;
21 }
22
23 public void setDuration(Double duration)
24 {
25 this.duration = duration;
26 }
27
28 public org.boehn.kmlframework.kml.Update getUpdate()
29 {
30 return update;
31 }
32
33 public void setUpdate(org.boehn.kmlframework.kml.Update update)
34 {
35 this.update = update;
36 }
37
38 @Override
39 public void write(org.boehn.kmlframework.kml.Kml kml)
40 throws org.boehn.kmlframework.kml.KmlException
41 {
42 kml.println("<gx:AnimatedUpdate" + getIdAndTargetIdFormatted(kml) + ">", 1);
43 if(duration != null)
44 kml.println("<gx:duration>" + duration + "</gx:duration>");
45 update.write(kml);
46 kml.println(-1, "</gx:AnimatedUpdate>");
47 }
48 }
0 /*
1 * FlyTo.java Created Oct 12, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml.ext;
4
5 public class FlyTo extends TourPrimitive
6 {
7 public static enum FlyToMode
8 {
9 BOUNCE("bounce"), SMOOTH("smooth");
10
11 public final String kml;
12
13 FlyToMode(String kml)
14 {
15 this.kml = kml;
16 }
17 }
18
19 private Double duration;
20
21 private FlyToMode flyToMode;
22
23 private org.boehn.kmlframework.kml.AbstractView view;
24
25 public FlyTo(org.boehn.kmlframework.kml.AbstractView view)
26 {
27 this.view = view;
28 flyToMode = FlyToMode.BOUNCE;
29 }
30
31 public Double getDuration()
32 {
33 return duration;
34 }
35
36 public void setDuration(Double duration)
37 {
38 this.duration = duration;
39 }
40
41 public FlyToMode getFlyToMode()
42 {
43 return flyToMode;
44 }
45
46 public void setFlyToMode(FlyToMode flyToMode)
47 {
48 this.flyToMode = flyToMode;
49 }
50
51 public org.boehn.kmlframework.kml.AbstractView getView()
52 {
53 return view;
54 }
55
56 public void setView(org.boehn.kmlframework.kml.AbstractView view)
57 {
58 this.view = view;
59 }
60
61 public void write(org.boehn.kmlframework.kml.Kml kml)
62 throws org.boehn.kmlframework.kml.KmlException
63 {
64 kml.println("<gx:FlyTo" + getIdAndTargetIdFormatted(kml) + ">", 1);
65 if(duration != null)
66 kml.println("<gx:duration>" + duration + "</gx:duration>");
67 if(flyToMode != null)
68 kml.println("<gx:flyToMode>" + flyToMode.kml + "</gx:flyToMode>");
69 view.write(kml);
70 kml.println(-1, "</gx:FlyTo>");
71 }
72
73 public void writeDelete(org.boehn.kmlframework.kml.Kml kml)
74 throws org.boehn.kmlframework.kml.KmlException
75 {
76 kml.println("<gx:FlyTo" + getIdAndTargetIdFormatted(kml) + "></gx:FlyTo>");
77 }
78 }
0 /*
1 * Playlist.java Created Oct 12, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml.ext;
4
5 public class Playlist extends org.boehn.kmlframework.kml.KmlObject
6 {
7 private final java.util.ArrayList<TourPrimitive> elements;
8
9 public Playlist()
10 {
11 elements = new java.util.ArrayList<TourPrimitive>();
12 }
13
14 public java.util.List<TourPrimitive> getElements()
15 {
16 return elements;
17 }
18
19 public void write(org.boehn.kmlframework.kml.Kml kml)
20 throws org.boehn.kmlframework.kml.KmlException
21 {
22 kml.println("<gx:Playlist" + getIdAndTargetIdFormatted(kml) + ">", 1);
23 for(TourPrimitive element : elements)
24 element.write(kml);
25 kml.println(-1, "</gx:Playlist>");
26 }
27
28 public void writeDelete(org.boehn.kmlframework.kml.Kml kml)
29 throws org.boehn.kmlframework.kml.KmlException
30 {
31 kml.println("<gx:Playlist" + getIdAndTargetIdFormatted(kml) + "></gx:Playlist>");
32 }
33 }
0 /*
1 * SoundCue.java Created Oct 12, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml.ext;
4
5 public class SoundCue extends TourPrimitive
6 {
7 private String href;
8
9 public SoundCue(String href)
10 {
11 this.href = href;
12 }
13
14 public String getHref()
15 {
16 return href;
17 }
18
19 public void setHref(String href)
20 {
21 this.href = href;
22 }
23
24 @Override
25 public void write(org.boehn.kmlframework.kml.Kml kml)
26 throws org.boehn.kmlframework.kml.KmlException
27 {
28 kml.println("<gx:SoundCue" + getIdAndTargetIdFormatted(kml) + ">", 1);
29 kml.println("<href>" + href + "</href>");
30 kml.println(-1, "</gx:SoundCue>");
31 }
32 }
0 /*
1 * Tour.java Created Oct 12, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml.ext;
4
5 import org.boehn.kmlframework.kml.Kml;
6
7 public class Tour extends org.boehn.kmlframework.kml.Feature
8 {
9 private Playlist playlist;
10
11 public Playlist getPlaylist()
12 {
13 return playlist;
14 }
15
16 public void setPlaylist(Playlist playlist)
17 {
18 this.playlist = playlist;
19 }
20
21 public void write(Kml kml) throws org.boehn.kmlframework.kml.KmlException
22 {
23 kml.println("<gx:Tour" + getIdAndTargetIdFormatted(kml) + ">", 1);
24 if(getName() != null)
25 kml.println("<name>" + getName() + "</name>");
26 if(getDescription() != null)
27 kml.println("<description>" + getDescription() + "</description>");
28 if(playlist != null)
29 playlist.write(kml);
30 kml.println(-1, "</gx:Tour>");
31 }
32
33 public void writeDelete(Kml kml) throws org.boehn.kmlframework.kml.KmlException
34 {
35 kml.println("<gx:Tour" + getIdAndTargetIdFormatted(kml) + "></gx:Tour>");
36 }
37 }
0 /*
1 * TourControl.java Created Oct 12, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml.ext;
4
5 public class TourControl extends TourPrimitive
6 {
7 public static enum PlayModeEnum
8 {
9 PAUSE("pause");
10
11 public final String kml;
12
13 PlayModeEnum(String kml)
14 {
15 this.kml = kml;
16 }
17 }
18
19 private PlayModeEnum playMode;
20
21 /** Shortened form for creating a pause */
22 public TourControl()
23 {
24 this(PlayModeEnum.PAUSE);
25 }
26
27 public TourControl(PlayModeEnum playMode)
28 {
29 this.playMode = playMode;
30 }
31
32 @Override
33 public void write(org.boehn.kmlframework.kml.Kml kml)
34 throws org.boehn.kmlframework.kml.KmlException
35 {
36 kml.println("<gx:TourControl" + getIdAndTargetIdFormatted(kml) + ">", 1);
37 kml.println("<gx:playMode>" + playMode.kml + "</gx:playMode>");
38 kml.println(-1, "</gx:TourControl>");
39 }
40 }
0 /*
1 * TourPrimitive.java Created Oct 12, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml.ext;
4
5 public abstract class TourPrimitive extends org.boehn.kmlframework.kml.KmlObject
6 {
7 }
0 /*
1 * Wait.java Created Oct 12, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.kml.ext;
4
5 public class Wait extends TourPrimitive
6 {
7 private double duration;
8
9 public Wait(double duration)
10 {
11 this.duration = duration;
12 }
13
14 public double getDuration()
15 {
16 return duration;
17 }
18
19 public void setDuration(double duration)
20 {
21 this.duration = duration;
22 }
23
24 public void write(org.boehn.kmlframework.kml.Kml kml)
25 throws org.boehn.kmlframework.kml.KmlException
26 {
27 kml.println("<gx:Wait" + getIdAndTargetIdFormatted(kml) + ">", 1);
28 kml.println("<gx:duration>" + duration + "</gx:duration>");
29 kml.println(-1, "</gx:Wait>");
30 }
31
32 public void writeDelete(org.boehn.kmlframework.kml.Kml kml)
33 throws org.boehn.kmlframework.kml.KmlException
34 {
35 kml.println("<gx:Wait" + getIdAndTargetIdFormatted(kml) + "></gx:Wait>");
36 }
37 }
0 /*
1 * KmlUtils.java Created Oct 14, 2010 by Andrew Butler, PSL
2 */
3 package org.boehn.kmlframework.utils;
4
5 /** Contains utility methods useful for creating KML documents */
6 public class KmlUtils
7 {
8 private static final java.text.SimpleDateFormat GOOGLE_TIME_FORMAT;
9
10 static
11 {
12 GOOGLE_TIME_FORMAT = new java.text.SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");
13 GOOGLE_TIME_FORMAT.setTimeZone(java.util.TimeZone.getTimeZone("GMT"));
14 }
15
16 /**
17 * Writes a time to correct KML format
18 *
19 * @param time The time (in milliseconds from the epoch) to convert
20 * @return The KML-formatted time
21 */
22 public static String formatTime(long time)
23 {
24 return GOOGLE_TIME_FORMAT.format(new java.util.Date(time));
25 }
26
27 private static final String HEX = "0123456789abcdef";
28
29 /**
30 * Writes a color to correct KML format
31 *
32 * @param color The color to convert
33 * @return The KML-formatted color
34 */
35 public static String formatColor(java.awt.Color color)
36 {
37 StringBuilder ret = new StringBuilder();
38 int a = color.getAlpha();
39 ret.append(HEX.charAt(a / 16));
40 ret.append(HEX.charAt(a % 16));
41 int b = color.getBlue();
42 ret.append(HEX.charAt(b / 16));
43 ret.append(HEX.charAt(b % 16));
44 int g = color.getGreen();
45 ret.append(HEX.charAt(g / 16));
46 ret.append(HEX.charAt(g % 16));
47 int r = color.getRed();
48 ret.append(HEX.charAt(r / 16));
49 ret.append(HEX.charAt(r % 16));
50 return ret.toString();
51 }
52 }