oracle.panama.spatial.intladdress
Class IntlAddressManager
java.lang.Object
|
+--oracle.panama.spatial.intladdress.IntlAddressManager
- public class IntlAddressManager
- extends java.lang.Object
Type | Method |
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 |
IntlAddressManager
public IntlAddressManager()
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 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 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 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 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 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 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 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 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 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 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 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 country- Returns:
- an object of a class implementing Location representing the requested address