public class ProximityAnalystResult
extends java.lang.Object
implements java.io.Serializable
The proximity analysis result class.
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
datasetName
The name of the result dataset Represents result data set together with
datasourceName. |
java.lang.String |
datasourceName
The data source name of the result data set.
|
Geometry[] |
regions
Analyst result surface object array.
|
| Constructor and Description |
|---|
ProximityAnalystResult() |
ProximityAnalystResult(ProximityAnalystResult proximityAnalystResult)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares whether the specified object equals to the current
ProximityAnalystResult object. |
int |
hashCode()
Get hash code value of current proximity analysis parameter object
|
public java.lang.String datasourceName
datasetName. Valid when AbstractProximityAnalystParameter.createResultDataset is truepublic java.lang.String datasetName
datasourceName. Valid when AbstractProximityAnalystParameter.createResultDataset is truepublic Geometry[] regions
AbstractProximityAnalystParameter#createResultRegion is truepublic ProximityAnalystResult()
public ProximityAnalystResult(ProximityAnalystResult proximityAnalystResult)
The Constructor.
proximityAnalystResult - The proximity analysis result object.public boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current ProximityAnalystResult object.
equals in class java.lang.Objectobj - the object to compare with the current ProximityAnalystResult object.public int hashCode()
Get hash code value of current proximity analysis parameter object
hashCode in class java.lang.Object