Uses of Class
org.geotools.arcsde.session.SdeRow

Packages that use SdeRow
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.arcsde.session   
 

Uses of SdeRow in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data with parameters of type SdeRow
 long FIDReader.readFid(SdeRow row)
           
 long FIDReader.ShapeFidReader.readFid(SdeRow row)
           
 

Uses of SdeRow in org.geotools.arcsde.session
 

Methods in org.geotools.arcsde.session that return SdeRow
 SdeRow SessionWrapper.fetch(SeQuery query)
           
 SdeRow ISession.fetch(SeQuery query)
          Issues a command that fetches a row from an already executed SeQuery and returns the SdeRow object with its contents.
 SdeRow SessionWrapper.fetch(SeQuery query, SdeRow currentRow)
           
 SdeRow ISession.fetch(SeQuery seQuery, SdeRow currentRow)
           
 

Methods in org.geotools.arcsde.session with parameters of type SdeRow
 SdeRow SessionWrapper.fetch(SeQuery query, SdeRow currentRow)
           
 SdeRow ISession.fetch(SeQuery seQuery, SdeRow currentRow)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.