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: After created SceneControl, set the properties will lead to system crash?

    Please move the code for SceneControl and Scene to the windowOpened method of JFrame, or the code after it. The handle of the JFrame window can be get only after it is displayed, and the operations of SceneControl and Scene need this handle.

    09 Dec,2019 Java 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.

    09 Dec,2019 Java 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.

    09 Dec,2019 Java iObjects
  • Q: Sometimes it fails when set the MapControl.Action to Create**?

    If you want to draw temporary object, please set the TrackMode attribute in MapControl first.

    09 Dec,2019 Java iObjects
  • Q: The UI program in Objects Java crashes when using SDB data, but it can work with other data engines.

    Please check whether it is started like thispublic static void main(String[] args) {SwingUtilities.invokeLater(new Runnable() {public void run() {// The classes and methods to implement}} );}

    09 Dec,2019 Java iObjects
  • Q: Why the size of the same symbol marker, or line width, shows different sizes in the Deskpro and Objects Java?

    Objects Java use millimeter as unit, while Deskpro takes the unit of 0.1 millimeter.

    09 Dec,2019 Java 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.

    09 Dec,2019 Java 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 ".

    09 Dec,2019 Java iObjects
  • 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.

    09 Dec,2019 Java iObjects
  • Q: How to perform avoid function when the Label map and the Graph map are displayed simultaneously?

    By default, the isTextOrientationFixed() method of Map class returns 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 setTextOverlapAvoided(boolean value) method is set to false, the overlapped texts can be displayed.

    09 Dec,2019 Java iObjects
  • Q: Yes, it needs to be. You can first close map or MapControl, and then close the Workspace.

    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.

    09 Dec,2019 Java iObjects
  • Q: Should the Workspace and Map be closed before exiting the program?

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

    09 Dec,2019 Java iObjects
  • Q: Whether should the map be connected with Workspace before displaying data?

    Yes, it has to be connected with Workspace using the method of setWorkspace(Workspace) before using MapControl to display data.

    09 Dec,2019 Java iObjects
  • Q: When should the Recordset be released?

    When the Recordset is a part object in a function and it's no longer used, you have to call the method of Dispose to release it.

    09 Dec,2019 Java iObjects
  • Q: Running or execute dd libSuBase3D.so, pops errors?**libstdc++.so.6: 'GLIBCXX_3.4.9' not found.

    Put libstdc++.so.6 from suppourt folder into Bin floder

    09 Dec,2019 Java iObjects
  • Q: Running iObjects Java on Linux 64 bit, if it throws the following information?

    Current system lacks of libpng12 library, please install corresponding libpng 12 library to solve this problem. You can install the library with installation disc or /support/ rmp to install. Suse system installs by yum install libpng12-0-1.2.44-7.1.x86_64.rpm, Redhat or CentOS installs by yum install libpng-1.2.10-17.el5_8.x86_64.rpm. Other Linux systems are similiar

    09 Dec,2019 Java iObjects
  • Q: The install directory can not include bracket, otherwise the program will not read data successfully.

    Delete same content in the registry, search the product name (SuperMap Object Java 6R, for example) in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Unintall and delete the key values.

    09 Dec,2019 Java iObjects
  • Q: What do I need to pay attention to when install SuperMap Objects Java on 64 bit Windows system?

    The install directory can not include bracket, otherwise the program will not read data successfully.

    09 Dec,2019 Java iObjects
  • Q: What is the specified route of the relative path in the Supermap.xml file?

    The relative path in the Supermap.xml file means the relative path to the folder which contains the executable file.

    09 Dec,2019 Java iObjects
  • Q: What requirements does the License Manager has in the Windows Vista or Windows 7 system?

    Please note that if your operating system is Windows Vista or Windows 7, you need to run SuperMap License Manager as administrator or turn off UAC before license configuration.

    09 Dec,2019 Java iObjects
<<<23456>>>

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