com.supermap.services.providers
Class AggregationMapProviderSetting
- java.lang.Object
-
- com.supermap.services.components.spi.MapProviderSetting
-
- com.supermap.services.providers.AggregationMapProviderSetting
-
- All Implemented Interfaces:
- java.io.Serializable
public class AggregationMapProviderSetting extends MapProviderSetting implements java.io.Serializable
Aggregate the map service provider to set the class.
Provides settings for aggregated map service provider information.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description booleancacheEnabledWhether to use caching.java.lang.String[]mapNamesMap name.java.util.List<ServiceInfo>serviceInfosThe information list of service endpoint.java.lang.StringtargetNameThe name of the map after the aggregation.-
Fields inherited from class com.supermap.services.components.spi.MapProviderSetting
dataPrjCoordSysType, watermark
-
-
Constructor Summary
Constructors Constructor and Description AggregationMapProviderSetting()
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)To determine whether the two objects are equal.inthashCode()Gets the hash value of the object instance-
Methods inherited from class com.supermap.services.components.spi.MapProviderSetting
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
-
-
-
-
Field Detail
-
serviceInfos
public java.util.List<ServiceInfo> serviceInfos
The information list of service endpoint.
-
mapNames
public java.lang.String[] mapNames
Map name.
-
targetName
public java.lang.String targetName
The name of the map after the aggregation.
-
cacheEnabled
public boolean cacheEnabled
Whether to use caching.- Since:
- 8.0.0
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
To determine whether the two objects are equal.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the object to be compared.- Returns:
- a value indicating whether the two objects are equal, true that the two objects are equal.
-
hashCode
public int hashCode()
Gets the hash value of the object instance- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash value
-
-