Warning, /education/marble/docs/projects/kml/KMLClasses.xmi is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <XMI xmlns:UML="http://schema.omg.org/spec/UML/1.3" verified="false" timestamp="2007-08-28T22:18:52" xmi.version="1.2" > 0003 <XMI.header> 0004 <XMI.documentation> 0005 <XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter> 0006 <XMI.exporterVersion>1.5.4</XMI.exporterVersion> 0007 <XMI.exporterEncoding>UnicodeUTF8</XMI.exporterEncoding> 0008 </XMI.documentation> 0009 <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" /> 0010 </XMI.header> 0011 <XMI.content> 0012 <UML:Model isSpecification="false" isLeaf="false" isRoot="false" xmi.id="m1" isAbstract="false" name="UML Model" > 0013 <UML:Namespace.ownedElement> 0014 <UML:Stereotype isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="3" isRoot="false" isAbstract="false" name="datatype" /> 0015 <UML:Stereotype isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="52" isRoot="false" isAbstract="false" name=" " /> 0016 <UML:Stereotype isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="7536" isRoot="false" isAbstract="false" name="interface" /> 0017 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="2" isRoot="false" isAbstract="false" name="int" /> 0018 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="4" isRoot="false" isAbstract="false" name="char" /> 0019 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="5" isRoot="false" isAbstract="false" name="bool" /> 0020 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="6" isRoot="false" isAbstract="false" name="float" /> 0021 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="7" isRoot="false" isAbstract="false" name="double" /> 0022 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="8" isRoot="false" isAbstract="false" name="short" /> 0023 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="9" isRoot="false" isAbstract="false" name="long" /> 0024 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="10" isRoot="false" isAbstract="false" name="unsigned int" /> 0025 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="11" isRoot="false" isAbstract="false" name="unsigned short" /> 0026 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="12" isRoot="false" isAbstract="false" name="unsigned long" /> 0027 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="13" isRoot="false" isAbstract="false" name="string" /> 0028 <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="22" isRoot="false" isAbstract="false" name="PlaceContainer*" /> 0029 <UML:Class comment="This classes is in memory representation of whole kml document." isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="14" isRoot="false" isAbstract="false" name="KMLDocument" > 0030 <UML:GeneralizableElement.generalization> 0031 <UML:Generalization xmi.idref="2244" /> 0032 <UML:Generalization xmi.idref="3661" /> 0033 </UML:GeneralizableElement.generalization> 0034 <UML:Classifier.feature> 0035 <UML:Attribute isSpecification="false" visibility="private" xmi.id="9673" type="9674" name="m_styleList" /> 0036 <UML:Attribute isSpecification="false" visibility="private" xmi.id="9765" type="9674" name="m_styleMapList" /> 0037 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="3829" isRoot="false" isAbstract="false" isQuery="false" name="load" > 0038 <UML:BehavioralFeature.parameter> 0039 <UML:Parameter isSpecification="false" visibility="private" xmi.id="3835" value="" type="3830" name="source" /> 0040 </UML:BehavioralFeature.parameter> 0041 </UML:Operation> 0042 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="9856" isRoot="false" isAbstract="false" isQuery="false" name="getStyle" > 0043 <UML:BehavioralFeature.parameter> 0044 <UML:Parameter kind="return" xmi.id="12559" type="426" /> 0045 <UML:Parameter isSpecification="false" visibility="private" xmi.id="9857" value="" type="19" name="id" /> 0046 </UML:BehavioralFeature.parameter> 0047 </UML:Operation> 0048 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="9945" isRoot="false" isAbstract="false" isQuery="false" name="getStyleMap" > 0049 <UML:BehavioralFeature.parameter> 0050 <UML:Parameter kind="return" xmi.id="12560" type="9212" /> 0051 <UML:Parameter isSpecification="false" visibility="private" xmi.id="9946" value="" type="19" name="id" /> 0052 </UML:BehavioralFeature.parameter> 0053 </UML:Operation> 0054 </UML:Classifier.feature> 0055 </UML:Class> 0056 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="15" isRoot="false" isAbstract="false" name="PlaceMark" > 0057 <UML:GeneralizableElement.generalization> 0058 <UML:Generalization xmi.idref="7313" /> 0059 <UML:Generalization xmi.idref="7484" /> 0060 </UML:GeneralizableElement.generalization> 0061 <UML:Classifier.feature> 0062 <UML:Attribute isSpecification="false" visibility="private" xmi.id="142" type="19" name="m_name" /> 0063 <UML:Attribute isSpecification="false" visibility="private" xmi.id="155" type="74" name="m_sympos" /> 0064 <UML:Attribute isSpecification="false" visibility="private" xmi.id="160" type="161" name="m_role" /> 0065 <UML:Attribute isSpecification="false" visibility="private" xmi.id="174" type="19" name="m_description" /> 0066 <UML:Attribute isSpecification="false" visibility="private" xmi.id="183" type="19" name="m_countrycode" /> 0067 <UML:Attribute isSpecification="false" visibility="private" xmi.id="192" type="2" name="m_symbol" /> 0068 <UML:Attribute isSpecification="false" visibility="private" xmi.id="209" type="2" name="m_popidx" /> 0069 <UML:Attribute isSpecification="false" visibility="private" xmi.id="214" type="2" name="m_population" /> 0070 <UML:Attribute isSpecification="false" visibility="private" xmi.id="229" type="5" name="m_visible" /> 0071 <UML:Attribute isSpecification="false" visibility="private" xmi.id="234" type="5" name="m_selected" /> 0072 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="102" isRoot="false" isAbstract="false" isQuery="false" name="coordinate" /> 0073 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="111" isRoot="false" isAbstract="false" isQuery="false" name="coordinate" > 0074 <UML:BehavioralFeature.parameter> 0075 <UML:Parameter isSpecification="false" visibility="private" xmi.id="112" value="" type="6" name="lon" /> 0076 <UML:Parameter isSpecification="false" visibility="private" xmi.id="115" value="" type="6" name="lat" /> 0077 </UML:BehavioralFeature.parameter> 0078 </UML:Operation> 0079 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="126" isRoot="false" isAbstract="false" isQuery="false" name="setCoordinate" > 0080 <UML:BehavioralFeature.parameter> 0081 <UML:Parameter isSpecification="false" visibility="private" xmi.id="127" value="" type="6" name="lon" /> 0082 <UML:Parameter isSpecification="false" visibility="private" xmi.id="130" value="" type="6" name="lat" /> 0083 </UML:BehavioralFeature.parameter> 0084 </UML:Operation> 0085 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="197" isRoot="false" isAbstract="false" isQuery="false" name="symbolPixmap" /> 0086 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="204" isRoot="false" isAbstract="false" isQuery="false" name="symbolSize" /> 0087 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="243" isRoot="false" isAbstract="false" isQuery="false" name="quanternion" /> 0088 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="272" isRoot="false" isAbstract="false" isQuery="false" name="clearTextPixmap" /> 0089 </UML:Classifier.feature> 0090 </UML:Class> 0091 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="16" isRoot="false" isAbstract="false" name="PlaceMarkManager" > 0092 <UML:Classifier.feature> 0093 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="18" isRoot="false" isAbstract="false" isQuery="false" name="addPlaceMarkFile" > 0094 <UML:BehavioralFeature.parameter> 0095 <UML:Parameter isSpecification="false" visibility="private" xmi.id="20" value="" type="19" name="filename" /> 0096 </UML:BehavioralFeature.parameter> 0097 </UML:Operation> 0098 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="21" isRoot="false" isAbstract="false" isQuery="false" name="getPlaceContainer" > 0099 <UML:BehavioralFeature.parameter> 0100 <UML:Parameter kind="return" xmi.id="12561" type="22" /> 0101 </UML:BehavioralFeature.parameter> 0102 </UML:Operation> 0103 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="27" isRoot="false" isAbstract="false" isQuery="false" name="loadKml" > 0104 <UML:BehavioralFeature.parameter> 0105 <UML:Parameter isSpecification="false" visibility="private" xmi.id="28" value="" type="19" name="filename" /> 0106 </UML:BehavioralFeature.parameter> 0107 </UML:Operation> 0108 </UML:Classifier.feature> 0109 </UML:Class> 0110 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="17" isRoot="false" isAbstract="false" name="PlaceMarkPainter" > 0111 <UML:Classifier.feature> 0112 <UML:Operation stereotype="52" isSpecification="false" isLeaf="false" visibility="public" xmi.id="33" isRoot="false" isAbstract="false" isQuery="false" name="paintPlaceFolder" > 0113 <UML:BehavioralFeature.parameter> 0114 <UML:Parameter isSpecification="false" visibility="private" xmi.id="36" value="" type="34" name="painer" /> 0115 <UML:Parameter isSpecification="false" visibility="private" xmi.id="38" value="" type="2" name="imgrx" /> 0116 <UML:Parameter isSpecification="false" visibility="private" xmi.id="40" value="" type="2" name="imgry" /> 0117 <UML:Parameter isSpecification="false" visibility="private" xmi.id="42" value="" type="2" name="radius" /> 0118 <UML:Parameter isSpecification="false" visibility="private" xmi.id="46" value="" type="44" name="placecontainer" /> 0119 <UML:Parameter isSpecification="false" visibility="private" xmi.id="50" value="" type="48" name="Quanternion" /> 0120 </UML:BehavioralFeature.parameter> 0121 </UML:Operation> 0122 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="64" isRoot="false" isAbstract="false" isQuery="false" name="setLabelColor" > 0123 <UML:BehavioralFeature.parameter> 0124 <UML:Parameter isSpecification="false" visibility="private" xmi.id="67" value="" type="65" name="color" /> 0125 </UML:BehavioralFeature.parameter> 0126 </UML:Operation> 0127 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="73" isRoot="false" isAbstract="false" isQuery="false" name="whichPlaceMarkAt" > 0128 <UML:BehavioralFeature.parameter> 0129 <UML:Parameter kind="return" xmi.id="12562" type="44" /> 0130 <UML:Parameter isSpecification="false" visibility="private" xmi.id="76" value="" type="74" name="point" /> 0131 </UML:BehavioralFeature.parameter> 0132 </UML:Operation> 0133 </UML:Classifier.feature> 0134 </UML:Class> 0135 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="19" isRoot="false" isAbstract="false" name="QString" /> 0136 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="34" isRoot="false" isAbstract="false" name="QPainter" /> 0137 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="44" isRoot="false" isAbstract="false" name="PlaceMarkContainer" /> 0138 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="65" isRoot="false" isAbstract="false" name="QColor" /> 0139 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="74" isRoot="false" isAbstract="false" name="QPoint" /> 0140 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="161" isRoot="false" isAbstract="false" name="QChar" /> 0141 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="253" isRoot="false" isAbstract="false" name="QPixmap" /> 0142 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="263" isRoot="false" isAbstract="false" name="QRect" /> 0143 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="333" isRoot="false" isAbstract="false" name="KMLPlaceMark" > 0144 <UML:GeneralizableElement.generalization> 0145 <UML:Generalization xmi.idref="2378" /> 0146 </UML:GeneralizableElement.generalization> 0147 <UML:Classifier.feature> 0148 <UML:Attribute isSpecification="false" visibility="private" xmi.id="5006" type="5007" name="m_coordinate" /> 0149 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6039" isRoot="false" isAbstract="false" isQuery="false" name="attribute" > 0150 <UML:BehavioralFeature.parameter> 0151 <UML:Parameter kind="return" xmi.id="12563" type="6810" /> 0152 <UML:Parameter isSpecification="false" visibility="private" xmi.id="6040" value="" type="19" name="key" /> 0153 </UML:BehavioralFeature.parameter> 0154 </UML:Operation> 0155 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6604" isRoot="false" isAbstract="false" isQuery="false" name="setAttribute" > 0156 <UML:BehavioralFeature.parameter> 0157 <UML:Parameter isSpecification="false" visibility="private" xmi.id="6605" value="" type="19" name="key" /> 0158 <UML:Parameter isSpecification="false" visibility="private" xmi.id="6614" value="" type="6810" name="value" /> 0159 </UML:BehavioralFeature.parameter> 0160 </UML:Operation> 0161 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6457" isRoot="false" isAbstract="false" isQuery="false" name="metaFields" > 0162 <UML:BehavioralFeature.parameter> 0163 <UML:Parameter kind="return" xmi.id="12564" type="6486" /> 0164 </UML:BehavioralFeature.parameter> 0165 </UML:Operation> 0166 </UML:Classifier.feature> 0167 </UML:Class> 0168 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="426" isRoot="false" isAbstract="false" name="KMLStyle" > 0169 <UML:GeneralizableElement.generalization> 0170 <UML:Generalization xmi.idref="2855" /> 0171 </UML:GeneralizableElement.generalization> 0172 <UML:Classifier.feature> 0173 <UML:Attribute isSpecification="false" visibility="private" xmi.id="723" type="515" name="m_iconstyle" /> 0174 <UML:Attribute isSpecification="false" visibility="private" xmi.id="736" type="441" name="m_labelstyle" /> 0175 </UML:Classifier.feature> 0176 </UML:Class> 0177 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="441" isRoot="false" isAbstract="false" name="KMLLabelStyle" > 0178 <UML:GeneralizableElement.generalization> 0179 <UML:Generalization xmi.idref="584" /> 0180 </UML:GeneralizableElement.generalization> 0181 </UML:Class> 0182 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="515" isRoot="false" isAbstract="false" name="KMLIconStyle" > 0183 <UML:GeneralizableElement.generalization> 0184 <UML:Generalization xmi.idref="621" /> 0185 </UML:GeneralizableElement.generalization> 0186 <UML:Classifier.feature> 0187 <UML:Attribute isSpecification="false" visibility="private" xmi.id="664" type="665" name="m_icon" /> 0188 </UML:Classifier.feature> 0189 </UML:Class> 0190 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="543" isRoot="false" isAbstract="true" name="KMLColorStyle" > 0191 <UML:GeneralizableElement.generalization> 0192 <UML:Generalization xmi.idref="10436" /> 0193 </UML:GeneralizableElement.generalization> 0194 <UML:Classifier.feature> 0195 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="552" type="65" name="m_color" /> 0196 </UML:Classifier.feature> 0197 </UML:Class> 0198 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="665" isRoot="false" isAbstract="false" name="QIcon" /> 0199 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="1081" isRoot="false" isAbstract="false" name="StylesFactory" > 0200 <UML:Classifier.feature> 0201 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="1099" isRoot="false" isAbstract="false" isQuery="false" name="registerStyle" > 0202 <UML:BehavioralFeature.parameter> 0203 <UML:Parameter isSpecification="false" visibility="private" xmi.id="1100" value="" type="426" name="style" /> 0204 </UML:BehavioralFeature.parameter> 0205 </UML:Operation> 0206 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="1111" isRoot="false" isAbstract="false" isQuery="false" name="getStyleById" > 0207 <UML:BehavioralFeature.parameter> 0208 <UML:Parameter kind="return" xmi.id="12565" type="426" /> 0209 <UML:Parameter isSpecification="false" visibility="private" xmi.id="1112" value="" type="2" name="styleId" /> 0210 </UML:BehavioralFeature.parameter> 0211 </UML:Operation> 0212 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="1170" isRoot="false" isAbstract="false" isQuery="false" name="getStyleByRole" > 0213 <UML:BehavioralFeature.parameter> 0214 <UML:Parameter kind="return" xmi.id="12566" type="426" /> 0215 <UML:Parameter isSpecification="false" visibility="private" xmi.id="1171" value="" type="161" name="role" /> 0216 </UML:BehavioralFeature.parameter> 0217 </UML:Operation> 0218 </UML:Classifier.feature> 0219 </UML:Class> 0220 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="1491" isRoot="false" isAbstract="false" name="KMLFolder" > 0221 <UML:GeneralizableElement.generalization> 0222 <UML:Generalization xmi.idref="2288" /> 0223 </UML:GeneralizableElement.generalization> 0224 </UML:Class> 0225 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="1575" isRoot="false" isAbstract="false" name="KMLRegion" > 0226 <UML:GeneralizableElement.generalization> 0227 <UML:Generalization xmi.idref="2083" /> 0228 </UML:GeneralizableElement.generalization> 0229 <UML:Classifier.feature> 0230 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1897" type="1705" name="m_latLonAltBox" /> 0231 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1907" type="1650" name="m_lod" /> 0232 </UML:Classifier.feature> 0233 </UML:Class> 0234 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="1650" isRoot="false" isAbstract="false" name="KMLLod" > 0235 <UML:Classifier.feature> 0236 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1668" type="6" name="m_minLodPixels" /> 0237 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1674" type="6" name="m_maxLodPixels" /> 0238 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1679" type="6" name="m_minFadeExtent" /> 0239 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1684" type="6" name="m_maxFadeExtent" /> 0240 </UML:Classifier.feature> 0241 </UML:Class> 0242 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="1705" isRoot="false" isAbstract="false" name="KMLLatLonAltBox" > 0243 <UML:Classifier.feature> 0244 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1833" type="6" name="m_north" /> 0245 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1838" type="6" name="m_south" /> 0246 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1843" type="6" name="m_east" /> 0247 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1848" type="6" name="m_west" /> 0248 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1854" type="6" name="m_minAltitude" /> 0249 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1859" type="6" name="m_maxAltitude" /> 0250 <UML:Attribute isSpecification="false" visibility="private" xmi.id="1864" type="2" name="m_altitudeMode" /> 0251 </UML:Classifier.feature> 0252 </UML:Class> 0253 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="2045" isRoot="false" isAbstract="true" name="KMLObject" > 0254 <UML:Classifier.feature> 0255 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="3251" type="2" name="m_id" /> 0256 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="3260" type="2" name="m_targetId" /> 0257 </UML:Classifier.feature> 0258 </UML:Class> 0259 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="2106" isRoot="false" isAbstract="false" name="KMLContainer" > 0260 <UML:GeneralizableElement.generalization> 0261 <UML:Generalization xmi.idref="2216" /> 0262 </UML:GeneralizableElement.generalization> 0263 <UML:Classifier.feature> 0264 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="2948" type="1575" name="region" /> 0265 </UML:Classifier.feature> 0266 </UML:Class> 0267 <UML:Class isSpecification="false" isLeaf="false" visibility="protected" namespace="m1" xmi.id="2177" isRoot="false" isAbstract="true" name="KMLFeature" > 0268 <UML:GeneralizableElement.generalization> 0269 <UML:Generalization xmi.idref="2315" /> 0270 </UML:GeneralizableElement.generalization> 0271 <UML:Classifier.feature> 0272 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="3299" type="19" name="m_name" /> 0273 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="3304" type="19" name="m_address" /> 0274 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="3309" type="19" name="m_phoneNumber" /> 0275 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="3314" type="19" name="m_description" /> 0276 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="7133" type="5" name="m_visible" /> 0277 </UML:Classifier.feature> 0278 </UML:Class> 0279 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="2837" isRoot="false" isAbstract="true" name="KMLStyleSelector" > 0280 <UML:GeneralizableElement.generalization> 0281 <UML:Generalization xmi.idref="9164" /> 0282 </UML:GeneralizableElement.generalization> 0283 <UML:Classifier.feature> 0284 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="9083" type="19" name="m_styleId" /> 0285 </UML:Classifier.feature> 0286 </UML:Class> 0287 <UML:Class comment="This class used internally by KMLDocument to parse kml stream." isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="3792" isRoot="false" isAbstract="false" name="KMLDocumentParser" > 0288 <UML:GeneralizableElement.generalization> 0289 <UML:Generalization xmi.idref="5271" /> 0290 </UML:GeneralizableElement.generalization> 0291 <UML:Classifier.feature> 0292 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="3859" isRoot="false" isAbstract="false" isQuery="false" name="KMLDocumentParser" > 0293 <UML:BehavioralFeature.parameter> 0294 <UML:Parameter isSpecification="false" visibility="private" xmi.id="3864" value="" type="14" name="document" /> 0295 </UML:BehavioralFeature.parameter> 0296 </UML:Operation> 0297 </UML:Classifier.feature> 0298 </UML:Class> 0299 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="3830" isRoot="false" isAbstract="false" name="QIODevice" /> 0300 <UML:Class comment="This class parses "Feature" related fields like: name, description, address, phone number and etc." isSpecification="false" isLeaf="false" visibility="protected" namespace="m1" xmi.id="3978" isRoot="false" isAbstract="false" name="KMLFeatureParser" > 0301 <UML:GeneralizableElement.generalization> 0302 <UML:Generalization xmi.idref="4474" /> 0303 </UML:GeneralizableElement.generalization> 0304 <UML:Classifier.feature> 0305 <UML:Operation isSpecification="false" isLeaf="false" visibility="protected" xmi.id="5095" isRoot="false" isAbstract="false" isQuery="false" name="KMLFeatureParser" > 0306 <UML:BehavioralFeature.parameter> 0307 <UML:Parameter isSpecification="false" visibility="private" xmi.id="5096" value="" type="2177" name="feature" /> 0308 </UML:BehavioralFeature.parameter> 0309 </UML:Operation> 0310 </UML:Classifier.feature> 0311 </UML:Class> 0312 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="4006" isRoot="false" isAbstract="false" name="QXmlAttributes" /> 0313 <UML:Class comment="This is a base class for all kml object parsers." isSpecification="false" isLeaf="false" visibility="protected" namespace="m1" xmi.id="4433" isRoot="false" isAbstract="false" name="KMLObjectParser" > 0314 <UML:Classifier.feature> 0315 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="4657" type="2045" name="m_object" /> 0316 <UML:Attribute isSpecification="false" visibility="protected" xmi.id="5373" type="5" name="m_parsed" /> 0317 <UML:Operation isSpecification="false" isLeaf="false" visibility="protected" xmi.id="4972" isRoot="false" isAbstract="false" isQuery="false" name="KMLObjectParser" > 0318 <UML:BehavioralFeature.parameter> 0319 <UML:Parameter isSpecification="false" visibility="private" xmi.id="4973" value="" type="2045" name="object" /> 0320 </UML:BehavioralFeature.parameter> 0321 </UML:Operation> 0322 </UML:Classifier.feature> 0323 </UML:Class> 0324 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="4624" isRoot="false" isAbstract="false" name="KMLPointParser" > 0325 <UML:GeneralizableElement.generalization> 0326 <UML:Generalization xmi.idref="4682" /> 0327 </UML:GeneralizableElement.generalization> 0328 <UML:Classifier.feature> 0329 <UML:Attribute isSpecification="false" visibility="private" xmi.id="5054" type="7" name="m_lon" /> 0330 <UML:Attribute isSpecification="false" visibility="private" xmi.id="5059" type="7" name="m_lat" /> 0331 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="5028" isRoot="false" isAbstract="false" isQuery="false" name="KMLPointParser" > 0332 <UML:BehavioralFeature.parameter> 0333 <UML:Parameter isSpecification="false" visibility="private" xmi.id="5029" value="" type="333" name="placemark" /> 0334 </UML:BehavioralFeature.parameter> 0335 </UML:Operation> 0336 </UML:Classifier.feature> 0337 </UML:Class> 0338 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="4741" isRoot="false" isAbstract="false" name="KMLPlaceMarkParser" > 0339 <UML:GeneralizableElement.generalization> 0340 <UML:Generalization xmi.idref="4788" /> 0341 <UML:Generalization xmi.idref="5157" /> 0342 </UML:GeneralizableElement.generalization> 0343 <UML:Classifier.feature> 0344 <UML:Attribute isSpecification="false" visibility="private" xmi.id="4762" type="333" name="m_placemark" /> 0345 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4950" isRoot="false" isAbstract="false" isQuery="false" name="KMLPlaceMarkParser" > 0346 <UML:BehavioralFeature.parameter> 0347 <UML:Parameter isSpecification="false" visibility="private" xmi.id="4951" value="" type="2106" name="container" /> 0348 </UML:BehavioralFeature.parameter> 0349 </UML:Operation> 0350 </UML:Classifier.feature> 0351 </UML:Class> 0352 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="4882" isRoot="false" isAbstract="false" name="KMLContainerParser" > 0353 <UML:GeneralizableElement.generalization> 0354 <UML:Generalization xmi.idref="4891" /> 0355 <UML:Generalization xmi.idref="5212" /> 0356 </UML:GeneralizableElement.generalization> 0357 <UML:Classifier.feature> 0358 <UML:Operation isSpecification="false" isLeaf="false" visibility="protected" xmi.id="5072" isRoot="false" isAbstract="false" isQuery="false" name="KMLContainerParser" > 0359 <UML:BehavioralFeature.parameter> 0360 <UML:Parameter isSpecification="false" visibility="private" xmi.id="5073" value="" type="2106" name="contaner" /> 0361 </UML:BehavioralFeature.parameter> 0362 </UML:Operation> 0363 </UML:Classifier.feature> 0364 </UML:Class> 0365 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="5007" isRoot="false" isAbstract="false" name="GeoPoint" /> 0366 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="5684" isRoot="false" isAbstract="false" name="MarbleModel" > 0367 <UML:Classifier.feature> 0368 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="5697" isRoot="false" isAbstract="false" isQuery="false" name="paintGlobe" > 0369 <UML:BehavioralFeature.parameter> 0370 <UML:Parameter isSpecification="false" visibility="private" xmi.id="5703" value="" type="5698" name="painter" /> 0371 <UML:Parameter isSpecification="false" visibility="private" xmi.id="5708" value="" type="263" name="rect" /> 0372 </UML:BehavioralFeature.parameter> 0373 </UML:Operation> 0374 </UML:Classifier.feature> 0375 </UML:Class> 0376 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="5698" isRoot="false" isAbstract="false" name="ClipPainter" /> 0377 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="6145" isRoot="false" isAbstract="false" name="KMLDocumentModel" > 0378 <UML:Classifier.feature> 0379 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6167" isRoot="false" isAbstract="false" isQuery="false" name="getPlaceContainer" > 0380 <UML:BehavioralFeature.parameter> 0381 <UML:Parameter kind="return" xmi.id="12567" type="44" /> 0382 <UML:Parameter isSpecification="false" visibility="private" xmi.id="6168" value="" type="2" name="imgwidth" /> 0383 <UML:Parameter isSpecification="false" visibility="private" xmi.id="6174" value="" type="2" name="imgheight" /> 0384 <UML:Parameter isSpecification="false" visibility="private" xmi.id="6180" value="" type="2" name="radius" /> 0385 </UML:BehavioralFeature.parameter> 0386 </UML:Operation> 0387 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="6297" isRoot="false" isAbstract="false" isQuery="false" name="getStyle" > 0388 <UML:BehavioralFeature.parameter> 0389 <UML:Parameter kind="return" xmi.id="12568" type="426" /> 0390 <UML:Parameter isSpecification="false" visibility="private" xmi.id="6304" value="" type="333" name="placemark" /> 0391 </UML:BehavioralFeature.parameter> 0392 </UML:Operation> 0393 </UML:Classifier.feature> 0394 </UML:Class> 0395 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="6486" isRoot="false" isAbstract="false" name="QStringList" /> 0396 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="6810" isRoot="false" isAbstract="false" name="QVariant" /> 0397 <UML:Interface stereotype="7536" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="7535" isRoot="false" isAbstract="true" name="Serializable" > 0398 <UML:Classifier.feature> 0399 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7558" isRoot="false" isAbstract="false" isQuery="false" name="pack" > 0400 <UML:BehavioralFeature.parameter> 0401 <UML:Parameter isSpecification="false" visibility="private" xmi.id="7568" value="" type="7559" name="stream" /> 0402 </UML:BehavioralFeature.parameter> 0403 </UML:Operation> 0404 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7585" isRoot="false" isAbstract="false" isQuery="false" name="unpack" > 0405 <UML:BehavioralFeature.parameter> 0406 <UML:Parameter isSpecification="false" visibility="private" xmi.id="7586" value="" type="7559" name="stream" /> 0407 </UML:BehavioralFeature.parameter> 0408 </UML:Operation> 0409 </UML:Classifier.feature> 0410 </UML:Interface> 0411 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="7559" isRoot="false" isAbstract="false" name="QDataStream" /> 0412 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="7790" isRoot="false" isAbstract="false" name="FileViewModel" > 0413 <UML:GeneralizableElement.generalization> 0414 <UML:Generalization xmi.idref="8070" /> 0415 </UML:GeneralizableElement.generalization> 0416 </UML:Class> 0417 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="7807" isRoot="false" isAbstract="false" name="AbstractFIleViewItem" > 0418 <UML:Classifier.feature> 0419 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7995" isRoot="false" isAbstract="true" isQuery="false" name="saveFile" /> 0420 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="8004" isRoot="false" isAbstract="true" isQuery="false" name="closeFile" /> 0421 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="8247" isRoot="false" isAbstract="true" isQuery="false" name="setShown" > 0422 <UML:BehavioralFeature.parameter> 0423 <UML:Parameter isSpecification="false" visibility="private" xmi.id="8248" value="" type="5" name="value" /> 0424 </UML:BehavioralFeature.parameter> 0425 </UML:Operation> 0426 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="8442" isRoot="false" isAbstract="true" isQuery="false" name="isShown" > 0427 <UML:BehavioralFeature.parameter> 0428 <UML:Parameter kind="return" xmi.id="12569" type="5" /> 0429 </UML:BehavioralFeature.parameter> 0430 </UML:Operation> 0431 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="8452" isRoot="false" isAbstract="true" isQuery="false" name="data" > 0432 <UML:BehavioralFeature.parameter> 0433 <UML:Parameter kind="return" xmi.id="12570" type="6810" /> 0434 </UML:BehavioralFeature.parameter> 0435 </UML:Operation> 0436 </UML:Classifier.feature> 0437 </UML:Class> 0438 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="7832" isRoot="false" isAbstract="false" name="GpxFileViewItem" > 0439 <UML:GeneralizableElement.generalization> 0440 <UML:Generalization xmi.idref="7858" /> 0441 </UML:GeneralizableElement.generalization> 0442 </UML:Class> 0443 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="7841" isRoot="false" isAbstract="false" name="KMLFileViewItem" > 0444 <UML:GeneralizableElement.generalization> 0445 <UML:Generalization xmi.idref="7877" /> 0446 </UML:GeneralizableElement.generalization> 0447 </UML:Class> 0448 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="8061" isRoot="false" isAbstract="false" name="QAbstractListModel" /> 0449 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="9212" isRoot="false" isAbstract="false" name="KMLStyleMap" /> 0450 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="9674" isRoot="false" isAbstract="false" name="QList" /> 0451 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="11118" isRoot="false" isAbstract="false" name="KMLStyleParser" > 0452 <UML:GeneralizableElement.generalization> 0453 <UML:Generalization xmi.idref="11289" /> 0454 </UML:GeneralizableElement.generalization> 0455 <UML:Classifier.feature> 0456 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="11191" isRoot="false" isAbstract="false" isQuery="false" name="KMLStyleParser" > 0457 <UML:BehavioralFeature.parameter> 0458 <UML:Parameter isSpecification="false" visibility="private" xmi.id="11192" value="" type="426" name="style" /> 0459 </UML:BehavioralFeature.parameter> 0460 </UML:Operation> 0461 </UML:Classifier.feature> 0462 </UML:Class> 0463 <UML:Class isSpecification="false" isLeaf="false" visibility="protected" namespace="m1" xmi.id="11424" isRoot="false" isAbstract="false" name="KMLColorStyleParser" > 0464 <UML:GeneralizableElement.generalization> 0465 <UML:Generalization xmi.idref="11607" /> 0466 </UML:GeneralizableElement.generalization> 0467 <UML:Classifier.feature> 0468 <UML:Operation isSpecification="false" isLeaf="false" visibility="protected" xmi.id="11557" isRoot="false" isAbstract="false" isQuery="false" name="KMLColorStyleParser" > 0469 <UML:BehavioralFeature.parameter> 0470 <UML:Parameter isSpecification="false" visibility="private" xmi.id="11558" value="" type="543" name="colorStyle" /> 0471 </UML:BehavioralFeature.parameter> 0472 </UML:Operation> 0473 </UML:Classifier.feature> 0474 </UML:Class> 0475 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="11718" isRoot="false" isAbstract="false" name="KMLIconStyleParser" > 0476 <UML:GeneralizableElement.generalization> 0477 <UML:Generalization xmi.idref="11956" /> 0478 <UML:Generalization xmi.idref="12151" /> 0479 <UML:Generalization xmi.idref="12178" /> 0480 </UML:GeneralizableElement.generalization> 0481 <UML:Classifier.feature> 0482 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="11769" isRoot="false" isAbstract="false" isQuery="false" name="KMLIconStyleParser" > 0483 <UML:BehavioralFeature.parameter> 0484 <UML:Parameter isSpecification="false" visibility="private" xmi.id="11770" value="" type="515" name="iconStyle" /> 0485 </UML:BehavioralFeature.parameter> 0486 </UML:Operation> 0487 </UML:Classifier.feature> 0488 </UML:Class> 0489 <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="11731" isRoot="false" isAbstract="false" name="KMLLabelStyleParser" > 0490 <UML:GeneralizableElement.generalization> 0491 <UML:Generalization xmi.idref="11929" /> 0492 </UML:GeneralizableElement.generalization> 0493 <UML:Classifier.feature> 0494 <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="11819" isRoot="false" isAbstract="false" isQuery="false" name="KMLLabelStyleParser" > 0495 <UML:BehavioralFeature.parameter> 0496 <UML:Parameter isSpecification="false" visibility="private" xmi.id="11820" value="" type="441" name="labelStyle" /> 0497 </UML:BehavioralFeature.parameter> 0498 </UML:Operation> 0499 </UML:Classifier.feature> 0500 </UML:Class> 0501 <UML:Generalization isSpecification="false" child="441" visibility="public" namespace="m1" xmi.id="584" parent="543" discriminator="" name="" /> 0502 <UML:Generalization isSpecification="false" child="515" visibility="public" namespace="m1" xmi.id="621" parent="543" discriminator="" name="" /> 0503 <UML:Generalization isSpecification="false" child="1575" visibility="public" namespace="m1" xmi.id="2083" parent="2045" discriminator="" name="" /> 0504 <UML:Generalization isSpecification="false" child="2106" visibility="public" namespace="m1" xmi.id="2216" parent="2177" discriminator="" name="" /> 0505 <UML:Generalization isSpecification="false" child="14" visibility="public" namespace="m1" xmi.id="2244" parent="2106" discriminator="" name="" /> 0506 <UML:Generalization isSpecification="false" child="1491" visibility="public" namespace="m1" xmi.id="2288" parent="2106" discriminator="" name="" /> 0507 <UML:Generalization isSpecification="false" child="2177" visibility="public" namespace="m1" xmi.id="2315" parent="2045" discriminator="" name="" /> 0508 <UML:Generalization isSpecification="false" child="333" visibility="public" namespace="m1" xmi.id="2378" parent="2177" discriminator="" name="" /> 0509 <UML:Generalization isSpecification="false" child="426" visibility="public" namespace="m1" xmi.id="2855" parent="2837" discriminator="" name="" /> 0510 <UML:Generalization isSpecification="false" child="14" visibility="public" namespace="m1" xmi.id="3661" parent="1491" discriminator="" name="" /> 0511 <UML:Dependency isSpecification="false" visibility="public" namespace="m1" xmi.id="3885" client="3792" name="" supplier="14" /> 0512 <UML:Generalization isSpecification="false" child="3978" visibility="public" namespace="m1" xmi.id="4474" parent="4433" discriminator="" name="" /> 0513 <UML:Generalization isSpecification="false" child="4624" visibility="public" namespace="m1" xmi.id="4682" parent="4433" discriminator="" name="" /> 0514 <UML:Generalization isSpecification="false" child="4741" visibility="public" namespace="m1" xmi.id="4788" parent="4433" discriminator="" name="" /> 0515 <UML:Generalization isSpecification="false" child="4882" visibility="public" namespace="m1" xmi.id="4891" parent="4433" discriminator="" name="" /> 0516 <UML:Generalization isSpecification="false" child="4741" visibility="public" namespace="m1" xmi.id="5157" parent="3978" discriminator="" name="" /> 0517 <UML:Generalization isSpecification="false" child="4882" visibility="public" namespace="m1" xmi.id="5212" parent="3978" discriminator="" name="" /> 0518 <UML:Generalization isSpecification="false" child="3792" visibility="public" namespace="m1" xmi.id="5271" parent="4882" discriminator="" name="" /> 0519 <UML:Generalization isSpecification="false" child="15" visibility="public" namespace="m1" xmi.id="7313" parent="2177" discriminator="" name="" /> 0520 <UML:Generalization isSpecification="false" child="15" visibility="public" namespace="m1" xmi.id="7484" parent="333" discriminator="" name="" /> 0521 <UML:Abstraction isSpecification="false" visibility="public" namespace="m1" xmi.id="7619" client="2045" name="" supplier="7535" /> 0522 <UML:Generalization isSpecification="false" child="7832" visibility="public" namespace="m1" xmi.id="7858" parent="7807" discriminator="" name="" /> 0523 <UML:Generalization isSpecification="false" child="7841" visibility="public" namespace="m1" xmi.id="7877" parent="7807" discriminator="" name="" /> 0524 <UML:Association isSpecification="false" visibility="public" namespace="m1" xmi.id="7928" name="" > 0525 <UML:Association.connection> 0526 <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="7929" aggregation="aggregate" type="7790" name="" /> 0527 <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="7930" aggregation="none" type="7807" name="" /> 0528 </UML:Association.connection> 0529 </UML:Association> 0530 <UML:Generalization isSpecification="false" child="7790" visibility="public" namespace="m1" xmi.id="8070" parent="8061" discriminator="" name="" /> 0531 <UML:Generalization isSpecification="false" child="2837" visibility="public" namespace="m1" xmi.id="9164" parent="2045" discriminator="" name="" /> 0532 <UML:Generalization isSpecification="false" child="543" visibility="public" namespace="m1" xmi.id="10436" parent="2045" discriminator="" name="" /> 0533 <UML:Generalization isSpecification="false" child="11118" visibility="public" namespace="m1" xmi.id="11289" parent="4433" discriminator="" name="" /> 0534 <UML:Generalization isSpecification="false" child="11424" visibility="public" namespace="m1" xmi.id="11607" parent="4433" discriminator="" name="" /> 0535 <UML:Generalization isSpecification="false" child="11731" visibility="public" namespace="m1" xmi.id="11929" parent="4433" discriminator="" name="" /> 0536 <UML:Generalization isSpecification="false" child="11718" visibility="public" namespace="m1" xmi.id="11956" parent="4433" discriminator="" name="" /> 0537 <UML:Generalization isSpecification="false" child="11718" visibility="public" namespace="m1" xmi.id="12151" parent="11424" discriminator="" name="" /> 0538 <UML:Generalization isSpecification="false" child="11718" visibility="public" namespace="m1" xmi.id="12178" parent="11731" discriminator="" name="" /> 0539 </UML:Namespace.ownedElement> 0540 </UML:Model> 0541 </XMI.content> 0542 <XMI.extensions xmi.extender="umbrello" > 0543 <docsettings viewid="8897" documentation="" uniqueid="12570" /> 0544 <diagrams> 0545 <diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="957" snapy="10" showatts="1" xmi.id="520" documentation="" type="402" showops="1" showpackage="0" name="KMLClasses" localid="900000" showstereotype="0" showscope="1" snapcsgrid="0" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="1119" > 0546 <widgets> 0547 <classwidget usesdiagramfillcolour="0" width="125" showattsigs="601" usesdiagramusefillcolour="0" x="340" y="40" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="67" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="515" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0548 <classwidget usesdiagramfillcolour="0" width="186" showattsigs="601" usesdiagramusefillcolour="0" x="30" y="30" drawascircle="0" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="77" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="543" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,1,0,0,0,0" linecolor="#ff0000" /> 0549 <classwidget usesdiagramfillcolour="0" width="112" showattsigs="601" usesdiagramusefillcolour="0" x="60" y="210" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="82" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="441" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0550 <classwidget usesdiagramfillcolour="0" width="161" showattsigs="601" usesdiagramusefillcolour="0" x="350" y="210" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="82" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="426" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0551 <classwidget usesdiagramfillcolour="0" width="283" showattsigs="601" usesdiagramusefillcolour="0" x="20" y="310" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="83" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="1081" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0552 <classwidget usesdiagramfillcolour="0" width="125" showattsigs="601" usesdiagramusefillcolour="0" x="110" y="520" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="39" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="1491" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0553 <classwidget usesdiagramfillcolour="0" width="184" showattsigs="601" usesdiagramusefillcolour="0" x="740" y="510" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="52" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="1575" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0554 <classwidget usesdiagramfillcolour="0" width="183" showattsigs="601" usesdiagramusefillcolour="0" x="770" y="90" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="98" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="1650" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0555 <classwidget usesdiagramfillcolour="0" width="121" showattsigs="601" usesdiagramusefillcolour="0" x="580" y="240" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="127" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="1705" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0556 <classwidget usesdiagramfillcolour="0" width="98" showattsigs="601" usesdiagramusefillcolour="0" x="780" y="730" drawascircle="0" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="52" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="2045" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,1,0,0,0,0" linecolor="#ff0000" /> 0557 <classwidget usesdiagramfillcolour="0" width="236" showattsigs="601" usesdiagramusefillcolour="0" x="40" y="1040" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="75" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="333" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0558 <classwidget usesdiagramfillcolour="0" width="149" showattsigs="601" usesdiagramusefillcolour="0" x="400" y="710" drawascircle="0" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="97" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="2177" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,1,0,0,0,0" linecolor="#ff0000" /> 0559 <classwidget usesdiagramfillcolour="0" width="114" showattsigs="601" usesdiagramusefillcolour="0" x="410" y="520" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="37" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="2106" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0560 <classwidget usesdiagramfillcolour="1" width="217" showattsigs="601" usesdiagramusefillcolour="1" x="400" y="420" showopsigs="601" linewidth="none" fillcolour="none" height="90" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="14" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0561 <classwidget usesdiagramfillcolour="1" width="115" showattsigs="601" usesdiagramusefillcolour="1" x="590" y="70" drawascircle="0" showopsigs="601" linewidth="none" fillcolour="none" height="37" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="2837" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,1,0,0,0,0" linecolor="none" /> 0562 <classwidget usesdiagramfillcolour="1" width="195" showattsigs="601" usesdiagramusefillcolour="1" x="60" y="620" showopsigs="601" linewidth="none" fillcolour="none" height="270" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="15" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0563 <interfacewidget usesdiagramfillcolour="0" width="172" usesdiagramusefillcolour="0" x="740" y="930" drawascircle="0" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="67" usefillcolor="1" showpubliconly="0" isinstance="0" xmi.id="7535" showoperations="1" showpackage="0" showscope="1" showstereotype="1" font="Tahoma,8,-1,5,75,1,0,0,0,0" linecolor="#ff0000" /> 0564 </widgets> 0565 <messages/> 0566 <associations> 0567 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="543" widgetaid="441" xmi.id="584" linecolor="none" > 0568 <linepath> 0569 <startpoint startx="120" starty="210" /> 0570 <endpoint endx="120" endy="107" /> 0571 </linepath> 0572 </assocwidget> 0573 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="543" widgetaid="515" xmi.id="621" linecolor="none" > 0574 <linepath> 0575 <startpoint startx="340" starty="70" /> 0576 <endpoint endx="216" endy="70" /> 0577 </linepath> 0578 </assocwidget> 0579 <assocwidget totalcounta="3" indexa="1" visibilityB="200" totalcountb="2" indexb="1" linewidth="none" widgetbid="1705" widgetaid="1575" xmi.id="1897" type="510" changeabilityA="900" changeabilityB="900" linecolor="none" visibilityA="200" > 0580 <linepath> 0581 <startpoint startx="800" starty="510" /> 0582 <endpoint endx="640" endy="367" /> 0583 </linepath> 0584 <floatingtext usesdiagramfillcolour="1" width="90" usesdiagramusefillcolour="1" x="640" y="370" linewidth="none" posttext="" role="710" fillcolour="none" height="19" usefillcolor="1" pretext="+" isinstance="0" xmi.id="12514" showstereotype="1" text="m_latLonAltBox" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="none" /> 0585 </assocwidget> 0586 <assocwidget totalcounta="3" indexa="2" visibilityB="200" totalcountb="2" indexb="1" linewidth="none" widgetbid="1650" widgetaid="1575" xmi.id="1907" type="510" changeabilityA="900" changeabilityB="900" linecolor="none" visibilityA="200" > 0587 <linepath> 0588 <startpoint startx="860" starty="510" /> 0589 <endpoint endx="860" endy="188" /> 0590 </linepath> 0591 <floatingtext usesdiagramfillcolour="1" width="44" usesdiagramusefillcolour="1" x="820" y="190" linewidth="none" posttext="" role="710" fillcolour="none" height="19" usefillcolor="1" pretext="+" isinstance="0" xmi.id="12515" text="m_lod" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="none" /> 0592 </assocwidget> 0593 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="2045" widgetaid="1575" xmi.id="2083" linecolor="none" > 0594 <linepath> 0595 <startpoint startx="830" starty="562" /> 0596 <endpoint endx="830" endy="730" /> 0597 </linepath> 0598 </assocwidget> 0599 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="2177" widgetaid="2106" xmi.id="2216" linecolor="none" > 0600 <linepath> 0601 <startpoint startx="470" starty="557" /> 0602 <endpoint endx="470" endy="710" /> 0603 </linepath> 0604 </assocwidget> 0605 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="2106" widgetaid="1491" xmi.id="2288" linecolor="none" > 0606 <linepath> 0607 <startpoint startx="235" starty="540" /> 0608 <endpoint endx="410" endy="540" /> 0609 </linepath> 0610 </assocwidget> 0611 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="2045" widgetaid="2177" xmi.id="2315" linecolor="none" > 0612 <linepath> 0613 <startpoint startx="549" starty="760" /> 0614 <endpoint endx="780" endy="760" /> 0615 </linepath> 0616 </assocwidget> 0617 <assocwidget totalcounta="3" indexa="2" totalcountb="2" indexb="1" linewidth="none" widgetbid="2837" widgetaid="426" xmi.id="2855" linecolor="none" > 0618 <linepath> 0619 <startpoint startx="460" starty="210" /> 0620 <endpoint endx="650" endy="107" /> 0621 </linepath> 0622 </assocwidget> 0623 <assocwidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" linewidth="none" widgetbid="1575" widgetaid="2106" xmi.id="2948" type="510" changeabilityA="900" changeabilityB="900" linecolor="none" visibilityA="200" > 0624 <linepath> 0625 <startpoint startx="524" starty="540" /> 0626 <endpoint endx="740" endy="540" /> 0627 </linepath> 0628 <floatingtext usesdiagramfillcolour="1" width="46" usesdiagramusefillcolour="1" x="720" y="570" linewidth="none" posttext="" role="710" fillcolour="none" height="19" usefillcolor="1" pretext="+" isinstance="0" xmi.id="12516" text="region" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="none" /> 0629 </assocwidget> 0630 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="2177" widgetaid="15" xmi.id="7313" linecolor="none" > 0631 <linepath> 0632 <startpoint startx="255" starty="760" /> 0633 <endpoint endx="400" endy="760" /> 0634 </linepath> 0635 </assocwidget> 0636 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="333" widgetaid="15" xmi.id="7484" linecolor="none" > 0637 <linepath> 0638 <startpoint startx="160" starty="890" /> 0639 <endpoint endx="160" endy="1040" /> 0640 </linepath> 0641 </assocwidget> 0642 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="7535" widgetaid="2045" xmi.id="7619" linecolor="none" > 0643 <linepath> 0644 <startpoint startx="830" starty="782" /> 0645 <endpoint endx="830" endy="930" /> 0646 </linepath> 0647 </assocwidget> 0648 <assocwidget totalcounta="3" indexa="1" visibilityB="200" totalcountb="2" indexb="1" linewidth="none" widgetbid="515" widgetaid="426" xmi.id="723" type="510" changeabilityA="900" changeabilityB="900" linecolor="none" visibilityA="200" > 0649 <linepath> 0650 <startpoint startx="400" starty="210" /> 0651 <endpoint endx="400" endy="107" /> 0652 </linepath> 0653 <floatingtext usesdiagramfillcolour="1" width="72" usesdiagramusefillcolour="1" x="400" y="110" linewidth="none" posttext="" role="710" fillcolour="none" height="19" usefillcolor="1" pretext="+" isinstance="0" xmi.id="12517" showstereotype="1" text="m_iconstyle" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="none" /> 0654 </assocwidget> 0655 <assocwidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" linewidth="none" widgetbid="441" widgetaid="426" xmi.id="736" type="510" changeabilityA="900" changeabilityB="900" linecolor="none" visibilityA="200" > 0656 <linepath> 0657 <startpoint startx="350" starty="250" /> 0658 <endpoint endx="172" endy="250" /> 0659 </linepath> 0660 <floatingtext usesdiagramfillcolour="1" width="75" usesdiagramusefillcolour="1" x="170" y="250" linewidth="none" posttext="" role="710" fillcolour="none" height="19" usefillcolor="1" pretext="+" isinstance="0" xmi.id="12518" showstereotype="1" text="m_labelstyle" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="none" /> 0661 </assocwidget> 0662 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="2106" widgetaid="14" xmi.id="2244" linecolor="none" > 0663 <linepath> 0664 <startpoint startx="510" starty="510" /> 0665 <endpoint endx="470" endy="520" /> 0666 </linepath> 0667 </assocwidget> 0668 </associations> 0669 </diagram> 0670 <diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="948" snapy="10" showatts="1" xmi.id="3370" documentation="" type="402" showops="1" showpackage="0" name="Parsing" localid="900000" showstereotype="0" showscope="1" snapcsgrid="0" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="849" > 0671 <widgets> 0672 <classwidget usesdiagramfillcolour="0" width="217" showattsigs="601" usesdiagramusefillcolour="0" x="630" y="700" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="90" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="14" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0673 <classwidget usesdiagramfillcolour="0" width="291" showattsigs="601" usesdiagramusefillcolour="0" x="40" y="720" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="59" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="3792" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0674 <classwidget usesdiagramfillcolour="0" width="221" showattsigs="601" usesdiagramusefillcolour="0" x="80" y="260" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="37" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="3978" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0675 <classwidget usesdiagramfillcolour="0" width="203" showattsigs="601" usesdiagramusefillcolour="0" x="560" y="250" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="60" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="4433" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0676 <classwidget usesdiagramfillcolour="0" width="229" showattsigs="601" usesdiagramusefillcolour="0" x="550" y="470" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="60" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="4624" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0677 <classwidget usesdiagramfillcolour="0" width="249" showattsigs="601" usesdiagramusefillcolour="0" x="70" y="40" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="45" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="4741" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0678 <classwidget usesdiagramfillcolour="1" width="236" showattsigs="601" usesdiagramusefillcolour="1" x="600" y="20" showopsigs="601" linewidth="none" fillcolour="none" height="75" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="333" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0679 <classwidget usesdiagramfillcolour="0" width="246" showattsigs="601" usesdiagramusefillcolour="0" x="70" y="490" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="37" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="4882" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0680 </widgets> 0681 <messages/> 0682 <associations> 0683 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="14" widgetaid="3792" xmi.id="3885" linecolor="none" > 0684 <linepath> 0685 <startpoint startx="331" starty="750" /> 0686 <endpoint endx="630" endy="750" /> 0687 </linepath> 0688 </assocwidget> 0689 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="4433" widgetaid="3978" xmi.id="4474" linecolor="none" > 0690 <linepath> 0691 <startpoint startx="301" starty="280" /> 0692 <endpoint endx="560" endy="280" /> 0693 </linepath> 0694 </assocwidget> 0695 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="4433" widgetaid="4624" xmi.id="4682" linecolor="none" > 0696 <linepath> 0697 <startpoint startx="660" starty="470" /> 0698 <endpoint endx="660" endy="310" /> 0699 </linepath> 0700 </assocwidget> 0701 <assocwidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" linewidth="none" widgetbid="333" widgetaid="4741" xmi.id="4762" type="510" changeabilityA="900" changeabilityB="900" linecolor="none" visibilityA="200" > 0702 <linepath> 0703 <startpoint startx="319" starty="60" /> 0704 <endpoint endx="600" endy="60" /> 0705 </linepath> 0706 <floatingtext usesdiagramfillcolour="1" width="78" usesdiagramusefillcolour="1" x="530" y="120" linewidth="none" posttext="" role="710" fillcolour="none" height="19" usefillcolor="1" pretext="+" isinstance="0" xmi.id="12519" showstereotype="1" text="m_placemark" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="none" /> 0707 </assocwidget> 0708 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="3978" widgetaid="4741" xmi.id="5157" linecolor="none" > 0709 <linepath> 0710 <startpoint startx="190" starty="85" /> 0711 <endpoint endx="190" endy="260" /> 0712 </linepath> 0713 </assocwidget> 0714 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="3978" widgetaid="4882" xmi.id="5212" linecolor="none" > 0715 <linepath> 0716 <startpoint startx="190" starty="490" /> 0717 <endpoint endx="190" endy="297" /> 0718 </linepath> 0719 </assocwidget> 0720 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="4882" widgetaid="3792" xmi.id="5271" linecolor="none" > 0721 <linepath> 0722 <startpoint startx="190" starty="720" /> 0723 <endpoint endx="190" endy="527" /> 0724 </linepath> 0725 </assocwidget> 0726 </associations> 0727 </diagram> 0728 <diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="948" snapy="10" showatts="1" xmi.id="5571" documentation="" type="402" showops="1" showpackage="0" name="Marble placemark painting" localid="900000" showstereotype="0" showscope="1" snapcsgrid="0" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="849" > 0729 <widgets> 0730 <classwidget usesdiagramfillcolour="1" width="151" showattsigs="601" usesdiagramusefillcolour="1" x="680" y="170" showopsigs="601" linewidth="none" fillcolour="none" height="44" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="44" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0731 <classwidget usesdiagramfillcolour="1" width="618" showattsigs="601" usesdiagramusefillcolour="1" x="20" y="610" showopsigs="601" linewidth="none" fillcolour="none" height="67" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="17" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0732 <classwidget usesdiagramfillcolour="1" width="269" showattsigs="601" usesdiagramusefillcolour="1" x="620" y="60" showopsigs="601" linewidth="none" fillcolour="none" height="43" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="5684" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0733 <classwidget usesdiagramfillcolour="0" width="236" showattsigs="601" usesdiagramusefillcolour="0" x="60" y="90" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="75" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="333" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0734 <classwidget usesdiagramfillcolour="1" width="149" showattsigs="601" usesdiagramusefillcolour="1" x="110" y="270" drawascircle="0" showopsigs="601" linewidth="none" fillcolour="none" height="97" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="2177" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,1,0,0,0,0" linecolor="none" /> 0735 <classwidget usesdiagramfillcolour="1" width="195" showattsigs="601" usesdiagramusefillcolour="1" x="360" y="50" showopsigs="601" linewidth="none" fillcolour="none" height="270" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="15" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0736 <classwidget usesdiagramfillcolour="0" width="420" showattsigs="601" usesdiagramusefillcolour="0" x="20" y="480" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="77" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="6145" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0737 <classwidget usesdiagramfillcolour="1" width="155" showattsigs="601" usesdiagramusefillcolour="1" x="660" y="380" showopsigs="601" linewidth="none" fillcolour="none" height="82" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="426" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0738 </widgets> 0739 <messages/> 0740 <associations> 0741 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="2177" widgetaid="333" xmi.id="2378" linecolor="none" > 0742 <linepath> 0743 <startpoint startx="180" starty="165" /> 0744 <endpoint endx="180" endy="270" /> 0745 </linepath> 0746 </assocwidget> 0747 </associations> 0748 </diagram> 0749 <diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="948" snapy="10" showatts="1" xmi.id="7757" documentation="" type="402" showops="1" showpackage="0" name="FileView tab" localid="900000" showstereotype="0" showscope="1" snapcsgrid="0" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="849" > 0750 <widgets> 0751 <classwidget usesdiagramfillcolour="1" width="90" showattsigs="601" usesdiagramusefillcolour="1" x="340" y="120" showopsigs="601" linewidth="none" fillcolour="none" height="29" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="7790" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0752 <classwidget usesdiagramfillcolour="0" width="137" showattsigs="601" usesdiagramusefillcolour="0" x="320" y="390" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="97" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="7807" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,50,1,0,0,0,0" linecolor="#ff0000" /> 0753 <classwidget usesdiagramfillcolour="1" width="106" showattsigs="601" usesdiagramusefillcolour="1" x="670" y="430" showopsigs="601" linewidth="none" fillcolour="none" height="29" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="7832" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0754 <classwidget usesdiagramfillcolour="1" width="107" showattsigs="601" usesdiagramusefillcolour="1" x="50" y="430" showopsigs="601" linewidth="none" fillcolour="none" height="29" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="7841" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0755 <classwidget usesdiagramfillcolour="1" width="122" showattsigs="601" usesdiagramusefillcolour="1" x="630" y="120" showopsigs="601" linewidth="none" fillcolour="none" height="29" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="8061" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0756 </widgets> 0757 <messages/> 0758 <associations> 0759 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="7807" widgetaid="7832" xmi.id="7858" linecolor="none" > 0760 <linepath> 0761 <startpoint startx="670" starty="440" /> 0762 <endpoint endx="457" endy="440" /> 0763 </linepath> 0764 </assocwidget> 0765 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="7807" widgetaid="7841" xmi.id="7877" linecolor="none" > 0766 <linepath> 0767 <startpoint startx="157" starty="440" /> 0768 <endpoint endx="320" endy="440" /> 0769 </linepath> 0770 </assocwidget> 0771 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="7807" widgetaid="7790" xmi.id="7928" linecolor="none" > 0772 <linepath> 0773 <startpoint startx="390" starty="149" /> 0774 <endpoint endx="390" endy="390" /> 0775 </linepath> 0776 </assocwidget> 0777 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="8061" widgetaid="7790" xmi.id="8070" linecolor="none" > 0778 <linepath> 0779 <startpoint startx="430" starty="130" /> 0780 <endpoint endx="630" endy="130" /> 0781 </linepath> 0782 </assocwidget> 0783 </associations> 0784 </diagram> 0785 <diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="948" snapy="10" showatts="1" xmi.id="8897" documentation="" type="402" showops="1" showpackage="0" name="Initial styles" localid="900000" showstereotype="0" showscope="1" snapcsgrid="0" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="849" > 0786 <widgets> 0787 <classwidget usesdiagramfillcolour="0" width="155" showattsigs="601" usesdiagramusefillcolour="0" x="670" y="240" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="82" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="426" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0788 <classwidget usesdiagramfillcolour="0" width="115" showattsigs="601" usesdiagramusefillcolour="0" x="690" y="460" drawascircle="0" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="37" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="2837" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,1,0,0,0,0" linecolor="#ff0000" /> 0789 <classwidget usesdiagramfillcolour="1" width="98" showattsigs="601" usesdiagramusefillcolour="1" x="100" y="450" drawascircle="0" showopsigs="601" linewidth="none" fillcolour="none" height="52" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="2045" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,1,0,0,0,0" linecolor="none" /> 0790 <classwidget usesdiagramfillcolour="1" width="87" showattsigs="601" usesdiagramusefillcolour="1" x="500" y="540" showopsigs="601" linewidth="none" fillcolour="none" height="29" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="9212" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0791 <classwidget usesdiagramfillcolour="0" width="242" showattsigs="601" usesdiagramusefillcolour="0" x="100" y="540" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="99" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="14" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0792 <classwidget usesdiagramfillcolour="0" width="102" showattsigs="601" usesdiagramusefillcolour="0" x="370" y="250" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="67" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="515" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0793 <classwidget usesdiagramfillcolour="0" width="108" showattsigs="601" usesdiagramusefillcolour="0" x="700" y="80" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="37" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="441" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0794 <classwidget usesdiagramfillcolour="0" width="107" showattsigs="601" usesdiagramusefillcolour="0" x="110" y="70" drawascircle="0" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="67" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="543" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,1,0,0,0,0" linecolor="#ff0000" /> 0795 </widgets> 0796 <messages/> 0797 <associations> 0798 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="2837" widgetaid="426" xmi.id="2855" linecolor="none" > 0799 <linepath> 0800 <startpoint startx="750" starty="322" /> 0801 <endpoint endx="750" endy="460" /> 0802 </linepath> 0803 </assocwidget> 0804 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="2045" widgetaid="2837" xmi.id="9164" linecolor="none" > 0805 <linepath> 0806 <startpoint startx="690" starty="480" /> 0807 <endpoint endx="198" endy="480" /> 0808 </linepath> 0809 </assocwidget> 0810 <assocwidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" linewidth="none" widgetbid="515" widgetaid="426" xmi.id="723" type="510" changeabilityA="900" changeabilityB="900" linecolor="none" visibilityA="200" > 0811 <linepath> 0812 <startpoint startx="670" starty="280" /> 0813 <endpoint endx="472" endy="280" /> 0814 </linepath> 0815 <floatingtext usesdiagramfillcolour="1" width="72" usesdiagramusefillcolour="1" x="470" y="310" linewidth="none" posttext="" role="710" fillcolour="none" height="19" usefillcolor="1" pretext="+" isinstance="0" xmi.id="12520" showstereotype="1" text="m_iconstyle" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="none" /> 0816 </assocwidget> 0817 <assocwidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" linewidth="none" widgetbid="441" widgetaid="426" xmi.id="736" type="510" changeabilityA="900" changeabilityB="900" linecolor="none" visibilityA="200" > 0818 <linepath> 0819 <startpoint startx="750" starty="240" /> 0820 <endpoint endx="750" endy="117" /> 0821 </linepath> 0822 <floatingtext usesdiagramfillcolour="1" width="75" usesdiagramusefillcolour="1" x="530" y="120" linewidth="none" posttext="" role="710" fillcolour="none" height="19" usefillcolor="1" pretext="+" isinstance="0" xmi.id="12521" showstereotype="1" text="m_labelstyle" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="none" /> 0823 </assocwidget> 0824 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="543" widgetaid="441" xmi.id="584" linecolor="none" > 0825 <linepath> 0826 <startpoint startx="700" starty="100" /> 0827 <endpoint endx="217" endy="100" /> 0828 </linepath> 0829 </assocwidget> 0830 <assocwidget totalcounta="2" indexa="1" totalcountb="3" indexb="2" linewidth="none" widgetbid="543" widgetaid="515" xmi.id="621" linecolor="none" > 0831 <linepath> 0832 <startpoint startx="420" starty="250" /> 0833 <endpoint endx="180" endy="137" /> 0834 </linepath> 0835 </assocwidget> 0836 <assocwidget totalcounta="3" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="2045" widgetaid="543" xmi.id="10436" linecolor="none" > 0837 <linepath> 0838 <startpoint startx="150" starty="137" /> 0839 <endpoint endx="150" endy="450" /> 0840 </linepath> 0841 </assocwidget> 0842 </associations> 0843 </diagram> 0844 <diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="948" snapy="10" showatts="1" xmi.id="11021" documentation="" type="402" showops="1" showpackage="0" name="Style object parsing" localid="900000" showstereotype="0" showscope="1" snapcsgrid="0" font="Tahoma,8,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="849" > 0845 <widgets> 0846 <classwidget usesdiagramfillcolour="1" width="203" showattsigs="601" usesdiagramusefillcolour="1" x="80" y="220" showopsigs="601" linewidth="none" fillcolour="none" height="60" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="4433" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="none" /> 0847 <classwidget usesdiagramfillcolour="0" width="180" showattsigs="601" usesdiagramusefillcolour="0" x="90" y="50" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="37" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="11118" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0848 <classwidget usesdiagramfillcolour="0" width="254" showattsigs="601" usesdiagramusefillcolour="0" x="570" y="230" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="37" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="11424" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0849 <classwidget usesdiagramfillcolour="0" width="242" showattsigs="601" usesdiagramusefillcolour="0" x="580" y="460" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="37" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="11718" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0850 <classwidget usesdiagramfillcolour="0" width="253" showattsigs="601" usesdiagramusefillcolour="0" x="70" y="460" showopsigs="601" linewidth="none" fillcolour="#ffffc0" height="37" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="11731" showoperations="1" showpackage="0" showscope="1" font="Tahoma,8,-1,5,75,0,0,0,0,0" linecolor="#ff0000" /> 0851 </widgets> 0852 <messages/> 0853 <associations> 0854 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="4433" widgetaid="11118" xmi.id="11289" linecolor="none" > 0855 <linepath> 0856 <startpoint startx="180" starty="87" /> 0857 <endpoint endx="180" endy="220" /> 0858 </linepath> 0859 </assocwidget> 0860 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="4433" widgetaid="11424" xmi.id="11607" linecolor="none" > 0861 <linepath> 0862 <startpoint startx="570" starty="250" /> 0863 <endpoint endx="283" endy="250" /> 0864 </linepath> 0865 </assocwidget> 0866 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="11424" widgetaid="11718" xmi.id="12151" linecolor="none" > 0867 <linepath> 0868 <startpoint startx="700" starty="460" /> 0869 <endpoint endx="700" endy="267" /> 0870 </linepath> 0871 </assocwidget> 0872 <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="11731" widgetaid="11718" xmi.id="12178" linecolor="none" > 0873 <linepath> 0874 <startpoint startx="580" starty="480" /> 0875 <endpoint endx="323" endy="480" /> 0876 </linepath> 0877 </assocwidget> 0878 </associations> 0879 </diagram> 0880 </diagrams> 0881 <listview> 0882 <listitem open="1" type="800" label="Views" > 0883 <listitem open="1" type="801" label="Logical View" > 0884 <listitem open="0" type="803" id="5476" label="Existing Marble classes" > 0885 <listitem open="0" type="813" id="5007" /> 0886 <listitem open="0" type="813" id="15" > 0887 <listitem open="0" type="814" id="142" /> 0888 <listitem open="0" type="814" id="155" /> 0889 <listitem open="0" type="814" id="160" /> 0890 <listitem open="0" type="814" id="174" /> 0891 <listitem open="0" type="814" id="183" /> 0892 <listitem open="0" type="814" id="192" /> 0893 <listitem open="0" type="814" id="209" /> 0894 <listitem open="0" type="814" id="214" /> 0895 <listitem open="0" type="814" id="229" /> 0896 <listitem open="0" type="814" id="234" /> 0897 <listitem open="0" type="815" id="102" /> 0898 <listitem open="0" type="815" id="111" /> 0899 <listitem open="0" type="815" id="126" /> 0900 <listitem open="0" type="815" id="197" /> 0901 <listitem open="0" type="815" id="204" /> 0902 <listitem open="0" type="815" id="243" /> 0903 <listitem open="0" type="815" id="272" /> 0904 </listitem> 0905 <listitem open="0" type="813" id="44" /> 0906 <listitem open="0" type="813" id="16" > 0907 <listitem open="0" type="815" id="18" /> 0908 <listitem open="0" type="815" id="21" /> 0909 <listitem open="0" type="815" id="27" /> 0910 </listitem> 0911 <listitem open="0" type="813" id="17" > 0912 <listitem open="0" type="815" id="33" /> 0913 <listitem open="0" type="815" id="64" /> 0914 <listitem open="0" type="815" id="73" /> 0915 </listitem> 0916 </listitem> 0917 <listitem open="1" type="803" id="5454" label="KML objects" > 0918 <listitem open="0" type="813" id="543" > 0919 <listitem open="0" type="814" id="552" /> 0920 </listitem> 0921 <listitem open="0" type="813" id="2106" > 0922 <listitem open="0" type="814" id="2948" /> 0923 </listitem> 0924 <listitem open="0" type="813" id="14" > 0925 <listitem open="0" type="814" id="9673" /> 0926 <listitem open="0" type="814" id="9765" /> 0927 <listitem open="0" type="815" id="3829" /> 0928 <listitem open="0" type="815" id="9856" /> 0929 <listitem open="0" type="815" id="9945" /> 0930 </listitem> 0931 <listitem open="0" type="813" id="2177" > 0932 <listitem open="0" type="814" id="3299" /> 0933 <listitem open="0" type="814" id="3304" /> 0934 <listitem open="0" type="814" id="3309" /> 0935 <listitem open="0" type="814" id="3314" /> 0936 <listitem open="0" type="814" id="7133" /> 0937 </listitem> 0938 <listitem open="0" type="813" id="1491" /> 0939 <listitem open="0" type="813" id="515" > 0940 <listitem open="0" type="814" id="664" /> 0941 </listitem> 0942 <listitem open="0" type="813" id="441" /> 0943 <listitem open="0" type="813" id="1705" > 0944 <listitem open="0" type="814" id="1833" /> 0945 <listitem open="0" type="814" id="1838" /> 0946 <listitem open="0" type="814" id="1843" /> 0947 <listitem open="0" type="814" id="1848" /> 0948 <listitem open="0" type="814" id="1854" /> 0949 <listitem open="0" type="814" id="1859" /> 0950 <listitem open="0" type="814" id="1864" /> 0951 </listitem> 0952 <listitem open="0" type="813" id="1650" > 0953 <listitem open="0" type="814" id="1668" /> 0954 <listitem open="0" type="814" id="1674" /> 0955 <listitem open="0" type="814" id="1679" /> 0956 <listitem open="0" type="814" id="1684" /> 0957 </listitem> 0958 <listitem open="0" type="813" id="2045" > 0959 <listitem open="0" type="814" id="3251" /> 0960 <listitem open="0" type="814" id="3260" /> 0961 </listitem> 0962 <listitem open="0" type="813" id="333" > 0963 <listitem open="0" type="814" id="5006" /> 0964 <listitem open="0" type="815" id="6039" /> 0965 <listitem open="0" type="815" id="6604" /> 0966 <listitem open="0" type="815" id="6457" /> 0967 </listitem> 0968 <listitem open="0" type="813" id="1575" > 0969 <listitem open="0" type="814" id="1897" /> 0970 <listitem open="0" type="814" id="1907" /> 0971 </listitem> 0972 <listitem open="0" type="813" id="426" > 0973 <listitem open="0" type="814" id="723" /> 0974 <listitem open="0" type="814" id="736" /> 0975 </listitem> 0976 <listitem open="0" type="813" id="2837" > 0977 <listitem open="0" type="814" id="9083" /> 0978 </listitem> 0979 </listitem> 0980 <listitem open="1" type="803" id="5467" label="Parsing related classes" > 0981 <listitem open="0" type="813" id="11424" > 0982 <listitem open="0" type="815" id="11557" /> 0983 </listitem> 0984 <listitem open="0" type="813" id="4882" > 0985 <listitem open="0" type="815" id="5072" /> 0986 </listitem> 0987 <listitem open="0" type="813" id="3792" > 0988 <listitem open="0" type="815" id="3859" /> 0989 </listitem> 0990 <listitem open="0" type="813" id="3978" > 0991 <listitem open="0" type="815" id="5095" /> 0992 </listitem> 0993 <listitem open="0" type="813" id="11718" > 0994 <listitem open="0" type="815" id="11769" /> 0995 </listitem> 0996 <listitem open="0" type="813" id="11731" > 0997 <listitem open="0" type="815" id="11819" /> 0998 </listitem> 0999 <listitem open="0" type="813" id="4433" > 1000 <listitem open="0" type="814" id="4657" /> 1001 <listitem open="0" type="814" id="5373" /> 1002 <listitem open="0" type="815" id="4972" /> 1003 </listitem> 1004 <listitem open="0" type="813" id="4741" > 1005 <listitem open="0" type="814" id="4762" /> 1006 <listitem open="0" type="815" id="4950" /> 1007 </listitem> 1008 <listitem open="0" type="813" id="4624" > 1009 <listitem open="0" type="814" id="5054" /> 1010 <listitem open="0" type="814" id="5059" /> 1011 <listitem open="0" type="815" id="5028" /> 1012 </listitem> 1013 <listitem open="0" type="813" id="11118" > 1014 <listitem open="0" type="815" id="11191" /> 1015 </listitem> 1016 </listitem> 1017 <listitem open="0" type="803" id="5499" label="Qt classes" > 1018 <listitem open="0" type="813" id="161" /> 1019 <listitem open="0" type="813" id="65" /> 1020 <listitem open="0" type="813" id="3830" /> 1021 <listitem open="0" type="813" id="665" /> 1022 <listitem open="0" type="813" id="34" /> 1023 <listitem open="0" type="813" id="253" /> 1024 <listitem open="0" type="813" id="74" /> 1025 <listitem open="0" type="813" id="263" /> 1026 <listitem open="0" type="813" id="19" /> 1027 <listitem open="1" type="813" id="6486" /> 1028 <listitem open="0" type="813" id="4006" /> 1029 </listitem> 1030 <listitem open="0" type="813" id="7807" > 1031 <listitem open="0" type="815" id="7995" /> 1032 <listitem open="0" type="815" id="8004" /> 1033 <listitem open="0" type="815" id="8247" /> 1034 <listitem open="0" type="815" id="8442" /> 1035 <listitem open="0" type="815" id="8452" /> 1036 </listitem> 1037 <listitem open="1" type="813" id="5698" /> 1038 <listitem open="1" type="813" id="7790" /> 1039 <listitem open="1" type="813" id="7832" /> 1040 <listitem open="0" type="813" id="6145" > 1041 <listitem open="0" type="815" id="6167" /> 1042 <listitem open="0" type="815" id="6297" /> 1043 </listitem> 1044 <listitem open="1" type="813" id="7841" /> 1045 <listitem open="1" type="813" id="9212" /> 1046 <listitem open="0" type="813" id="5684" > 1047 <listitem open="0" type="815" id="5697" /> 1048 </listitem> 1049 <listitem open="1" type="813" id="8061" /> 1050 <listitem open="1" type="813" id="7559" /> 1051 <listitem open="1" type="813" id="9674" /> 1052 <listitem open="1" type="813" id="6810" /> 1053 <listitem open="0" type="813" id="1081" > 1054 <listitem open="0" type="815" id="1099" /> 1055 <listitem open="0" type="815" id="1111" /> 1056 <listitem open="0" type="815" id="1170" /> 1057 </listitem> 1058 <listitem open="0" type="817" id="7535" > 1059 <listitem open="0" type="815" id="7558" /> 1060 <listitem open="0" type="815" id="7585" /> 1061 </listitem> 1062 <listitem open="0" type="830" label="Datatypes" > 1063 <listitem open="1" type="829" id="22" /> 1064 <listitem open="1" type="829" id="5" /> 1065 <listitem open="1" type="829" id="4" /> 1066 <listitem open="1" type="829" id="7" /> 1067 <listitem open="1" type="829" id="6" /> 1068 <listitem open="1" type="829" id="2" /> 1069 <listitem open="1" type="829" id="9" /> 1070 <listitem open="1" type="829" id="8" /> 1071 <listitem open="1" type="829" id="13" /> 1072 <listitem open="1" type="829" id="10" /> 1073 <listitem open="1" type="829" id="12" /> 1074 <listitem open="1" type="829" id="11" /> 1075 </listitem> 1076 </listitem> 1077 <listitem open="1" type="802" label="Use Case View" /> 1078 <listitem open="1" type="821" label="Component View" /> 1079 <listitem open="1" type="827" label="Deployment View" /> 1080 <listitem open="1" type="836" label="Entity Relationship Model" /> 1081 </listitem> 1082 </listview> 1083 <codegeneration> 1084 <codegenerator language="C++" /> 1085 </codegeneration> 1086 </XMI.extensions> 1087 </XMI>