SuperMap logo
  • Products

    What is GIS

    About SuperMap GIS

    Key Technologies

    • AI GIS
    • Big Data GIS
    • 3D GIS
    • Distributed GIS
    • Cross Platform GIS

    SuperMap GIS 11i(2022) New!!

    • Cloud GIS Server
    • Edge GIS Server
    • Terminal GIS SDK for Components
    • Terminal GIS for Desktop
    • Terminal GIS SDK for Web
    • Terminal GIS for Mobile
    • Online GIS Platform

    Previous Versions

    • SuperMap GIS 10i(2021)
    • SuperMap GIS 10i(2020)
    • SuperMap GIS 10i
    • SuperMap GIS 9D(2019)
  • Solutions

    Smart City

    Natural Resource

    Land Management

    Facility Management

    Public Safety

    Natural Disasters

    Transportation

    Water Conservancy

    BIM+GIS

  • Support
    • Download & Online Help
    • Online Demonstration
    • Articles
    • FAQ
    • Demo Code
    • Technical Docs
    • Training Files
    • Videos
    • Trial License
  • About
    • lntroduction
    • News
    • Magazines
    • Events
    • Careers
    • Contacts
    • Suggestions
 
  • English
  • 中文
  • Español
  • Français
  • ภาษาไทย
  • русский
  • Türkçe
  • Português
  • 日本語
  • 한국어
  • Indonesian
  • عربي
FAQ

FAQ

  • Home
  • Support
  • FAQ

