org.locationtech.geomesa.process.query.KNearestNeighborSearchProcess
Envelope
Companion object Envelope
case class Envelope(xmin: Double, xmax: Double, ymin: Double, ymax: Double) extends Product with Serializable
Simple envelope class - unlike the jts envelope, does not swap min/max values on creation
- xmin
min x value
- xmax
max x value
- ymin
min y value
- ymax
max y value
- Alphabetic
- By Inheritance
- Envelope
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Envelope(xmin: Double, xmax: Double, ymin: Double, ymax: Double)
- xmin
min x value
- xmax
max x value
- ymin
min y value
- ymax
max y value
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
debug: String
Debug string
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val height: Double
-
def
intersection(other: Envelope): Option[Envelope]
Intersection of two envelopes
Intersection of two envelopes
- other
other envelope
-
def
intersects(other: Envelope): Boolean
Do the two envelopes intersect?
Do the two envelopes intersect?
- other
other envelope
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
minus(other: Envelope): Seq[Envelope]
Subtract an envelope from this one.
Subtract an envelope from this one.
The result will be 0 to 4 new envelopes. The 'top' and 'bottom' envelopes will contain corner intersections, if any, while the 'left' and 'right' envelopes will be trimmed around the top/bottom ones.
- other
envelope to subtract
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toFilter(geom: PropertyName): Filter
Create a geotools filter
Create a geotools filter
- geom
geometry expression
-
def
toJts: jts.geom.Envelope
Convert to a JTS envelope
-
def
toWorld: Seq[Envelope]
Converts any part of this envelope that extends past [-180,180,-90,90] to handle the anti-meridian and poles.
Converts any part of this envelope that extends past [-180,180,-90,90] to handle the anti-meridian and poles.
Envelopes that cross the poles end up wrapping the whole longitude. Envelopes that cross the anti-meridian are wrapped to the other side.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- lazy val width: Double
- val xmax: Double
- val xmin: Double
- val ymax: Double
- val ymin: Double
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated