Interface ILcdGML3MultiPointProperty

All Superinterfaces:
ILcdGML3AssociationAttributeGroup, ILcdXMLSimpleLink

public interface ILcdGML3MultiPointProperty extends ILcdGML3AssociationAttributeGroup
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
Interface for the gml:MultiPointPropertyType type.

A property that has a collection of points as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none.

(GML Specification, v3.1.0, paragraph 11.3.2.2)

  • Method Details

    • getMultiPoint

      ILcdGML3MultiPoint getMultiPoint()
      Deprecated.
      Returns the multi point contained in this property.
      Returns:
      the multi point contained in this property.
    • setMultiPoint

      void setMultiPoint(ILcdGML3MultiPoint aMultiPoint)
      Deprecated.
      Sets the multi point to be contained in this property.
      Parameters:
      aMultiPoint - the multi point to be contained in this property.