Class PointImpl

All Implemented Interfaces:
Serializable, AbstractGeometry, AbstractGML, Point

public class PointImpl extends AbstractGeometryImpl implements Point
POJO class for XML type PointType(@http://www.opengis.net/gml/3.2). This is a complex type.
See Also:
  • Field Details

    • pos

      protected double[] pos
  • Constructor Details

    • PointImpl

      public PointImpl(int numDims)
  • Method Details