org.geotools.data.complex.xml
Class XmlResponse

Object
  extended by XmlResponse

public class XmlResponse
extends Object

The xml object returned for processing via a backend xmlDataStore.

Author:
Russell Petty (GeoScience Victoria)

Constructor Summary
XmlResponse(Document doc, List<Integer> validIndexedItems)
           
 
Method Summary
 Document getDoc()
           
 List<Integer> getValidFeatureIndex()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlResponse

public XmlResponse(Document doc,
                   List<Integer> validIndexedItems)
Method Detail

getDoc

public Document getDoc()

getValidFeatureIndex

public List<Integer> getValidFeatureIndex()


Copyright © 1996-2014 Geotools. All Rights Reserved.