com.esri.aims.mtier.model.map.layer.query
Class GeometryRecordset

java.lang.Object
  |
  +--com.esri.aims.mtier.model.map.layer.query.GeometryRecordset
All Implemented Interfaces:
Serializable

public class GeometryRecordset
extends Object
implements Serializable

Represents the Geometry of features in a Recordset.

See Also:
Serialized Form

Constructor Summary
GeometryRecordset()
           
 
Method Summary
 Vector getGeometry(ConnectionProxy connection, String arcXMLRequest, String arcXMLResponse)
          Returns a Vector collection of Points, Polygon, or Polyline objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryRecordset

public GeometryRecordset()
Method Detail

getGeometry

public Vector getGeometry(ConnectionProxy connection,
                          String arcXMLRequest,
                          String arcXMLResponse)
Returns a Vector collection of Points, Polygon, or Polyline objects. Example:
Vector _vectorGeometry = geometryRecordset.getGeometry(conn,arcReq,arcRes);

Parameters:
connection - ConnectionProxy Object
arcXMLRequest - ArcXML Request String value
arcXMLResponse - ArcXML Response String value
Returns:
Vector
See Also:
Map.getArcXML(), Map.sendArcXML(java.lang.String, int)