Class FileGdbPoint

java.lang.Object
ch.so.agi.filegdb.geometry.FileGdbPoint
All Implemented Interfaces:
FileGdbGeometry

public final class FileGdbPoint extends Object implements FileGdbGeometry
Point with optional Z and M ordinates.

Properties:

  • x: x ordinate, NaN if encoded as absent
  • y: y ordinate, NaN if encoded as absent
  • z: z ordinate or null
  • m: measure or null
  • Constructor Details

    • FileGdbPoint

      public FileGdbPoint(double x, double y, Double z, Double m)
    • FileGdbPoint

      public FileGdbPoint(double x, double y)
  • Method Details

    • x

      public double x()
    • y

      public double y()
    • z

      public Double z()
    • m

      public Double m()
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public final String toString()
      Overrides:
      toString in class Object