Documentation of 'org.jplot2d.data.ImageCoordinateReference' Java class
ImageCoordinateReference
org.jplot2d.data

Class ImageCoordinateReference



  • public class ImageCoordinateReference
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getXcdelt()
      Get the pixel size in the X direction
      double getXcrpix()
      Get the coordinate reference pixel in the X axis
      double getXcrval()
      Get the coordinate reference value of the X axis
      double getYcdelt()
      Get the pixel size in the Y direction
      double getYcrpix()
      Get the coordinate reference pixel in the Y axis
      double getYcrval()
      Get the coordinate reference value of the Y axis
      void setXcdelt(double xcdelt)
      Set the pixel size in the X direction
      void setXcrpix(double xcrpix)
      Set the coordinate reference pixel in the X axis
      void setXcrval(double xcrval)
      Set the coordinate reference value of the X axis
      void setYcdelt(double ydelt)
      Set the pixel size in the Y direction
      void setYcrpix(double ycrpix)
      Set the coordinate reference pixel in the Y axis
      void setYcrval(double ycrval)
      Set the coordinate reference value of the Y axis
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageCoordinateReference

        public ImageCoordinateReference()
    • Method Detail

      • getXcrval

        public double getXcrval()
        Get the coordinate reference value of the X axis
        Returns:
        the coordinate reference value of the X axis
      • setXcrval

        public void setXcrval(double xcrval)
        Set the coordinate reference value of the X axis
        Parameters:
        xcrval - the coordinate reference value of the X axis
      • getYcrval

        public double getYcrval()
        Get the coordinate reference value of the Y axis
        Returns:
        the coordinate reference value of the Y axis
      • setYcrval

        public void setYcrval(double ycrval)
        Set the coordinate reference value of the Y axis
        Parameters:
        ycrval - the coordinate reference value of the Y axis
      • getXcrpix

        public double getXcrpix()
        Get the coordinate reference pixel in the X axis
        Returns:
        the coordinate reference pixel in the X axis
      • setXcrpix

        public void setXcrpix(double xcrpix)
        Set the coordinate reference pixel in the X axis
        Parameters:
        xcrpix - the coordinate reference pixel in the X axis
      • getYcrpix

        public double getYcrpix()
        Get the coordinate reference pixel in the Y axis
        Returns:
        the coordinate reference pixel in the Y axis
      • setYcrpix

        public void setYcrpix(double ycrpix)
        Set the coordinate reference pixel in the Y axis
        Parameters:
        ycrpix - the coordinate reference pixel in the Y axis
      • getXcdelt

        public double getXcdelt()
        Get the pixel size in the X direction
        Returns:
        the pixel size in the X direction
      • setXcdelt

        public void setXcdelt(double xcdelt)
        Set the pixel size in the X direction
        Parameters:
        xcdelt - the pixel size in the X direction
      • getYcdelt

        public double getYcdelt()
        Get the pixel size in the Y direction
        Returns:
        the pixel size in the Y direction
      • setYcdelt

        public void setYcdelt(double ydelt)
        Set the pixel size in the Y direction
        Parameters:
        ycdelt - the pixel size in the Y direction

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.