Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.spatial.intladdress
Class IntlAddressManager

java.lang.Object
  |
  +--oracle.panama.spatial.intladdress.IntlAddressManager

public class IntlAddressManager
extends java.lang.Object

Nested Class Summary
static class IntlAddressManager.StringArrayIterator
           

 

Constructor Summary
IntlAddressManager()
           

 

Method Summary
static IntlAddress createAddress(IntlAddressFormat format, java.lang.String[] componentValues)
           
static IntlAddress createAddress(Point geom, IntlAddressFormat format, java.lang.String[] componentValues)
           
static IntlAddress createAddress(Point geom, java.lang.String country, java.lang.String[] componentValues)
           
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)
           
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)
           
static java.util.Iterator getAddressFormats()
           
static java.util.Iterator getAddressFormats(java.lang.String componentName)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IntlAddressManager

public IntlAddressManager()
Method Detail

createAddress

public static IntlAddress createAddress(IntlAddressFormat format,
                                        java.lang.String[] componentValues)

createAddress

public static IntlAddress createAddress(Point geom,
IntlAddressFormat format,
                                        java.lang.String[] componentValues)

createAddress

public static IntlAddress createAddress(java.lang.String country,
                                        java.lang.String[] componentValues)

createAddress

public static IntlAddress createAddress(Point geom,
                                        java.lang.String country,
                                        java.lang.String[] componentValues)

getAddressFormats

public static java.util.Iterator getAddressFormats()

getAddressFormats

public static java.util.Iterator getAddressFormats(java.lang.String componentName)

getAddressFormat

public static IntlAddressFormat getAddressFormat(java.lang.String country)

createAddress

public 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.
Parameters:
geom - a Geometry representing the lat/lon of the location
companyName - a String representing the company name
firstLine - a String representing the first address line
secondLine - a String representing the second address line
lastLine - a String representing the last address line
countryName - a String representing the country
Returns:
an object of a class implementing Location representing the requested address

createAddress

public 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.
Parameters:
geom - a Geometry representing the lat/lon of the location
companyName - a String representing the company name
firstLine - a String representing the first address line
secondLine - a String representing the second address line
cityName - a String representing the city name
stateName - a String representing the state name
postalCode - a String representing the postal code
postalCodeExt - a String representing the postal code extension
countryName - a String representing the country
Returns:
an object of a class implementing Location representing the requested address

createAddress

public 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.
Parameters:
geom - a Geometry representing the lat/lon of the location
matchCode - a String representing the match code from geocoding
companyName - a String representing the company name
firstLine - a String representing the first address line
secondLine - a String representing the second address line
cityName - a String representing the city name
stateName - a String representing the state name
postalCode - a String representing the postal code
postalCodeExt - a String representing the postal code extension
lastLine - a String representing the last address line
countyName - a String representing the county name
blockNum - a String representing the block number
Returns:
an object of a class implementing Location representing the requested address

createAddress

public 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.
Parameters:
geom - a Geometry representing the lat/lon of the location
matchCode - a String representing the match code from geocoding
companyName - a String representing the company name
firstLine - a String representing the first address line
secondLine - a String representing the second address line
cityName - a String representing the city name
stateName - a String representing the state name
postalCode - a String representing the postal code
postalCodeExt - a String representing the postal code extension
lastLine - a String representing the last address line
countyName - a String representing the county name
blockNum - a String representing the block number
countryName - a String representing the country
Returns:
an object of a class implementing Location representing the requested address

createAddress

public 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. The geographic location is geocoded automatically.
Parameters:
companyName - a String representing the company name
firstLine - a String representing the first address line
secondLine - a String representing the second address line
lastLine - a String representing the last address line
countryName - a String representing the country
Returns:
an object of a class implementing Location representing the requested address

createAddress

public 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. The geographic location is geocoded automatically.
Parameters:
companyName - a String representing the company name
firstLine - a String representing the first address line
secondLine - a String representing the second address line
cityName - a String representing the city name
stateName - a String representing the state name
postalCode - a String representing the postal code
postalCodeExt - a String representing the postal code extension
countryName - a String representing the country
Returns:
an object of a class implementing Location representing the requested address

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.