Class TLcdWFSGMLObjectTypeList

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.wfs.common.model.TLcdWFSGMLObjectTypeList
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdWFSGMLObjectTypeList extends TLcdDataObject
A list of GML object types available from this server.
  • Constructor Details

    • TLcdWFSGMLObjectTypeList

      public TLcdWFSGMLObjectTypeList()
  • Method Details

    • addGMLObjectType

      public void addGMLObjectType(TLcdWFSGMLObjectType aGMLObjectType)
      Adds a gml object type.

      Name of this GML object type, including any namespace prefix

      Parameters:
      aGMLObjectType - the gml object type to be added.
    • getGMLObjectTypeCount

      public int getGMLObjectTypeCount()
      Gets the number of gml object types.
      Returns:
      the number of gml object types.
    • removeGMLObjectType

      public void removeGMLObjectType(int aIndex)
      Removes the gml object type at a given position.
      Parameters:
      aIndex - the index of the given position.
    • getGMLObjectType

      public TLcdWFSGMLObjectType getGMLObjectType(int aIndex)
      Gets the gml object type at a given position.

      Name of this GML object type, including any namespace prefix

      Parameters:
      aIndex - the index of the given position.
      Returns:
      the gml object type at the given position.
    • getGMLObjectType

      public List<TLcdWFSGMLObjectType> getGMLObjectType()
      Returns the value of the property that maps to the GMLObjectType element.

      Name of this GML object type, including any namespace prefix

      Returns:
      the value of the GML_OBJECT_TYPE_PROPERTY property.