com.ibm.tivoli.maximo.map.mapman.app.mapconfiguration

Class PointDefined

  • java.lang.Object
    • com.ibm.tivoli.maximo.map.mapman.app.mapconfiguration.PointDefined
  • All Implemented Interfaces:
    java.io.Serializable


    public class PointDefined
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      PointDefined()
      Default constructor
      PointDefined(java.lang.Double zoomLevel, java.lang.Double x, java.lang.Double y) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Double getX() 
      java.lang.Double getY() 
      java.lang.Double getZoomLevel() 
      • Methods inherited from class java.lang.Object

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

      • PointDefined

        public PointDefined()
        Default constructor
      • PointDefined

        public PointDefined(java.lang.Double zoomLevel,
                            java.lang.Double x,
                            java.lang.Double y)
        Parameters:
        zoomLevel -
    • Method Detail

      • getZoomLevel

        public java.lang.Double getZoomLevel()
        Returns:
        the zoomLevel
      • getX

        public java.lang.Double getX()
        Returns:
        the x
      • getY

        public java.lang.Double getY()
        Returns:
        the zoomLevel