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