public interface StoreGeoCodeContext
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.
|
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getCenterLatitude()
Get the latitude of the center point.
|
java.math.BigDecimal |
getCenterLongitude()
Get the longitude of the center point.
|
java.math.BigDecimal |
getNorthWestLatitude()
Get the latitude of the north west corner point.
|
java.math.BigDecimal |
getNorthWestLongitude()
Get the longitude of the north west corner point.
|
java.math.BigDecimal |
getSouthEastLatitude()
Get the latitude of the south east corner point.
|
java.math.BigDecimal |
getSouthEastLongitude()
Get the longitude of the south east corner point.
|
void |
setCenterLatitude(java.math.BigDecimal acenterLatitude)
Set the latitude of the center point.
|
void |
setCenterLongitude(java.math.BigDecimal acenterLongitude)
Get the longitude of the center point.
|
void |
setNorthWestLatitude(java.math.BigDecimal anorthWestLatitude)
Get the latitude of the north west corner point.
|
void |
setNorthWestLongitude(java.math.BigDecimal anorthWestLongitude)
Get the longitude of the north west corner point.
|
void |
setSouthEastLatitude(java.math.BigDecimal asouthEastLatitude)
Get the latitude of the south east corner point.
|
void |
setSouthEastLongitude(java.math.BigDecimal asouthEastLongitude)
Get the longitude of the south east corner point.
|
static final java.lang.String COPYRIGHT
static final java.lang.String CONTEXT_NAME
static final java.lang.String CENTER_LATITUDE
static final java.lang.String CENTER_LONGITUDE
static final java.lang.String NORTHWEST_LATITUDE
static final java.lang.String NORTHWEST_LONGITUDE
static final java.lang.String SOUTHEAST_LATITUDE
static final java.lang.String SOUTHEAST_LONGITUDE
java.math.BigDecimal getCenterLatitude()
java.math.BigDecimal getCenterLongitude()
java.math.BigDecimal getNorthWestLatitude()
java.math.BigDecimal getNorthWestLongitude()
java.math.BigDecimal getSouthEastLatitude()
java.math.BigDecimal getSouthEastLongitude()
void setCenterLatitude(java.math.BigDecimal acenterLatitude)
acenterLatitude
- the latitude of the center point.void setCenterLongitude(java.math.BigDecimal acenterLongitude)
acenterLongitude
- the longitude of the center point.void setNorthWestLatitude(java.math.BigDecimal anorthWestLatitude)
anorthWestLatitude
- the latitude of the north west corner point.void setNorthWestLongitude(java.math.BigDecimal anorthWestLongitude)
anorthWestLongitude
- the longitude of the north west corner point.void setSouthEastLatitude(java.math.BigDecimal asouthEastLatitude)
asouthEastLatitude
- the latitude of the south east corner point.void setSouthEastLongitude(java.math.BigDecimal asouthEastLongitude)
asouthEastLongitude
- the longitude of the south east corner point.