|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FIDMapper in org.geotools.data.jdbc |
---|
Fields in org.geotools.data.jdbc declared as FIDMapper | |
---|---|
protected FIDMapper |
JDBCTextFeatureWriter.mapper
Deprecated. |
protected FIDMapper |
QueryData.mapper
Deprecated. |
protected FIDMapper |
FilterToSQL.mapper
Deprecated. use FilterToSQL.primaryKey |
protected FIDMapper |
JDBCPSFeatureWriter.mapper
Deprecated. |
Methods in org.geotools.data.jdbc that return FIDMapper | |
---|---|
protected FIDMapper |
JDBC1DataStore.buildFIDMapper(java.lang.String typeName,
FIDMapperFactory factory)
Deprecated. Builds the appropriate FID mapper given a table name and a FID mapper factory |
FIDMapper |
FeatureTypeInfo.getFIDMapper()
Deprecated. |
FIDMapper |
FilterToSQL.getFIDMapper()
Deprecated. use FilterToSQL.getPrimaryKey() |
FIDMapper |
JDBC1DataStore.getFIDMapper(java.lang.String tableName)
Deprecated. |
FIDMapper |
FeatureTypeHandler.getFIDMapper(java.lang.String typeName)
Deprecated. |
FIDMapper |
QueryData.getMapper()
Deprecated. Returns the FID mapper to be used when reading/writing features |
Methods in org.geotools.data.jdbc with parameters of type FIDMapper | |
---|---|
protected void |
DefaultSQLBuilder.addOrderByPK(java.lang.StringBuffer sql,
FIDMapper mapper,
org.opengis.filter.sort.SortOrder sortOrder)
Deprecated. |
protected org.opengis.feature.simple.SimpleFeatureType |
JDBC1DataStore.buildSchema(java.lang.String typeName,
FIDMapper mapper)
Deprecated. Builds the schema for a table in the database. |
java.lang.String |
SQLBuilder.buildSQLQuery(java.lang.String typeName,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attrTypes,
org.opengis.filter.Filter filter)
Deprecated. use SQLBuilder.buildSQLQuery(String, FIDMapper, AttributeDescriptor[], Filter, SortBy[], Integer, Integer) |
java.lang.String |
GeoAPISQLBuilder.buildSQLQuery(java.lang.String typeName,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attrTypes,
org.opengis.filter.Filter filter)
Deprecated. use GeoAPISQLBuilder.buildSQLQuery(String, FIDMapper, AttributeDescriptor[], Filter, SortBy[], Integer, Integer) |
java.lang.String |
DefaultSQLBuilder.buildSQLQuery(java.lang.String typeName,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attrTypes,
org.opengis.filter.Filter filter)
Deprecated. |
java.lang.String |
SQLBuilder.buildSQLQuery(java.lang.String typeName,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attrTypes,
org.opengis.filter.Filter filter,
org.opengis.filter.sort.SortBy[] sortBy,
java.lang.Integer offset,
java.lang.Integer limit)
Deprecated. Makes an SQL Select statement. |
java.lang.String |
GeoAPISQLBuilder.buildSQLQuery(java.lang.String typeName,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attrTypes,
org.opengis.filter.Filter filter,
org.opengis.filter.sort.SortBy[] sortBy,
java.lang.Integer offset,
java.lang.Integer limit)
Deprecated. Constructs the full SQL SELECT statement for the supplied Filter. |
java.lang.String |
DefaultSQLBuilder.buildSQLQuery(java.lang.String typeName,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attrTypes,
org.opengis.filter.Filter filter,
org.opengis.filter.sort.SortBy[] sortBy,
java.lang.Integer offset,
java.lang.Integer limit)
Deprecated. Constructs the full SQL SELECT statement for the supplied Filter. |
protected boolean |
JDBCFeatureSource.JDBCQueryCapabilities.isNullFidMapper(FIDMapper mapper)
Helper method to test if a fid mapper is a null fid mapper. |
void |
FeatureTypeInfo.setFIDMapper(FIDMapper mapper)
Deprecated. |
void |
FilterToSQL.setFIDMapper(FIDMapper mapper)
Deprecated. use FilterToSQL.setPrimaryKey(PrimaryKey) |
void |
JDBC1DataStore.setFIDMapper(java.lang.String featureTypeName,
FIDMapper fidMapper)
Deprecated. Sets the FIDMapper for a specific type name |
void |
FeatureTypeHandler.setFIDMapper(java.lang.String typeName,
FIDMapper mapper)
Deprecated. |
void |
SQLBuilder.sqlColumns(java.lang.StringBuffer sql,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attributes)
Deprecated. Produces the select information required. |
void |
GeoAPISQLBuilder.sqlColumns(java.lang.StringBuffer sql,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attributes)
Deprecated. Appends the names of the columns to be selected. |
void |
DefaultSQLBuilder.sqlColumns(java.lang.StringBuffer sql,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attributes)
Deprecated. Appends the names of the columns to be selected. |
void |
SQLBuilder.sqlOrderBy(java.lang.StringBuffer sql,
FIDMapper mapper,
org.opengis.filter.sort.SortBy[] sortBy)
Deprecated. Constructs ORDER BY clause. |
void |
GeoAPISQLBuilder.sqlOrderBy(java.lang.StringBuffer sql,
FIDMapper mapper,
org.opengis.filter.sort.SortBy[] sortBy)
Deprecated. Generates the order by clause. |
void |
DefaultSQLBuilder.sqlOrderBy(java.lang.StringBuffer sql,
FIDMapper mapper,
org.opengis.filter.sort.SortBy[] sortBy)
Deprecated. Generates the order by clause. |
Constructors in org.geotools.data.jdbc with parameters of type FIDMapper | |
---|---|
FeatureTypeInfo(java.lang.String typeName,
org.opengis.feature.simple.SimpleFeatureType schema,
FIDMapper mapper)
Deprecated. |
Uses of FIDMapper in org.geotools.data.jdbc.fidmapper |
---|
Classes in org.geotools.data.jdbc.fidmapper that implement FIDMapper | |
---|---|
class |
AbstractFIDMapper
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc |
class |
AutoIncrementFIDMapper
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc |
class |
BasicFIDMapper
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc |
class |
MaxIncFIDMapper
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc |
class |
MultiColumnFIDMapper
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc |
class |
NullFIDMapper
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc |
class |
TypedFIDMapper
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc |
Methods in org.geotools.data.jdbc.fidmapper that return FIDMapper | |
---|---|
protected FIDMapper |
DefaultFIDMapperFactory.buildLastResortFidMapper(java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection,
DefaultFIDMapperFactory.ColumnInfo[] colInfos)
Deprecated. Builds a FidMapper when every other tentative of building one fails. |
protected FIDMapper |
DefaultFIDMapperFactory.buildMultiColumnFIDMapper(java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection,
DefaultFIDMapperFactory.ColumnInfo[] colInfos)
Deprecated. Builds a FID mapper for multi column public columns |
protected FIDMapper |
DefaultFIDMapperFactory.buildNoPKMapper(java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection)
Deprecated. DOCUMENT ME! |
protected FIDMapper |
DefaultFIDMapperFactory.buildSingleColumnFidMapper(java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection,
DefaultFIDMapperFactory.ColumnInfo ci)
Deprecated. Builds a FID mapper based on a single column primary key. |
FIDMapper |
DefaultFIDMapperFactory.getMapper(org.opengis.feature.simple.SimpleFeatureType featureType)
Deprecated. |
FIDMapper |
FIDMapperFactory.getMapper(org.opengis.feature.simple.SimpleFeatureType featureType)
Deprecated. Returns a FIDMapper for the specified feature type. |
FIDMapper |
DefaultFIDMapperFactory.getMapper(java.lang.String catalog,
java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection)
Deprecated. Gets the appropriate FIDMapper for the specified table. |
FIDMapper |
FIDMapperFactory.getMapper(java.lang.String catalog,
java.lang.String schema,
java.lang.String typeName,
java.sql.Connection connection)
Deprecated. Returns a FIDMapper for the specified table |
FIDMapper |
TypedFIDMapper.getWrappedMapper()
Deprecated. Returns the base mapper wrapped by this TypedFIDMapper |
Constructors in org.geotools.data.jdbc.fidmapper with parameters of type FIDMapper | |
---|---|
TypedFIDMapper(FIDMapper wrapped,
java.lang.String featureTypeName)
Deprecated. Creates a new TypedFIDMapper object. |
Uses of FIDMapper in org.geotools.data.mysql |
---|
Methods in org.geotools.data.mysql with parameters of type FIDMapper | |
---|---|
void |
MySQLSQLBuilder.sqlColumns(java.lang.StringBuffer sql,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attributes)
Produces the select information required. |
Uses of FIDMapper in org.geotools.data.postgis |
---|
Fields in org.geotools.data.postgis declared as FIDMapper | |
---|---|
protected FIDMapper |
PostgisFeatureStore.fidMapper
the name of the column to use for the featureId |
Methods in org.geotools.data.postgis that return FIDMapper | |
---|---|
protected FIDMapper |
PostgisDataStore.buildFIDMapper(java.lang.String typeName,
FIDMapperFactory factory)
|
FIDMapper |
VersionedPostgisDataStore.getFIDMapper(java.lang.String tableName)
|
Methods in org.geotools.data.postgis with parameters of type FIDMapper | |
---|---|
protected void |
PostgisSQLBuilder.addOrderByPK(java.lang.StringBuffer sql,
FIDMapper mapper,
org.opengis.filter.sort.SortOrder sortOrder)
Overrides to support NATURAL_ORDER and REVERSE_ORDER |
protected org.opengis.feature.simple.SimpleFeatureType |
PostgisDataStore.buildSchema(java.lang.String typeName,
FIDMapper mapper)
Override this method to perform a few permission checks before the super class has a chance to do its thing. |
java.lang.String |
PostgisSQLBuilder.buildSQLQuery(java.lang.String typeName,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attrTypes,
org.opengis.filter.Filter filter,
org.opengis.filter.sort.SortBy[] sortBy,
java.lang.Integer offset,
java.lang.Integer limit)
Overrides to support offset and maxFeatures |
void |
PostgisSQLBuilder.sqlColumns(java.lang.StringBuffer sql,
FIDMapper mapper,
org.opengis.feature.type.AttributeDescriptor[] attributes)
Produces the select information required. |
Uses of FIDMapper in org.geotools.data.postgis.fidmapper |
---|
Subinterfaces of FIDMapper in org.geotools.data.postgis.fidmapper | |
---|---|
interface |
VersionedFIDMapper
Fid mappers used in versioned data store. |
Classes in org.geotools.data.postgis.fidmapper that implement FIDMapper | |
---|---|
class |
OIDFidMapper
Supports the creation of a Feature ID based on the Potgres row OID field. |
class |
PostGISAutoIncrementFIDMapper
Generate FID based on an auto increment function, the most stable approach for use with editing. |
class |
UUIDFIDMapper
|
Methods in org.geotools.data.postgis.fidmapper that return FIDMapper | |
---|---|
protected FIDMapper |
PostgisFIDMapperFactory.buildLastResortFidMapper(java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection,
DefaultFIDMapperFactory.ColumnInfo[] colInfos)
|
protected FIDMapper |
VersionedFIDMapperFactory.buildMultiColumnFIDMapper(java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection,
DefaultFIDMapperFactory.ColumnInfo[] colInfos)
|
protected FIDMapper |
PostgisFIDMapperFactory.buildNoPKMapper(java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection)
|
protected FIDMapper |
PostgisFIDMapperFactory.buildSingleColumnFidMapper(java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection,
DefaultFIDMapperFactory.ColumnInfo ci)
|
protected FIDMapper |
VersionedFIDMapperFactory.buildSingleColumnVersionedFidMapper(java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection,
DefaultFIDMapperFactory.ColumnInfo[] colInfos)
|
FIDMapper |
VersionedFIDMapperFactory.getMapper(java.lang.String catalog,
java.lang.String schema,
java.lang.String tableName,
java.sql.Connection connection)
Gets the appropriate FIDMapper for the specified table. |
Uses of FIDMapper in org.geotools.data.postgis.synch |
---|
Methods in org.geotools.data.postgis.synch that return FIDMapper | |
---|---|
FIDMapper |
SynchronizedPostgisDataStore.getFIDMapper(java.lang.String tableName)
|
Uses of FIDMapper in org.geotools.filter |
---|
Fields in org.geotools.filter declared as FIDMapper | |
---|---|
protected FIDMapper |
SQLEncoder.mapper
Deprecated. the fid mapper used to encode the fid filters |
Methods in org.geotools.filter that return FIDMapper | |
---|---|
FIDMapper |
SQLEncoder.getFIDMapper()
Deprecated. |
Methods in org.geotools.filter with parameters of type FIDMapper | |
---|---|
void |
SQLEncoder.setFIDMapper(FIDMapper mapper)
Deprecated. Sets the FIDMapper that will be used in subsequente visit calls. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |