Package | Description |
---|---|
com.attivio.sdk.geo |
Model for geo-search API objects.
|
com.attivio.sdk.ingest | |
com.attivio.sdk.search | |
com.attivio.sdk.search.facet |
Copyright 2015 Attivio Inc., All rights reserved.
|
com.attivio.sdk.search.fields |
Model for
FieldExpressions applied to
QueryRequests . |
com.attivio.sdk.search.query | |
com.attivio.sdk.server.udf |
API for implementing user defined field expression.
|
com.attivio.sdk.util | |
com.attivio.util |
Modifier and Type | Method and Description |
---|---|
Point |
Point.clone() |
Point |
AbstractEllipse.getCenter()
Get the center point for this circle.
|
Point |
Rectangle.getMaximum() |
Point |
Rectangle.getMinimum() |
Point |
AbstractEllipse.getPoint(double angle)
Get a point on this ellipse at
angle . |
Point |
Circle.getPoint(double angle)
Get a point on this ellipse at
angle . |
Point |
AbstractPolygon.getPoint(int index)
Get the Point at
index . |
static Point |
Point.valueOf(Object value)
Parse value as a 2 double values separated by a comma.
|
static Point |
Point.valueOf(Object value,
char sep)
Parse value as a 2 double values separated by
sep . |
static Point |
Point.valueOf(String value)
Parse value as a 2 double values separated by a comma.
|
static Point |
Point.valueOf(String value,
char sep)
Parse value as a 2 double values separated by
sep . |
Modifier and Type | Method and Description |
---|---|
List<Point> |
Polygon.getPoints() |
Modifier and Type | Method and Description |
---|---|
void |
Polygon.addPoint(Point point)
Add a point to this polygon.
|
int |
Point.compareTo(Point other) |
boolean |
Shape.contains(Point point)
Return true if this shape contains
point . |
void |
AbstractEllipse.setCenter(Point value) |
void |
Rectangle.setMaximum(Point value) |
void |
Rectangle.setMinimum(Point value) |
Modifier and Type | Method and Description |
---|---|
void |
Polygon.setPoints(List<Point> points) |
Constructor and Description |
---|
Circle(Point center,
double radius) |
Ellipse(Point center,
double radiusA,
double radiusB)
Construct an ellipse.
|
Ellipse(Point center,
double radiusA,
double radiusB,
double rotationAngle)
Construct an ellipse.
|
Polygon(Point... points) |
Rectangle(Point min,
Point max)
Constructs a rectangle with specified dimensions.
|
Constructor and Description |
---|
Polygon(List<Point> points) |
Modifier and Type | Method and Description |
---|---|
Point |
IngestFieldValue.pointValue()
Gets the value as a
Point . |
Modifier and Type | Method and Description |
---|---|
void |
IngestField.addValue(Point value)
Add a
Point value to this IngestField . |
void |
IngestDocument.addValue(String name,
Point value)
Add a
Point value to field . |
void |
IngestField.addValues(Point... values)
|
void |
IngestDocument.addValues(String field,
Point... values)
|
void |
IngestDocument.setField(String field,
Point... values)
Set the
values for a field . |
void |
IngestFieldValue.setValue(Point value)
Set a
Point value. |
Constructor and Description |
---|
IngestFieldValue(Point value)
Construct a new IngestFieldValue with a
Point value. |
Modifier and Type | Method and Description |
---|---|
Point |
QueryRequest.getGeoLocation()
Get the default center point for geo distance calculations.
|
Point |
SearchFieldValue.pointValue()
Gets the value as a
Point . |
Modifier and Type | Method and Description |
---|---|
void |
SearchField.addValue(Point value)
Add a
Point value to this SearchField . |
void |
SearchDocument.addValue(String field,
Point value)
Add a
Point value to field . |
void |
SearchField.addValues(Point... values)
|
void |
SearchDocument.addValues(String field,
Point... values)
|
void |
SearchFieldValue.setValue(Point value)
Set a
Point value. |
Constructor and Description |
---|
SearchFieldValue(Point value)
Construct a new SearchFieldValue with a
Point value. |
Modifier and Type | Method and Description |
---|---|
Point |
TermFacetBucket.pointValue()
Gets the value as a
Point . |
Modifier and Type | Method and Description |
---|---|
void |
TermFacetBucket.setValue(Point value)
Set a
Point value. |
Constructor and Description |
---|
TermFacetBucket(Point value,
long count)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Constant.setValue(Point value)
Set the value.
|
Constructor and Description |
---|
Constant(Point value)
Construct a new Constant.
|
Constant(Point value,
String alias)
Construct a new Constant.
|
GeoDistance(String fieldName,
Point center,
DistanceUnits units) |
Modifier and Type | Method and Description |
---|---|
Point |
GeoDistanceQuery.getCenter()
Get the center point to calculate distance from.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoDistanceQuery.setCenter(Point value)
Set the center point to calculate distance from.
|
Constructor and Description |
---|
GeoDistanceQuery(String field,
Point center,
double distance) |
GeoDistanceQuery(String field,
Point center,
double distance,
DistanceUnits distanceUnits) |
Modifier and Type | Method and Description |
---|---|
Point |
InputValue.getPoint(int index)
Get the value for this argument as a Point.
|
Modifier and Type | Method and Description |
---|---|
Point |
StringParser.readPoint() |
Modifier and Type | Method and Description |
---|---|
Constant |
FieldExpressionFactory.constant(Point value) |
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.