|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 null
storageCRS
- crs used for storing geometries / envelopes, must not be null
codec
- the decoder / encoder used for the BLOBs, must not be null
Method Detail |
---|
public QTableName getTable()
null
public ICRS getCRS()
CRS
used for storing the geometries / envelopes.
null
public BlobCodec getCodec()
BlobCodec
for encoding and decoding features / geometries.
null
public String getGMLIdColumn()
null
public 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 |