<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Skyline Software Forums</title>
  <link>http://forum.skylinesoft.com/</link>
  <description>This is an XML content feed of; Skyline Software Forums : Last 10 Posts</description>
  <pubDate>Fri, 10 Sep 2010 17:53:45 +0000</pubDate>
  <lastBuildDate>Fri, 10 Sep 2010 09:53:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.63</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.skylinesoft.com/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>Skyline Software Forums</title>
   <url>http://forum.skylinesoft.com/SK_Logo_web.gif</url>
   <link>http://forum.skylinesoft.com/</link>
  </image>
  <item>
   <title>TerraGate and Streaming Feature Server  : UPP(Unit Per Pixel) value</title>
   <link>http://forum.skylinesoft.com/forum_posts.asp?TID=579&amp;PID=1589#1589</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.skylinesoft.com/member_profile.asp?PF=1755" rel="nofollow">anshika</a><br /><strong>Subject:</strong> UPP(Unit Per Pixel) value<br /><strong>Posted:</strong> September 10 2010 at 9:53am<br /><br />In our tbp file we are defining the max visibility of each layer (mpt) to some value.<div>Based on the zoom-in to the 3d globe the layers are visible.</div><div><br></div><div><font ="Apple-style-span" color="#990000">How to get this information that which layer(s) is/are visible at a time?</font></div><div><br></div><div>Based on the altitude (position co-ordinate height) I tried to identify which raster layer it is . But a layer is visible at different heights for different places.</div><div><br></div><div>Is there any way to get Unit per Pixel value at any point on terrain at a given time? as UPP value is different for different mpt, it may be used to identify the layer visibility.&nbsp;</div><div><br></div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 10 Sep 2010 09:53:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.skylinesoft.com/forum_posts.asp?TID=579&amp;PID=1589#1589</guid>
  </item> 
  <item>
   <title>Using SkylineGlobe : CreateImageryLayer License Required!</title>
   <link>http://forum.skylinesoft.com/forum_posts.asp?TID=578&amp;PID=1588#1588</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.skylinesoft.com/member_profile.asp?PF=1860" rel="nofollow">cehui0303</a><br /><strong>Subject:</strong> CreateImageryLayer License Required!<br /><strong>Posted:</strong> September 08 2010 at 1:08pm<br /><br />Dear God:<DIV>&nbsp;&nbsp;&nbsp;&nbsp; I was very frustrated that my web application was run very well in server side,but when i view it in the client side, it always report that "License Required". </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; I found the following code leads to the error:</DIV><DIV>&nbsp;</DIV><DIV>var url = skRootURL + '/cloud/201009071100.png';<BR>&nbsp;&nbsp;&nbsp; var x1 = 91.848860;<BR>&nbsp;&nbsp;&nbsp; var y1 = 38.768197;<BR>&nbsp;&nbsp;&nbsp; var x2 = 151.323338;<BR>&nbsp;&nbsp;&nbsp; var y2 = 1.838574;</DIV><DIV>&nbsp;&nbsp;&nbsp; try {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var obj = globe.creator.createImageryLayer(url, x1, y1, x2, y2);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (obj == null) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alert(globe.lastError.description);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // alert('add OK!');<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; catch (e) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alert(e.message);<BR>&nbsp;&nbsp;&nbsp; }</DIV><DIV>&nbsp;</DIV><DIV>it runs very well in server side ,but how does the user to view the same result?</DIV>]]>
   </description>
   <pubDate>Wed, 08 Sep 2010 13:08:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.skylinesoft.com/forum_posts.asp?TID=578&amp;PID=1588#1588</guid>
  </item> 
  <item>
   <title>TerraExplorer Pro  : Cannot find correct object</title>
   <link>http://forum.skylinesoft.com/forum_posts.asp?TID=577&amp;PID=1587#1587</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.skylinesoft.com/member_profile.asp?PF=1857" rel="nofollow">xhb</a><br /><strong>Subject:</strong> Cannot find correct object<br /><strong>Posted:</strong> September 07 2010 at 6:02am<br /><br /><P>Hi&#65292;I am developing a software named skylineTest based on Terra Explorer </P><P>Viewer. In my fly file, there is a model.shp file. In my software, I want to </P><P>click text annotation value from model.shp,s name field, and software will </P><P>show a form which display related information about current model. <BR>Because my model file&nbsp; is updated sometimes, I refresh and save the model </P><P>layer in fly file in Terra Explorer pro. But when i run skylineTest, </P><P>Clicking model,s annotion text can not always make info form showing! After </P><P>debuging it, I found that skylineTest could not find the right object </P><P>sometimes!</P><P>code like this:<BR>...<BR>1 :ITerraExplorerObject5 pTeObj= ObjectManager.GetObject(ObjectId)</P><P>2 :if (pTeObj.ObjectType==ObjectTypeCode.OT_Label )<BR>{<BR>...<BR>// here ,I want to get the label text ,then shou info form<BR>}</P><P>In line 2, I found that sometimes its type is not a label, it is a polyline </P><P>etc. I think it is because I refresh layer in Terra Explorer pro, each </P><P>object,s id has changed, but skylineTest has some cache data, in which the </P><P>oject,s id still is old. I deleted some shv file and file without extension, but problem&nbsp; still come out. Is there any other cashe data? What should I do?</P><P>In additon, when I run skylineTest with Terra Explorer pro lisence and refresh the layer, it,s ok!</P><P>Give me some advices,thank you!</P>]]>
   </description>
   <pubDate>Tue, 07 Sep 2010 06:02:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.skylinesoft.com/forum_posts.asp?TID=577&amp;PID=1587#1587</guid>
  </item> 
  <item>
   <title>TerraExplorer Pro for Developers : WFS The longitude  and latitude reverse</title>
   <link>http://forum.skylinesoft.com/forum_posts.asp?TID=572&amp;PID=1585#1585</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.skylinesoft.com/member_profile.asp?PF=5" rel="nofollow">Eylon</a><br /><strong>Subject:</strong> WFS The longitude  and latitude reverse<br /><strong>Posted:</strong> September 04 2010 at 3:32am<br /><br /><P>A parameter to set this using the XML will be provided in the next version (v6)</P>]]>
   </description>
   <pubDate>Sat, 04 Sep 2010 03:32:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.skylinesoft.com/forum_posts.asp?TID=572&amp;PID=1585#1585</guid>
  </item> 
  <item>
   <title>TerraExplorer Pro for Developers : about the Measurements</title>
   <link>http://forum.skylinesoft.com/forum_posts.asp?TID=576&amp;PID=1584#1584</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.skylinesoft.com/member_profile.asp?PF=1616" rel="nofollow">gis99</a><br /><strong>Subject:</strong> about the Measurements<br /><strong>Posted:</strong> September 02 2010 at 5:54pm<br /><br />hi&#65292;manager&#12290;<DIV>&nbsp;&nbsp; Recently&#65292;I would like to measure their own custom message&#12290;but&#65292;Once in a while&#65292;the Rectangular box on the 3dwindow will Appearance&#12290;I found&#65292;if&nbsp; create&nbsp;a label&#65292;&nbsp;set Edit Mode is EDIT_ITEM_VERTICES = 2&nbsp; or EDIT_ITEM &#65292;then i use&nbsp; the measure&nbsp;tools &#65292;the &nbsp;Rectangular&nbsp; will Appearance on the 3dwindow&#12290; I do not want the &nbsp;Rectangular&nbsp;&nbsp; Appearance &#12290; how can i Solve this problem&#12290;&#12290;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 02 Sep 2010 17:54:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.skylinesoft.com/forum_posts.asp?TID=576&amp;PID=1584#1584</guid>
  </item> 
  <item>
   <title>TerraExplorer Pro for Developers : Map navigation tool</title>
   <link>http://forum.skylinesoft.com/forum_posts.asp?TID=575&amp;PID=1583#1583</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.skylinesoft.com/member_profile.asp?PF=1855" rel="nofollow">Zakhar</a><br /><strong>Subject:</strong> Map navigation tool<br /><strong>Posted:</strong> September 01 2010 at 8:04am<br /><br />Hello. Is there a way to get a "map navigation tool" control (like tool in upper-right corner of 3d window: <img src="http://www.nedashkovskiy.ru/publicimages/tool.jpg" height="102" width="121" border="0" /> ) for .net?]]>
   </description>
   <pubDate>Wed, 01 Sep 2010 08:04:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.skylinesoft.com/forum_posts.asp?TID=575&amp;PID=1583#1583</guid>
  </item> 
  <item>
   <title>TerraExplorer Pro for Developers : How to Query Layer Which in Streaming Mode</title>
   <link>http://forum.skylinesoft.com/forum_posts.asp?TID=574&amp;PID=1582#1582</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.skylinesoft.com/member_profile.asp?PF=1854" rel="nofollow">bingv150</a><br /><strong>Subject:</strong> How to Query Layer Which in Streaming Mode<br /><strong>Posted:</strong> August 31 2010 at 5:46am<br /><br />Hello , i have a Layer Which in Streaming Mode ,and i 'am wondering how to get the ClientData of the object &nbsp;in the Layer in my own program, just as the" Information Query" in the&nbsp;TerraExplorer pro&nbsp;,&nbsp;Thanks...]]>
   </description>
   <pubDate>Tue, 31 Aug 2010 05:46:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.skylinesoft.com/forum_posts.asp?TID=574&amp;PID=1582#1582</guid>
  </item> 
  <item>
   <title>TerraExplorer Pro for Developers : WFS the longitude and latitude inverse</title>
   <link>http://forum.skylinesoft.com/forum_posts.asp?TID=573&amp;PID=1581#1581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.skylinesoft.com/member_profile.asp?PF=1854" rel="nofollow">bingv150</a><br /><strong>Subject:</strong> WFS the longitude and latitude inverse<br /><strong>Posted:</strong> August 31 2010 at 5:38am<br /><br />Thanks&nbsp; <img src="http://forum.skylinesoft.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" />]]>
   </description>
   <pubDate>Tue, 31 Aug 2010 05:38:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.skylinesoft.com/forum_posts.asp?TID=573&amp;PID=1581#1581</guid>
  </item> 
  <item>
   <title>TerraExplorer Pro for Developers : WFS the longitude and latitude inverse</title>
   <link>http://forum.skylinesoft.com/forum_posts.asp?TID=573&amp;PID=1580#1580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.skylinesoft.com/member_profile.asp?PF=5" rel="nofollow">Eylon</a><br /><strong>Subject:</strong> WFS the longitude and latitude inverse<br /><strong>Posted:</strong> August 31 2010 at 5:09am<br /><br />This will probably be added in V6 API, in a similar way to what already exiists in today's GUI,]]>
   </description>
   <pubDate>Tue, 31 Aug 2010 05:09:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.skylinesoft.com/forum_posts.asp?TID=573&amp;PID=1580#1580</guid>
  </item> 
  <item>
   <title>TerraExplorer Pro for Developers : WFS the longitude and latitude inverse</title>
   <link>http://forum.skylinesoft.com/forum_posts.asp?TID=573&amp;PID=1579#1579</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.skylinesoft.com/member_profile.asp?PF=1854" rel="nofollow">bingv150</a><br /><strong>Subject:</strong> WFS the longitude and latitude inverse<br /><strong>Posted:</strong> August 30 2010 at 12:54pm<br /><br /><P>I have load a FeatureLayer from the ArcGIS Server using WFS Services by TerraExplorer Pro,and the longitude and latitude is right ,but when i load a FeatureLayer from My own program ,it inverse,the longitude become the latitude and the latitude become the longitude, as the Code</P><DIV></DIV><DIV></DIV>string strAttributeField = "FID,Shape,PLTYPE,EXPNO1,";<DIV>&nbsp;</DIV><DIV>string strXML = "&lt;PlugData&gt;&lt;LayerName&gt;" + "Data:" + LineName + "&lt;/LayerName&gt;&lt;PlugType&gt;wfs&lt;/PlugType&gt;&lt;Server&gt;" + ClsControl.pWebAddress&#091;"Layer"&#093; + "&lt;/Server&gt;&lt;AttributesToLoad&gt;" + strAttributeField + "&lt;/AttributesToLoad &gt;&lt;/PlugData&gt;";</DIV><DIV>&nbsp;</DIV><DIV>pLayerLine = ClsControl.pInformationTree5.CreateLayer(checkedLayerListBox1.Items<em>.ToString()+"temp", strXML, 0);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</DIV><DIV>&nbsp;pLayerLine.Load();</DIV><DIV>&nbsp;</DIV><DIV>IS there need any parameters in the xml?&nbsp; Thanks very much</DIV>]]>
   </description>
   <pubDate>Mon, 30 Aug 2010 12:54:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.skylinesoft.com/forum_posts.asp?TID=573&amp;PID=1579#1579</guid>
  </item> 
 </channel>
</rss>