Package com.luciad.format.sqlite.lvdb
Class TLcdLVDBStyleAnnotation
java.lang.Object
com.luciad.format.sqlite.lvdb.TLcdLVDBStyleAnnotation
- All Implemented Interfaces:
ILcdAnnotation
Annotation that identifies a property containing an encoded LVDB style value.
- Since:
- 2013.1
-
Constructor Summary
ConstructorDescriptionCreates a new style annotation.TLcdLVDBStyleAnnotation
(String aEncoding) Creates a new style annotation with the passed property as style property. -
Method Summary
-
Constructor Details
-
TLcdLVDBStyleAnnotation
public TLcdLVDBStyleAnnotation()Creates a new style annotation. -
TLcdLVDBStyleAnnotation
Creates a new style annotation with the passed property as style property.- Parameters:
aEncoding
- the encoding of the style.
-
-
Method Details
-
getEncoding
Returns the type of the value.- Returns:
- the type of the value
-