FAQ

  • iServer
  • iPortal
  • iObjects
  • iMobile
  • iDesktop
  • iClient3D
  • iClient
  • Q: What problems should draw our attention when using PostgreSQL database?

    You have to install PostgreSQL Client Server before using the PostgreSQL database; and set the environment variable, if a firewall is installed on the server, you need to open the port of the monitor (the standard port is 5432).

    30 Sept,2019 NET iObjects
  • Q: What problems should draw our attention when using oracle database?

    You have to install Oracle Client Server before using the Oracle database; and you have to modify the maximum number of connection and cursor of server, when the connection number is large.

    30 Sept,2019 NET iObjects
  • Q: What should be noticed when using PostgreSQL database?

    In order to use PostgreSQL database, requires to install PostgreSQL client; requires to set the environmental elements of PostgreSQL; if there is a firewall in server, need to open the interface of monitor system (standard interface is 5432).

    30 Sept,2019 NET iObjects
  • Q: Why is it invalid when setting the A (Alpha) value in RGBA?

    The Alpha setting is from 8C version. To compatible with map data used before 8C, when set the Alpha as 0, the system will change to 255 bu default.

    30 Sept,2019 NET iObjects
  • Q: Making the PDF format as layout printing output, without label?

    Please change other PDF virtual printers.

    30 Sept,2019 NET iObjects
  • Q: Why the exception of no license is thrown in SP2 version, while in SP1 version there is no such case.

    The problem is caused for the difference of the License Configuration Tool version. If the operation system are is Win7(32bit or 64bit),Vista(64bit),Windows server 2008(32bit or 64bit) or Windows server 2003(64bit), the problem is liked to occured. The resolution is to download the newest version of License Configuration Tool and reconfigure it.

    30 Sept,2019 NET iObjects
  • Q: Some info are lost when browsing and querying the properties of UDB data in Chinese?

    The version before SP2 has some programs in supported Chinese characters. SP2 has improved the supporting.

    30 Sept,2019 NET iObjects
  • Q: When using SuperMap iObjects .NET 7C in Microsoft Visual Studio 2010, there may be errors when compiling or running, why?

    You can solve this problem by the following steps:In the Application page of the program attribute, change the Target Framework to .NET Framework 4 (the default value is .NET Framework 4 Client Profile).Modify app.config, add the following content in startup:useLegacyV2RuntimeActivationPolicy = "true"useLegacyV2RuntimeActivationPolicy = "true"The problem is solved.

    30 Sept,2019 NET iObjects
  • Q: Why sometimes an exception is thrown when some methods is used?

    An exception will be thrown for the stability of the software. Usually it is caused by the program of operating environment. If encountered with this program, the user could catch the exception and resolve it by reviewing the type of the exception.

    30 Sept,2019 NET iObjects
  • Q: Why the spherical surface exist a large white region in the scene?

    The current computer configuration is related. Please check up whether to set the hardware acceleration to the full station or not.Steps to open the hardware acceleration: Select the blank of the desktop, then right-click to select the “Properties” item, select the “settings”, click the “Advanced” button, choose the “Troubleshoot” to check up the station of hardware acceleration.

    30 Sept,2019 NET iObjects
  • Q: Dispose the Geometry object before the AddNew() and Update() method in Recordset object, then update the recordset, users can still visit illegal contents?

    Please dispose after update(), with the following codes:recordset.AddNew(region);recordset.Update();region.Dispose();

    30 Sept,2019 NET iObjects
  • Q: The setting of the fill fore color in the selection is unsuccessful, and display its own color, only the sideline is displayed highlight by the setting?

    >Please check the ID of the filling marker in the Style of the selection. 1 means no filling, 0 means filling.

    30 Sept,2019 NET iObjects
  • Q: Why the effect is different from the effect of transferring the ViewEntire method When we output or display the map?

    Please check that whether you change the ImageSize property value of map or the size of the mapcontrol after transferring the ViewEntire method. If you need viewentire the map after change the size ,you should transfer the ViewEntire method again.

    30 Sept,2019 NET iObjects
  • Q: Sometimes it fails when set the MapControl.Action to Create**?

    If you want to draw temporary object, please transfer the TrackMode method in MapControl first.

    30 Sept,2019 NET iObjects
  • Q: Why the 3D thematic map didn't display after adding the 3D thematic map newly made to the scene?

    When you use the data from the SDB datasource for making the 3D thematic map, you must call the method, Layer3DDataset.UpdateData() of this thematic map layer after adding it to the scene; otherwise the thematic map layer cannot display.

    30 Sept,2019 NET iObjects
  • Q: Why the field expression used for making the unique map cannot be relational expression such as "SmID>100" when the dataset for making the unique map is in the datasource whose engine type is oracle, SQL or DB2?

    When you use the dataset in the datasource whose engine type is Oracle, SQL or DB2 to make the unique map, if you use the relational expression such as "SmID>100" as the field expression, the operation will fail and return null. Therefore the field expression should be the field name or the arithmetic expression such as "SmID" and "SmID + 1 "

    30 Sept,2019
  • Q: Whether the DoMouseDown method of the MapControl class can be evoked or not when the MapControl object doesn't display?

    When the MapControl object doesn't display, you had better not evoke the methods which begin with Do such as DoMouseDown; otherwise it may crash.ds

    30 Sept,2019 NET iObjects
  • Q: How to perform avoid function when the Label map and the Graph map are displayed simultaneously?

    Be default, the IsTextOrientationFixed property of Map class is true, which indicates some texts are unable to be displayed on a map. When the Label map and Graph map are displayed simultaneously, or multi-layers exist in the same map, the display effect of the map depends on the sequence of layers added to the map. If the IsTextOverlapAvoided property is set to false, the overlapped texts can be displayed.

    30 Sept,2019 NET iObjects
  • Q: What is the difference between the map coordinate system and the screen coordinate system?

    A: The origin of the map coordinate system is at the left bottom, and the positive direction of X and Y is rightward and upward respectively. The origin of the screen coordinate system is at the top left, and the positive direction of X and Y is rightward and downward respectively.

    20 Sept,2019 NET iObjects
  • Q: Should the Workspace and Map be closed before exiting the programme?

    A: Yes, it needs to be. You can first close map or MapControl, and then close the Workspace.

    20 Sept,2019 NET iObjects
<<<45678>>>

SuperMap GIS

  • Cloud GIS Server
  • Edge GIS Server
  • Terminal GIS SDK for Components
  • Terminal GIS for Desktop
  • Terminal GIS SDK for Web
  • Terminal GIS for Mobile
  • Online GIS Platform

Support

  • Download & Online Help
  • Online Demonstration
  • Articles
  • FAQ
  • Demo Code
  • Technical Docs
  • Training Files
  • Videos
  • Trial License

Events

  • Invitation | The 5th International Workshop on GIS Technology and Application
  • Summary and Highlights of the 5th GIS Software Technology Conference
  • GIS Contest
  • Curtain falls on 2022 SuperMap Sales Kickoff Meeting

About

  • lntroduction
  • News
  • Magazines
  • Events
  • Careers
  • Contacts
  • Suggestions

Follow Us

  • LinkedIn
  • Facebook
  • Twitter
  • Instagram
  • YouTube
© 1997-2021 SuperMap Software Co., Ltd.
  • Sitemap
  • | Privacy