| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.sql.blob.BlobMapping
public class BlobMapping
Encapsulates the BLOB mapping parameters of a MappedAppSchema.
MappedAppSchema, 
FeatureTypeMapping| Constructor Summary | |
|---|---|
BlobMapping(String table,
            ICRS storageCRS,
            BlobCodec codec)
Creates a new BlobMapping instance. | 
|
| Method Summary | |
|---|---|
 String | 
getBBoxColumn()
 | 
 BlobCodec | 
getCodec()
Returns the BlobCodec for encoding and decoding features / geometries. | 
 ICRS | 
getCRS()
Returns the CRS used for storing the geometries / envelopes. | 
 String | 
getDataColumn()
 | 
 String | 
getGMLIdColumn()
Returns the name of the column that stores the gml ids.  | 
 String | 
getInternalIdColumn()
 | 
 QTableName | 
getTable()
Returns the table that stores the BLOBs.  | 
 String | 
getTypeColumn()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BlobMapping(String table,
                   ICRS storageCRS,
                   BlobCodec codec)
BlobMapping instance.
table - the name of the table that stores the BLOBs, must not be nullstorageCRS - crs used for storing geometries / envelopes, must not be nullcodec - the decoder / encoder used for the BLOBs, must not be null| Method Detail | 
|---|
public QTableName getTable()
nullpublic ICRS getCRS()
CRS used for storing the geometries / envelopes.
nullpublic BlobCodec getCodec()
BlobCodec for encoding and decoding features / geometries.
nullpublic String getGMLIdColumn()
nullpublic String getDataColumn()
public String getBBoxColumn()
public String getTypeColumn()
public String getInternalIdColumn()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||