|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.panama.spatial.intladdress.IntlAddressManager
This is the manager class for international addresses
Nested Class Summary | |
static class |
IntlAddressManager.StringArrayIterator This is a useful sub class to work with string array iterators |
Constructor Summary | |
IntlAddressManager() |
Method Summary | |
static IntlAddress |
createAddress(IntlAddressFormat format, java.lang.String[] componentValues) Creates a new international address |
static IntlAddress |
createAddress(Point geom, IntlAddressFormat format, java.lang.String[] componentValues) Creates a new international address |
static IntlAddress |
createAddress(Point geom, java.lang.String country, java.lang.String[] componentValues) Creates a new international address |
static Location |
createAddress(Point geom, java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String lastLine, java.lang.String countryName) This function creates an object of a class implementing Location. |
static Location |
createAddress(Point geom, java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String cityName, java.lang.String stateName, java.lang.String postalCode, java.lang.String postalCodeExt, java.lang.String countryName) This function creates an object of a class implementing Location. |
static Location |
createAddress(Point geom, java.lang.String matchCode, java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String cityName, java.lang.String stateName, java.lang.String postalCode, java.lang.String postalCodeExt, java.lang.String lastLine, java.lang.String countyName, java.lang.String blockNum) This function creates an object of a class implementing Location. |
static Location |
createAddress(Point geom, java.lang.String matchCode, java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String cityName, java.lang.String stateName, java.lang.String postalCode, java.lang.String postalCodeExt, java.lang.String lastLine, java.lang.String countyName, java.lang.String blockNum, java.lang.String countryName) This function creates an object of a class implementing Location. |
static IntlAddress |
createAddress(java.lang.String country, java.lang.String[] componentValues) Creates a new international address |
static Location |
createAddress(java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String lastLine, java.lang.String countryName) This function creates an object of a class implementing Location. |
static Location |
createAddress(java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String cityName, java.lang.String stateName, java.lang.String postalCode, java.lang.String postalCodeExt, java.lang.String countryName) This function creates an object of a class implementing Location. |
static IntlAddressFormat |
getAddressFormat(java.lang.String country) Returns the available country formats for the given country |
static java.util.Iterator |
getAddressFormats() Returns the available country formats |
static java.util.Iterator |
getAddressFormats(java.lang.String componentName) Returns the available country formats for the given component |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IntlAddressManager()
Method Detail |
public static IntlAddress createAddress(IntlAddressFormat format, java.lang.String[] componentValues)
format
- the formatcomponentValues
- the values of the components as defined in the formatpublic static IntlAddress createAddress(Point geom, IntlAddressFormat format, java.lang.String[] componentValues)
geom
- the point (lon/lat) of the addressformat
- the formatcomponentValues
- the values of the components as defined in the formatpublic static IntlAddress createAddress(Point geom, java.lang.String country, java.lang.String[] componentValues)
geom
- the point (lon/lat) of the addresscountry
- the countrycomponentValues
- the values of the components as defined in the format local to that countrypublic static Location createAddress(Point geom, java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String lastLine, java.lang.String countryName)
geom
- a Geometry representing the lat/lon of the locationcompanyName
- a String representing the company namefirstLine
- a String representing the first address linesecondLine
- a String representing the second address linelastLine
- a String representing the last address linecountryName
- a String representing the countrypublic static Location createAddress(Point geom, java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String cityName, java.lang.String stateName, java.lang.String postalCode, java.lang.String postalCodeExt, java.lang.String countryName)
geom
- a Geometry representing the lat/lon of the locationcompanyName
- a String representing the company namefirstLine
- a String representing the first address linesecondLine
- a String representing the second address linecityName
- a String representing the city namestateName
- a String representing the state namepostalCode
- a String representing the postal codepostalCodeExt
- a String representing the postal code extensioncountryName
- a String representing the countrypublic static Location createAddress(Point geom, java.lang.String matchCode, java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String cityName, java.lang.String stateName, java.lang.String postalCode, java.lang.String postalCodeExt, java.lang.String lastLine, java.lang.String countyName, java.lang.String blockNum)
geom
- a Geometry representing the lat/lon of the locationmatchCode
- a String representing the match code from geocodingcompanyName
- a String representing the company namefirstLine
- a String representing the first address linesecondLine
- a String representing the second address linecityName
- a String representing the city namestateName
- a String representing the state namepostalCode
- a String representing the postal codepostalCodeExt
- a String representing the postal code extensionlastLine
- a String representing the last address linecountyName
- a String representing the county nameblockNum
- a String representing the block numberpublic static Location createAddress(Point geom, java.lang.String matchCode, java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String cityName, java.lang.String stateName, java.lang.String postalCode, java.lang.String postalCodeExt, java.lang.String lastLine, java.lang.String countyName, java.lang.String blockNum, java.lang.String countryName)
geom
- a Geometry representing the lat/lon of the locationmatchCode
- a String representing the match code from geocodingcompanyName
- a String representing the company namefirstLine
- a String representing the first address linesecondLine
- a String representing the second address linecityName
- a String representing the city namestateName
- a String representing the state namepostalCode
- a String representing the postal codepostalCodeExt
- a String representing the postal code extensionlastLine
- a String representing the last address linecountyName
- a String representing the county nameblockNum
- a String representing the block numbercountryName
- a String representing the countrypublic static IntlAddress createAddress(java.lang.String country, java.lang.String[] componentValues)
country
- the countrycomponentValues
- the values of the components as defined in the format local to that countrypublic static Location createAddress(java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String lastLine, java.lang.String countryName)
companyName
- a String representing the company namefirstLine
- a String representing the first address linesecondLine
- a String representing the second address linelastLine
- a String representing the last address linecountryName
- a String representing the countrypublic static Location createAddress(java.lang.String companyName, java.lang.String firstLine, java.lang.String secondLine, java.lang.String cityName, java.lang.String stateName, java.lang.String postalCode, java.lang.String postalCodeExt, java.lang.String countryName)
companyName
- a String representing the company namefirstLine
- a String representing the first address linesecondLine
- a String representing the second address linecityName
- a String representing the city namestateName
- a String representing the state namepostalCode
- a String representing the postal codepostalCodeExt
- a String representing the postal code extensioncountryName
- a String representing the countrypublic static IntlAddressFormat getAddressFormat(java.lang.String country)
country
- the name of the countrypublic static java.util.Iterator getAddressFormats()
public static java.util.Iterator getAddressFormats(java.lang.String componentName)
componentName
- the name of the component
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |