class Intersects[O, A <: Geometry] extends SimpleQuery[O, A]
********************************************************************* Copyright (c) 2013-2025 General Atomics Integrated Intelligence, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at https://www.apache.org/licenses/LICENSE-2.0 *********************************************************************
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Intersects
- SimpleQuery
- Query
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Intersects(attribute: Attribute[O, A], value: A)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def calcHashCode(): Int
- Attributes
- protected[query]
- Definition Classes
- Intersects → SimpleQuery
- Annotations
- @Override()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: AnyRef): Boolean
- Definition Classes
- Intersects → AnyRef → Any
- Annotations
- @Override()
- def getAttribute(): Attribute[O, A]
- Definition Classes
- SimpleQuery
- def getAttributeName(): String
- Definition Classes
- SimpleQuery
- def getAttributeType(): Class[A]
- Definition Classes
- SimpleQuery
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getEnvelope(): Envelope
- def hashCode(): Int
- Definition Classes
- SimpleQuery → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def matches(arg0: O, arg1: QueryOptions): Boolean
- Definition Classes
- SimpleQuery → Query
- def matchesNonSimpleAttribute(attribute: Attribute[O, A], object: O, queryOptions: QueryOptions): Boolean
- Attributes
- protected[query]
- Definition Classes
- Intersects → SimpleQuery
- Annotations
- @Override()
- def matchesSimpleAttribute(attribute: SimpleAttribute[O, A], object: O, queryOptions: QueryOptions): Boolean
- Attributes
- protected[query]
- Definition Classes
- Intersects → SimpleQuery
- Annotations
- @Override()
- def matchesValue(aValue: A, queryOptions: QueryOptions): Boolean
- Annotations
- @SuppressWarnings()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Intersects → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)