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

java.lang.Object
  extended by com.esri.aims.mtier.model.map.layer.query.GeometryRecordset

public class GeometryRecordset
extends Object

Represents the Geometry of features in a Recordset.


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)