com.supermap.services.components
Class RealspaceConfig
- java.lang.Object
-
- com.supermap.services.components.RealspaceConfig
-
- All Implemented Interfaces:
- java.io.Serializable
public class RealspaceConfig extends java.lang.Object implements java.io.SerializableThe configuration information of the 3D service component.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RealspaceConfig()The Constructor.
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)java.lang.StringgetCacheCanReuse()inthashCode()Gets the hash value of the object instancevoidsetCacheCanReuse(java.lang.String cacheCanReuse)
-
-
-
Method Detail
-
getCacheCanReuse
public java.lang.String getCacheCanReuse()
-
setCacheCanReuse
public void setCacheCanReuse(java.lang.String cacheCanReuse)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public final int hashCode()
Gets the hash value of the object instance- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash value
-
-