Uses of Interface
org.geotools.data.jdbc.attributeio.AttributeIO

Packages that use AttributeIO
org.geotools.data.jdbc   
org.geotools.data.jdbc.attributeio   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.oracle.attributeio   
org.geotools.data.postgis   
org.geotools.data.postgis.attributeio   
 

Uses of AttributeIO in org.geotools.data.jdbc
 

Fields in org.geotools.data.jdbc declared as AttributeIO
protected  AttributeIO[] QueryData.attributeHandlers
          Deprecated.  
 

Methods in org.geotools.data.jdbc that return AttributeIO
 AttributeIO[] QueryData.getAttributeHandlers()
          Deprecated. Returns the AttributeIO objects used to parse and encode the column values stored in the database
protected  AttributeIO JDBC1DataStore.getAttributeIO(org.opengis.feature.type.AttributeDescriptor type)
          Deprecated. Returns the basic AttributeIO that can read and write all of the simple data types
protected abstract  AttributeIO JDBC1DataStore.getGeometryAttributeIO(org.opengis.feature.type.AttributeDescriptor type, QueryData queryData)
          Deprecated. Hook to create the geometry attribute IO for a vendor specific data source.
 

Uses of AttributeIO in org.geotools.data.jdbc.attributeio
 

Classes in org.geotools.data.jdbc.attributeio that implement AttributeIO
 class BasicAttributeIO
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 class WKBAttributeIO
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 class WKTAttributeIO
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 

Uses of AttributeIO in org.geotools.data.mysql
 

Methods in org.geotools.data.mysql that return AttributeIO
protected  AttributeIO MySQLDataStore.getGeometryAttributeIO(org.opengis.feature.type.AttributeDescriptor type, QueryData queryData)
           
 

Uses of AttributeIO in org.geotools.data.oracle
 

Methods in org.geotools.data.oracle that return AttributeIO
protected  AttributeIO OracleDataStore.getGeometryAttributeIO(org.opengis.feature.type.AttributeDescriptor type, QueryData queryData)
           
 

Uses of AttributeIO in org.geotools.data.oracle.attributeio
 

Classes in org.geotools.data.oracle.attributeio that implement AttributeIO
 class SDOAttributeIO
          An attribute IO that uses the Oracle SDO API to read/write geometries
 

Uses of AttributeIO in org.geotools.data.postgis
 

Methods in org.geotools.data.postgis that return AttributeIO
protected  AttributeIO PostgisDataStore.getGeometryAttributeIO(org.opengis.feature.type.AttributeDescriptor type, QueryData queryData)
           
 

Uses of AttributeIO in org.geotools.data.postgis.attributeio
 

Classes in org.geotools.data.postgis.attributeio that implement AttributeIO
 class EWKTAttributeIO
          An attribute IO object that can read and write geometries encoded into EWKT format.
 class PgWKBAttributeIO
          An attribute IO implementation that can manage the WKB
 



Copyright © 1996-2010 Geotools. All Rights Reserved.