Tabnine Logo
SpatialOperator.getPropName
Code IndexAdd Tabnine to your IDE (free)

How to use
getPropName
method
in
org.deegree.filter.spatial.SpatialOperator

Best Java code snippets using org.deegree.filter.spatial.SpatialOperator.getPropName (Showing top 2 results out of 315)

origin: deegree/deegree3

SQLExpression propNameExpr = toProtoSQLSpatial( op.getPropName() );
if ( !propNameExpr.isSpatial() ) {
  String msg = "Cannot evaluate spatial operator on database. Targeted property name '" + op.getPropName()
         + "' does not denote a spatial column.";
  throw new FilterEvaluationException( msg );
origin: deegree/deegree3

SQLExpression propNameExpr = toProtoSQLSpatial( op.getPropName() );
if ( !propNameExpr.isSpatial() ) {
  String msg = "Cannot evaluate spatial operator on database. Targeted property name '" + op.getPropName()
         + "' does not denote a spatial column.";
  throw new InvalidParameterValueException( msg );
org.deegree.filter.spatialSpatialOperatorgetPropName

Javadoc

Returns the name of the spatial property to be considered.

Popular methods of SpatialOperator

  • getSubType
    Returns the type of spatial operator. Use this to safely determine the subtype of SpatialOperator.
  • getParam1
    Returns the first spatial parameter.
  • getParams
  • getType
    Always returns Operator.Type#SPATIAL (for SpatialOperator instances).

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (Timer)
  • putExtra (Intent)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Best plugins for Eclipse
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