List of Geocode interface functions
Fields inherited from class | Fields |
---|---|
class DateFunctions |
DATEFORMAT_DEFAULT |
Type | Name and description |
---|---|
java.lang.Double |
distance(com.oracle.endeca.pdi.concepts.Geocode attribute1, com.oracle.endeca.pdi.concepts.Geocode attribute2) Return the distance between two Geocodes |
java.lang.Double |
getLatitude(com.oracle.endeca.pdi.concepts.Geocode attribute) Get the latitude information from a Geocode value |
java.lang.Double |
getLongitude(com.oracle.endeca.pdi.concepts.Geocode attribute) Get the longitude value from a Geocode |
java.lang.Boolean |
isGeocode(java.lang.String attribute) Test whether the string is Geocode or not |
com.oracle.endeca.pdi.concepts.Geocode |
toGeocode(java.lang.String attribute) Convert a string to a Geocode |
com.oracle.endeca.pdi.concepts.Geocode |
toGeocode(java.lang.Double latitude, java.lang.Double longitude) Get a Geocode from latitude and longitude |
Methods inherited from class | Name |
---|---|
class DateFunctions |
addTime, diffDates, getDayOfMonth, getDayOfWeek, getDayOfYear, getHour, getMilliSecond, getMinute, getMonth, getSeconds, getYear, isDate, toDate, toDate, toString, today, truncateDate |
class ConversionFunctions |
toBoolean, toBoolean, toBoolean, toDate, toDouble, toDouble, toDouble, toLong, toLong, toLong, toLong, toString |
class EnrichmentFunctions |
detectLanguage, extractKeyPhrases, extractNounGroups, extractWhitelistTags, geotagIPAddress, geotagIPAddressGetGeocode, geotagStructuredAddress, geotagUnstructuredAddress, geotagUnstructuredAddressGetGeocode, getEntities, getSentiment, getTermSentiment, reverseGeotag, runExternalPlugin, stripTagsFromHTML, toPhoneticHash |
class groovy.lang.Script |
groovy.lang.Script#println(), groovy.lang.Script#println(java.lang.Object), groovy.lang.Script#run(), groovy.lang.Script#run(java.io.File, [Ljava.lang.String;), groovy.lang.Script#setProperty(java.lang.String, java.lang.Object), groovy.lang.Script#getProperty(java.lang.String), groovy.lang.Script#print(java.lang.Object), groovy.lang.Script#printf(java.lang.String, java.lang.Object), groovy.lang.Script#printf(java.lang.String, [Ljava.lang.Object;), groovy.lang.Script#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.Script#evaluate(java.lang.String), groovy.lang.Script#evaluate(java.io.File), groovy.lang.Script#getBinding(), groovy.lang.Script#setBinding(groovy.lang.Binding), groovy.lang.Script#getMetaClass(), groovy.lang.Script#setMetaClass(groovy.lang.MetaClass), groovy.lang.Script#wait(long, int), groovy.lang.Script#wait(long), groovy.lang.Script#wait(), groovy.lang.Script#equals(java.lang.Object), groovy.lang.Script#toString(), groovy.lang.Script#hashCode(), groovy.lang.Script#getClass(), groovy.lang.Script#notify(), groovy.lang.Script#notifyAll() |
Return the distance between two Geocodes
attribute1
- Geocode of the first locationattribute2
- Geocode of the second locationGet the latitude information from a Geocode value
Get the longitude value from a Geocode
Test whether the string is Geocode or not
Convert a string to a Geocode
Get a Geocode from latitude and longitude