com.ibm.commerce.store.facade.server.context

Interface StoreGeoCodeContext

  • All Known Implementing Classes:
    StoreGeoCodeContextImpl


    public interface StoreGeoCodeContext
    Store Locator GeoCode Context interface.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CENTER_LATITUDE
      The latitude of the center point property.
      static java.lang.String CENTER_LONGITUDE
      The longitude of the center point property.
      static java.lang.String CONTEXT_NAME
      The context name used to register this context in the BCS configuration XML file.
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String NORTHWEST_LATITUDE
      the latitude of the north west corner point property.
      static java.lang.String NORTHWEST_LONGITUDE
      the longitude of the north west corner point property.
      static java.lang.String SOUTHEAST_LATITUDE
      the latitude of the south east corner point property.
      static java.lang.String SOUTHEAST_LONGITUDE
      the longitude of the south east corner point property.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • CONTEXT_NAME

        static final java.lang.String CONTEXT_NAME
        The context name used to register this context in the BCS configuration XML file.
        See Also:
        Constant Field Values
      • CENTER_LATITUDE

        static final java.lang.String CENTER_LATITUDE
        The latitude of the center point property.
        See Also:
        Constant Field Values
      • CENTER_LONGITUDE

        static final java.lang.String CENTER_LONGITUDE
        The longitude of the center point property.
        See Also:
        Constant Field Values
      • NORTHWEST_LATITUDE

        static final java.lang.String NORTHWEST_LATITUDE
        the latitude of the north west corner point property.
        See Also:
        Constant Field Values
      • NORTHWEST_LONGITUDE

        static final java.lang.String NORTHWEST_LONGITUDE
        the longitude of the north west corner point property.
        See Also:
        Constant Field Values
      • SOUTHEAST_LATITUDE

        static final java.lang.String SOUTHEAST_LATITUDE
        the latitude of the south east corner point property.
        See Also:
        Constant Field Values
      • SOUTHEAST_LONGITUDE

        static final java.lang.String SOUTHEAST_LONGITUDE
        the longitude of the south east corner point property.
        See Also:
        Constant Field Values
    • Method Detail

      • getCenterLatitude

        java.math.BigDecimal getCenterLatitude()
        Get the latitude of the center point.
        Returns:
        the latitude of the center point.
      • getCenterLongitude

        java.math.BigDecimal getCenterLongitude()
        Get the longitude of the center point.
        Returns:
        the longitude of the center point.
      • getNorthWestLatitude

        java.math.BigDecimal getNorthWestLatitude()
        Get the latitude of the north west corner point.
        Returns:
        the latitude of the north west corner point.
      • getNorthWestLongitude

        java.math.BigDecimal getNorthWestLongitude()
        Get the longitude of the north west corner point.
        Returns:
        the longitude of the north west corner point.
      • getSouthEastLatitude

        java.math.BigDecimal getSouthEastLatitude()
        Get the latitude of the south east corner point.
        Returns:
        the latitude of the south east corner point.
      • getSouthEastLongitude

        java.math.BigDecimal getSouthEastLongitude()
        Get the longitude of the south east corner point.
        Returns:
        the longitude of the south east corner point.
      • setCenterLatitude

        void setCenterLatitude(java.math.BigDecimal acenterLatitude)
        Set the latitude of the center point.
        Parameters:
        acenterLatitude - the latitude of the center point.
      • setCenterLongitude

        void setCenterLongitude(java.math.BigDecimal acenterLongitude)
        Get the longitude of the center point.
        Parameters:
        acenterLongitude - the longitude of the center point.
      • setNorthWestLatitude

        void setNorthWestLatitude(java.math.BigDecimal anorthWestLatitude)
        Get the latitude of the north west corner point.
        Parameters:
        anorthWestLatitude - the latitude of the north west corner point.
      • setNorthWestLongitude

        void setNorthWestLongitude(java.math.BigDecimal anorthWestLongitude)
        Get the longitude of the north west corner point.
        Parameters:
        anorthWestLongitude - the longitude of the north west corner point.
      • setSouthEastLatitude

        void setSouthEastLatitude(java.math.BigDecimal asouthEastLatitude)
        Get the latitude of the south east corner point.
        Parameters:
        asouthEastLatitude - the latitude of the south east corner point.
      • setSouthEastLongitude

        void setSouthEastLongitude(java.math.BigDecimal asouthEastLongitude)
        Get the longitude of the south east corner point.
        Parameters:
        asouthEastLongitude - the longitude of the south east corner point.