Package | Description |
---|---|
com.attivio.sdk.geo |
Model for geo-search API objects.
|
com.attivio.sdk.ingest | |
com.attivio.sdk.search | |
com.attivio.sdk.search.query | |
com.attivio.sdk.server.udf |
API for implementing user defined field expression.
|
com.attivio.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEllipse
Abstract ellipse definition.
|
class |
AbstractPolygon
Abstract polygon definition.
|
class |
Circle
Defines a circle.
|
class |
Ellipse
Defines an ellipse.
|
class |
Polygon
Defines a polygon.
|
class |
Rectangle
Defines a rectangle.
|
Modifier and Type | Method and Description |
---|---|
Shape |
Shape.clone() |
abstract Shape |
Shape.readExternal(DataInput in) |
static Shape |
Shape.valueOf(Object value) |
Modifier and Type | Method and Description |
---|---|
int |
Shape.compareTo(Shape other)
Shape comparison compares bounding box area.
|
static Rectangle |
Rectangle.getBoundingBox(Shape a,
Shape b)
Get a bounding box that contains both
a and b . |
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 . |
boolean |
Shape.intersects(Shape other)
Check if this shape intersects with
other . |
Modifier and Type | Method and Description |
---|---|
Shape |
IngestFieldValue.shapeValue()
Gets the value as a
Shape . |
Modifier and Type | Method and Description |
---|---|
void |
IngestField.addValue(Shape value)
Add a
Shape value to this IngestField . |
void |
IngestDocument.addValue(String name,
Shape value)
Add a
Shape value to field . |
void |
IngestField.addValues(Shape... values)
|
void |
IngestDocument.addValues(String field,
Shape... values)
|
void |
IngestDocument.setField(String field,
Shape... values)
Set the
values for a field . |
void |
IngestFieldValue.setValue(Shape value)
Set a
Shape value. |
Constructor and Description |
---|
IngestFieldValue(Shape value)
Construct a new IngestFieldValue with a
Shape value. |
Modifier and Type | Method and Description |
---|---|
Shape |
SearchFieldValue.shapeValue()
Gets the value as a
Shape . |
Modifier and Type | Method and Description |
---|---|
void |
SearchField.addValue(Shape value)
Add a
Shape value to this SearchField . |
void |
SearchDocument.addValue(String field,
Shape value)
Add a
Shape value to field . |
void |
SearchField.addValues(Shape... values)
|
void |
SearchDocument.addValues(String field,
Shape... values)
|
void |
SearchFieldValue.setValue(Shape value)
Set a
Shape value. |
Constructor and Description |
---|
SearchFieldValue(Shape value)
Construct a new SearchFieldValue with a
Shape value. |
Modifier and Type | Method and Description |
---|---|
Shape |
ShapeQuery.getShape() |
Modifier and Type | Method and Description |
---|---|
void |
ShapeQuery.setShape(Shape value) |
Constructor and Description |
---|
ShapeQuery(String field,
Shape shape) |
Modifier and Type | Method and Description |
---|---|
Shape |
InputValue.getShape(int index)
Get the value for this argument as a Shape.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputValue.addShape(Shape value)
Add a Shape value to the output.
|
Modifier and Type | Method and Description |
---|---|
static Shape |
GeometryUtils.toShape(Object value)
Get a shape for
value (if possible). |
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.