Interface PointGeometryType

All Superinterfaces:
GeometryType

public interface PointGeometryType extends GeometryType
This class is deprecated. Use GeometryType.
  • Method Details

    • createPoint

      Point createPoint(double x, double y)
      Creates a new point object
      Parameters:
      x - the x coordinate of the point
      y - the y coordinate of the point
      Returns:
      the new point
    • createPoint

      Point createPoint(double[] coordinates)
      Creates a new point object
      Parameters:
      coordinates - the coordinates of the point
      Returns:
      the new point