Tabnine Logo
NearestVisitor.getValueToMatch
Code IndexAdd Tabnine to your IDE (free)

How to use
getValueToMatch
method
in
org.geotools.feature.visitor.NearestVisitor

Best Java code snippets using org.geotools.feature.visitor.NearestVisitor.getValueToMatch (Showing top 3 results out of 315)

origin: geotools/geotools

Object targetValue = nearest.getValueToMatch();
Expression expr = nearest.getExpression();
String attribute = null;
origin: locationtech/geogig

} else if (NearestVisitor.class.isInstance(visitor)) {
  NearestVisitor ne = (NearestVisitor) visitor;
  Object valueToMatch = ne.getValueToMatch();
  Object maxBelow = uniqueValues.floor(valueToMatch);
  Object minAbove = uniqueValues.ceiling(valueToMatch);
origin: org.geotools/gt-solr

if (!(nearestVisitor.getValueToMatch() instanceof Date)) {
  return false;
    factory.property(
        "abs(ms("
            + dateFormatUTC.format(nearestVisitor.getValueToMatch())
            + ","
            + propName.getPropertyName()
org.geotools.feature.visitorNearestVisitorgetValueToMatch

Javadoc

Provided value to match against.

Popular methods of NearestVisitor

  • <init>
  • getExpression
  • getNearestMatch
    Returns the match after #visit.
  • setValue
  • getAccumulator
  • getResult
  • visit
    Visitor function, which looks at each feature and finds the value of the attribute given attribute n

Popular in Java

  • Finding current android device location
  • notifyDataSetChanged (ArrayAdapter)
  • startActivity (Activity)
  • findViewById (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Permission (java.security)
    Legacy security code; do not use.
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now