Class PointValuePair

    • Constructor Detail

      • PointValuePair

        public PointValuePair​(org.locationtech.jts.geom.Point point,
                              Value<?> value)
        Constructor
        Parameters:
        point - Point value pair point
        value - Point value pair value
    • Method Detail

      • getPoint

        public org.locationtech.jts.geom.Point getPoint()
        Get point value pair point
        Returns:
        Point value pair point
      • getValue

        public Value<?> getValue()
        Get point value pair value
        Returns:
        Point value pair value
      • setPoint

        public void setPoint​(org.locationtech.jts.geom.Point point)
        Set point value pair point
        Parameters:
        point - Point value pair point to set
      • setValue

        public void setValue​(Value<?> value)
        Set point value pair value
        Parameters:
        value - Point value pair value to set
      • isSetValue

        public boolean isSetValue()
      • isSetPoint

        public boolean isSetPoint()
      • isEmpty

        public boolean isEmpty()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object