public class TLcdGeoPackageDataColumnAnnotation extends java.lang.Object implements ILcdAnnotation
Constructor and Description |
---|
TLcdGeoPackageDataColumnAnnotation(java.lang.String aName,
java.lang.String aTitle,
java.lang.String aDescription,
java.lang.String aMimeType)
Creates a new GeoPackage data column annotation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the data column.
|
java.lang.String |
getMimeType()
Return the MIME type of the data encoded in this property for BLOBs or
null for other types. |
java.lang.String |
getName()
Returns the name of the data column.
|
java.lang.String |
getTitle()
Returns the title of the data column.
|
public TLcdGeoPackageDataColumnAnnotation(java.lang.String aName, java.lang.String aTitle, java.lang.String aDescription, java.lang.String aMimeType)
aName
- the name of the data columnaTitle
- the formal title of the data columnaDescription
- the description of the data columnaMimeType
- the MIME type for the data column if it is a BLOB column; null
otherwisepublic java.lang.String getDescription()
public java.lang.String getMimeType()
null
for other types.public java.lang.String getName()
public java.lang.String getTitle()