Class ALcdGMLNameAnnotation
java.lang.Object
com.luciad.format.gmlcommon.transformation.ALcdGMLNameAnnotation
- All Implemented Interfaces:
ILcdAnnotation
- Direct Known Subclasses:
TLcdGML2NameAnnotation
,TLcdGML31NameAnnotation
,TLcdGML32NameAnnotation
This annotation can be added to data models, data types and data properties.
It provides the name of the GML representation of this data model, data type or
data property.
- Since:
- 11.0
-
Constructor Summary
ModifierConstructorDescriptionprotected
ALcdGMLNameAnnotation
(String aName) Constructs a new annotation. -
Method Summary
-
Constructor Details
-
ALcdGMLNameAnnotation
Constructs a new annotation.- Parameters:
aName
- the name
-
-
Method Details
-
getName
Returns the name that should be used when the annotated element is exported to GML.- Returns:
- the name of the GML representation of this annotated element
-