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.
Modifier and Type | Field and Description |
---|---|
boolean |
cacheEnabled
Whether to use caching.
|
java.lang.String[] |
mapNames
Map name.
|
java.util.List<ServiceInfo> |
serviceInfos
The information list of service endpoint.
|
java.lang.String |
targetName
The name of the map after the aggregation.
|
dataPrjCoordSysType, watermark
Constructor and Description |
---|
AggregationMapProviderSetting() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
To determine whether the two objects are equal.
|
int |
hashCode()
Gets the hash value of the object instance
|
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
public java.util.List<ServiceInfo> serviceInfos
The information list of service endpoint.
public java.lang.String[] mapNames
Map name.
public java.lang.String targetName
The name of the map after the aggregation.
public boolean cacheEnabled
public boolean equals(java.lang.Object obj)
To determine whether the two objects are equal.
equals
in class java.lang.Object
obj
- the object to be compared.public int hashCode()
hashCode
in class java.lang.Object