Class ALcdGMLNameAnnotation

java.lang.Object
com.luciad.format.gmlcommon.transformation.ALcdGMLNameAnnotation
All Implemented Interfaces:
ILcdAnnotation
Direct Known Subclasses:
TLcdGML2NameAnnotation, TLcdGML31NameAnnotation, TLcdGML32NameAnnotation

public abstract class ALcdGMLNameAnnotation extends Object implements ILcdAnnotation
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 Details

    • ALcdGMLNameAnnotation

      protected ALcdGMLNameAnnotation(String aName)
      Constructs a new annotation.
      Parameters:
      aName - the name
  • Method Details

    • getName

      public String 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