com.supermap.services.components.spi

Class RealspaceProviderSetting

  • java.lang.Object
    • com.supermap.services.components.spi.RealspaceProviderSetting
  • Direct Known Subclasses:
    UGCRealspaceProviderSetting


    public class RealspaceProviderSetting
    extends java.lang.Object
    

    3D ervice provider configuration type.

    Used to set general information for 3D service providers.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Gets the configuration name.
      void setName(java.lang.String name)
      Sets the configuration name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RealspaceProviderSetting

        public RealspaceProviderSetting()
        

        The Constructor.

      • RealspaceProviderSetting

        public RealspaceProviderSetting(RealspaceProviderSetting setting)
        

        The Constructor.

        Parameters:
        setting -
    • Method Detail

      • getName

        public java.lang.String getName()
        

        Gets the configuration name.

        Returns:
        3D ervice provider configuration type.
      • setName

        public void setName(java.lang.String name)
        

        Sets the configuration name.

        Parameters:
        name - Name string.