Uses of Class
com.attivio.sdk.geo.Rectangle
-
Packages that use Rectangle Package Description com.attivio.sdk.geo Model for geo-search API objects.com.attivio.util.parser com.attivio.util.serialization.geometry -
-
Uses of Rectangle in com.attivio.sdk.geo
Methods in com.attivio.sdk.geo that return Rectangle Modifier and Type Method Description Rectangle
Rectangle. clone()
Rectangle
Circle. 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.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.static Rectangle
Rectangle. getBoundingBox(Shape a, Shape b)
Get a bounding box that contains botha
andb
.abstract Rectangle
Shape. getBoundingBox()
Get the rectangle that represents the bounding box that fully contains this shape.Rectangle
Rectangle. readExternal(java.io.DataInput in)
Methods in com.attivio.sdk.geo with parameters of type Rectangle Modifier and Type Method Description boolean
Circle. fastIntersects(Rectangle other)
Check if this shape's bounding box intersects withbox
.boolean
Ellipse. fastIntersects(Rectangle other)
Check if this shape's bounding box intersects withbox
.boolean
Polygon. fastIntersects(Rectangle box)
Check if this shape's bounding box intersects withbox
.boolean
Rectangle. fastIntersects(Rectangle box)
Check if this shape's bounding box intersects withbox
.abstract boolean
Shape. fastIntersects(Rectangle box)
Check if this shape's bounding box intersects withbox
.abstract boolean
AbstractEllipse. intersects(Rectangle box, AbstractEllipse other)
Check for intersection withother
.boolean
AbstractEllipse. intersects(Rectangle box, AbstractPolygon poly)
Check if this ellipse intersects withpoly
.boolean
AbstractEllipse. intersects(Rectangle box, Shape other)
Check if this shape intersects withother
.protected boolean
AbstractPolygon. intersects(Rectangle box, AbstractPolygon poly)
Check for intersection withpoly
.boolean
AbstractPolygon. intersects(Rectangle box, Shape other)
Check if this shape intersects withother
.boolean
Circle. intersects(Rectangle other)
Check ifother
and this
Circle
intersect.boolean
Circle. intersects(Rectangle box, AbstractEllipse ellipse)
Check for intersection withother
.boolean
Circle. intersects(Rectangle box, Shape shape)
Check if this shape intersects withother
.boolean
Ellipse. intersects(Rectangle box, AbstractEllipse other)
Check for intersection withother
.boolean
Ellipse. intersects(Rectangle box, Shape shape)
Check if this shape intersects withother
.boolean
Rectangle. intersects(Rectangle box, Shape other)
Check if this shape intersects withother
.abstract boolean
Shape. intersects(Rectangle box, Shape other)
Check if this shape intersects withother
. -
Uses of Rectangle in com.attivio.util.parser
Methods in com.attivio.util.parser that return Rectangle Modifier and Type Method Description Rectangle
QueryOperators.RectangleCastOperator. parse(QueryParsers parser, StringParser reader)
-
Uses of Rectangle in com.attivio.util.serialization.geometry
Methods in com.attivio.util.serialization.geometry that return Rectangle Modifier and Type Method Description Rectangle
RectangleConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-