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 RectangleRectangle. clone()RectangleCircle. getBoundingBox()Get the rectangle that represents the bounding box that fully contains this shape.RectangleEllipse. getBoundingBox()Get the rectangle that represents the bounding box that fully contains this shape.RectanglePolygon. getBoundingBox()Get the rectangle that represents the bounding box that fully contains this shape.RectangleRectangle. getBoundingBox()Get the rectangle that represents the bounding box that fully contains this shape.static RectangleRectangle. getBoundingBox(Shape a, Shape b)Get a bounding box that contains bothaandb.abstract RectangleShape. getBoundingBox()Get the rectangle that represents the bounding box that fully contains this shape.RectangleRectangle. readExternal(java.io.DataInput in)Methods in com.attivio.sdk.geo with parameters of type Rectangle Modifier and Type Method Description booleanCircle. fastIntersects(Rectangle other)Check if this shape's bounding box intersects withbox.booleanEllipse. fastIntersects(Rectangle other)Check if this shape's bounding box intersects withbox.booleanPolygon. fastIntersects(Rectangle box)Check if this shape's bounding box intersects withbox.booleanRectangle. fastIntersects(Rectangle box)Check if this shape's bounding box intersects withbox.abstract booleanShape. fastIntersects(Rectangle box)Check if this shape's bounding box intersects withbox.abstract booleanAbstractEllipse. intersects(Rectangle box, AbstractEllipse other)Check for intersection withother.booleanAbstractEllipse. intersects(Rectangle box, AbstractPolygon poly)Check if this ellipse intersects withpoly.booleanAbstractEllipse. intersects(Rectangle box, Shape other)Check if this shape intersects withother.protected booleanAbstractPolygon. intersects(Rectangle box, AbstractPolygon poly)Check for intersection withpoly.booleanAbstractPolygon. intersects(Rectangle box, Shape other)Check if this shape intersects withother.booleanCircle. intersects(Rectangle other)Check ifotherand thisCircleintersect.booleanCircle. intersects(Rectangle box, AbstractEllipse ellipse)Check for intersection withother.booleanCircle. intersects(Rectangle box, Shape shape)Check if this shape intersects withother.booleanEllipse. intersects(Rectangle box, AbstractEllipse other)Check for intersection withother.booleanEllipse. intersects(Rectangle box, Shape shape)Check if this shape intersects withother.booleanRectangle. intersects(Rectangle box, Shape other)Check if this shape intersects withother.abstract booleanShape. 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 RectangleQueryOperators.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 RectangleRectangleConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-