Class ESRIPoint

    • Constructor Detail

      • ESRIPoint

        public ESRIPoint()
        Constructs a Poin4d.
      • ESRIPoint

        public ESRIPoint​(double x,
                         double y)
        Constructs and initializes a Poin4d from the specified xy coordinates.
        Parameters:
        x - the x coordinate
        y - the y coordinate
      • ESRIPoint

        public ESRIPoint​(double x,
                         double y,
                         double z)
        Constructs and initializes a Point4d from the specified xyz coordinates.
        Parameters:
        x - the x coordinate
        y - the y coordinate
        z - the z coordinate
      • ESRIPoint

        public ESRIPoint​(Tuple2D<?> point)
        Constructs and initializes a Point4d from the specified xy coordinates.
        Parameters:
        point - the point
      • ESRIPoint

        public ESRIPoint​(Tuple3D<?> point)
        Constructs and initializes a Point4d from the specified xyz coordinates.
        Parameters:
        point - the point.
      • ESRIPoint

        public ESRIPoint​(ESRIPoint point)
        Constructs and initializes a Point4d from the specified xyz coordinates.
        Parameters:
        point - the point.
      • ESRIPoint

        public ESRIPoint​(double x,
                         double y,
                         double z,
                         double measure)
        Constructs and initializes a Point4d from the specified xyzm coordinates.
        Parameters:
        x - the x coordinate
        y - the y coordinate
        z - the z coordinate
        measure - the measure
    • Method Detail

      • getM

        @Pure
        public double getM()
        Replies the measure associated to this point.
        Returns:
        the measure associated to this point.
      • setM

        public void setM​(double mesure)
        Set the measure associated to this point.
        Parameters:
        mesure - is the measure associated to this point.