|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.na.NAResult
public abstract class NAResult
Abstract class containing the values common to all NA server tasks. This included all types of barriers as well as messages
Field Summary | |
---|---|
protected List<NAMessage> |
messages
|
protected FeatureSet |
pointBarriers
|
protected FeatureSet |
polygonBarriers
|
protected FeatureSet |
polylineBarriers
|
Constructor Summary | |
---|---|
NAResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
FeatureSet |
getBarriers()
Returns all barriers(point, polyline, and polygon) compiled into one FeatureSet. |
List<NAMessage> |
getMessages()
Gets the list of messages returned by the server |
FeatureSet |
getPointBarriers()
Gets only the point barriers used in the analysis |
FeatureSet |
getPolygonBarriers()
Gets only the polygon barriers used in the analysis |
FeatureSet |
getPolylineBarriers()
Gets only the polyline barriers used in the analysis |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FeatureSet pointBarriers
protected FeatureSet polylineBarriers
protected FeatureSet polygonBarriers
protected List<NAMessage> messages
Constructor Detail |
---|
public NAResult()
Method Detail |
---|
public FeatureSet getBarriers()
public FeatureSet getPointBarriers()
public FeatureSet getPolylineBarriers()
public FeatureSet getPolygonBarriers()
public List<NAMessage> getMessages()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |