Interface ILcdGML3Point

All Superinterfaces:
ILcdGML3AbstractGeometricPrimitive, ILcdGML3AbstractGeometry, ILcdGML3AbstractGML, ILcdGML3SrsInformationGroup, ILcdGML3SrsReferenceGroup, ILcdGML3StandardObjectProperties

public interface ILcdGML3Point extends ILcdGML3AbstractGeometricPrimitive
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:PointType type.

A Point is defined by a single coordinate tuple.

(GML Specification, v3.1.0, paragraph 9.2.1.2)

  • Method Details

    • getPos

      Deprecated.
      Returns the direct position that defines this point.
      Returns:
      the direct position that defines this point.
    • setPos

      void setPos(ILcdGML3DirectPosition aPos)
      Deprecated.
      Sets the direct position that defines this point.
      Parameters:
      aPos - the direct position that defines this point.