Tabnine Logo
AttributeExpressionImpl.setAttributePath
Code IndexAdd Tabnine to your IDE (free)

How to use
setAttributePath
method
in
org.geotools.filter.AttributeExpressionImpl

Best Java code snippets using org.geotools.filter.AttributeExpressionImpl.setAttributePath (Showing top 2 results out of 315)

origin: org.geotools/gt-main

/**
 * Constructor with schema and path to the attribute.
 *
 * @param schema The initial (required) sub filter.
 * @param attPath the xpath to the attribute.
 *
 * @throws IllegalFilterException If the attribute path is not in the
 *         schema.
 */
protected AttributeExpressionImpl(SimpleFeatureType schema, String attPath)
  throws IllegalFilterException {
  this.schema = schema;
  this.expressionType = ATTRIBUTE;
  setAttributePath(attPath);
}
origin: org.geotools/gt2-main

/**
 * Constructor with schema and path to the attribute.
 *
 * @param schema The initial (required) sub filter.
 * @param attPath the xpath to the attribute.
 *
 * @throws IllegalFilterException If the attribute path is not in the
 *         schema.
 */
protected AttributeExpressionImpl(FeatureType schema, String attPath)
  throws IllegalFilterException {
  this.schema = schema;
  this.expressionType = ATTRIBUTE;
  setAttributePath(attPath);
}
org.geotools.filterAttributeExpressionImplsetAttributePath

Javadoc

Constructor with minimum dataset for a valid expression.

Popular methods of AttributeExpressionImpl

  • <init>
    Constructor with full attribute name.
  • evaluate
    Gets the value of this attribute from the passed feature.
  • getPropertyName
    Gets the path to the attribute to be evaluated by this expression. org.opengis.filter.expression.Pro
  • setLenient
    Sets lenient property.
  • getAttributePath
    This method calls #getPropertyName().
  • getType
  • setPropertyName
  • equals
    Compares this filter to the specified object. Returns true if the passed in object is the same as th
  • getLastPropertyAccessor
  • getPropertyAccessor
  • hashCode
    Override of hashCode method.
  • setLastPropertyAccessor
  • hashCode,
  • setLastPropertyAccessor,
  • tryAccessor

Popular in Java

  • Making http requests using okhttp
  • getResourceAsStream (ClassLoader)
  • onRequestPermissionsResult (Fragment)
  • setScale (BigDecimal)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Collectors (java.util.stream)
  • JLabel (javax.swing)
  • JTable (javax.swing)
  • Top plugins for Android Studio
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