Package | Description |
---|---|
com.attivio.sdk.geo |
Model for geo-search API objects.
|
com.attivio.util.parser |
Modifier and Type | Method and Description |
---|---|
Rectangle |
Rectangle.clone() |
abstract Rectangle |
Shape.getBoundingBox()
Get the rectangle that represents the bounding box that fully contains this shape.
|
Rectangle |
Circle.getBoundingBox()
Get the rectangle that represents the bounding box that fully contains this shape.
|
Rectangle |
Polygon.getBoundingBox()
Get the rectangle that represents the bounding box that fully contains this shape.
|
Rectangle |
Rectangle.getBoundingBox()
Get the rectangle that represents the bounding box that fully contains this shape.
|
Rectangle |
Ellipse.getBoundingBox()
Get the rectangle that represents the bounding box that fully contains this shape.
|
static Rectangle |
Rectangle.getBoundingBox(Shape a,
Shape b)
Get a bounding box that contains both
a and b . |
Rectangle |
Rectangle.readExternal(DataInput in) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Shape.fastIntersects(Rectangle box)
Check if this shape's bounding box intersects with
box . |
boolean |
Circle.fastIntersects(Rectangle other)
Check if this shape's bounding box intersects with
box . |
boolean |
Polygon.fastIntersects(Rectangle box)
Check if this shape's bounding box intersects with
box . |
boolean |
Rectangle.fastIntersects(Rectangle box)
Check if this shape's bounding box intersects with
box . |
boolean |
Ellipse.fastIntersects(Rectangle other)
Check if this shape's bounding box intersects with
box . |
boolean |
Circle.intersects(Rectangle other)
Check if
other |
abstract boolean |
AbstractEllipse.intersects(Rectangle box,
AbstractEllipse other)
Check for intersection with
other . |
boolean |
Circle.intersects(Rectangle box,
AbstractEllipse ellipse)
Check for intersection with
other . |
boolean |
Ellipse.intersects(Rectangle box,
AbstractEllipse other)
Check for intersection with
other . |
boolean |
AbstractEllipse.intersects(Rectangle box,
AbstractPolygon poly)
Check if this ellipse intersects with
poly . |
protected boolean |
AbstractPolygon.intersects(Rectangle box,
AbstractPolygon poly)
Check for intersection with
poly . |
abstract boolean |
Shape.intersects(Rectangle box,
Shape other)
Check if this shape intersects with
other . |
boolean |
AbstractEllipse.intersects(Rectangle box,
Shape other)
Check if this shape intersects with
other . |
boolean |
Circle.intersects(Rectangle box,
Shape shape)
Check if this shape intersects with
other . |
boolean |
Rectangle.intersects(Rectangle box,
Shape other)
Check if this shape intersects with
other . |
boolean |
Ellipse.intersects(Rectangle box,
Shape shape)
Check if this shape intersects with
other . |
boolean |
AbstractPolygon.intersects(Rectangle box,
Shape other)
Check if this shape intersects with
other . |
Modifier and Type | Method and Description |
---|---|
Rectangle |
QueryOperators.RectangleCastOperator.parse(QueryParsers parser,
StringParser reader) |
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.