| |
SeLocator |
|
| SE_locator_alter |
alter() |
Alters a locators characteristics. |
| SE_locator_create |
create() |
Creates a locator. |
| SE_locator_delete |
delete() |
Deletes a locator. |
| SE_locator_describe_inputs |
getInputFieldAliases()
getInputFieldRequiredIndicators()
getInputFields()
getInputFieldSizes() |
Describes inputs to locator |
| SE_locator_describe_output |
describeOutput() |
Describe the outputs of a locator. |
| SE_locator_describe_shape |
getCoordRef(),
getShapeTypes()
is3D()
isMeasured() |
Describes parameter of shapes generated by the locator |
| SE_locator_free_descriptions |
NA |
Releases memory allocated for locator output. |
| SE_locator_free_info_list |
NA |
Releases memory allocated for a list of locator structures. |
| SE_locator_free_input_descriptions |
NA |
Frees results of SE_locator_describe_inputs |
| SE_locator_get_info |
getInfo() |
Retrieves information about a locator. |
| SE_locator_get_info_by_id |
SeLocator() constructor 2 |
Retrieves information about a locator by its ID. |
| SE_locator_refresh |
refresh() |
Rebuilds locators index tables and corresponding DB indexes |
| SE_locatorinfo_create |
NA |
Creates a locator definition |
| SE_locatorinfo_duplicate |
NA |
Copies a locator definition |
| SE_locatorinfo_free |
NA |
Releases memory allocated for an SE_LOCATORINFO structure |
| SE_locatorinfo_free_property_values |
NA |
Releases memory allocated by SE_locatorinfo_get_property_values. |
SE_locatorinfo_get_property_value,
SE_locatorinfo_get_property_values,
SE_locatorinfo_get_single_property_value |
getNumProperties(),
getProperty(),
getProperties(),
getValues(),
getSingleProperty() |
Return locator property(s) in various forms.
See C API Reference and Java API docs for description of individual functions/methods. |
| SE_locatorinfo_get_category |
getCategory() |
Returns the locator category |
| SE_locatorinfo_get_description |
getDescription() |
Returns the locator description. |
| SE_locatorinfo_get_id |
getId() |
Returns the locator ID. |
| SE_locatorinfo_get_name |
getName() |
Returns the locator name. |
| SE_locatorinfo_get_owner |
getOwner() |
Returns the locator owner name. |
| SE_locatorinfo_get_type |
getType() |
Returns the locator type. |
| |
locateSingle() |
Returns geocoding result for a single address. |
| SE_locatorinfo_set_description |
setDescription() |
Sets the locator description. |
| SE_locatorinfo_set_category |
setCategory() |
Sets the locator category. |
| SE_locatorinfo_set_name |
setName() |
Sets the name of the locator object. |
| NA |
setOwner() |
Sets the owner name of the locator object. |
| SE_locatorinfo_set_property |
setProperty() |
Sets value of the property for this locator. |
| SE_locatorinfo_set_property_values |
setPropertiesValues() |
Sets the locator property and value pairs |
| SE_locatorinfo_set_single_property |
setSingleProperty() |
Sets string value of the property. |
| SE_locatorinfo_set_type |
setType() |
Sets the locator type. |
| SE_table_locate |
locateTable() |
Geocodes table of addresses |
| |
SeConnection |
|
| SE_locator_get_info_list |
getLocatorList() |
Retrieves an array of SE_LOCATORINFO structures for all accessible locators. |
| |
SeTable |
|
| SE_table_add_locator |
addLocator() |
Adds locator to the table. |
| SE_table_free_locator_list |
deleteLocator() |
Deletes locator from the table. |
| SE_table_get_locator_list |
getLocators() |
Returns locators associated with the table. |
| SE_table_rematch |
rematch() |
Rematches table geocoded with SeLocator.locateTable(). |