Uses of Class
com.attivio.sdk.geo.Point
-
Packages that use Point 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 2019 Attivio Inc., All rights reserved.com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
.com.attivio.sdk.search.query com.attivio.sdk.server.udf API for implementing user defined field expression.com.attivio.sdk.util com.attivio.util Contains utility classes and methods used across the Attivio code base.com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of Point in com.attivio.sdk.geo
Methods in com.attivio.sdk.geo that return Point Modifier and Type Method 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 atangle
.Point
AbstractPolygon. getPoint(int index)
Get the Point atindex
.Point
Circle. getPoint(double angle)
Get a point on this ellipse atangle
.static Point
Point. valueOf(java.lang.Object value)
Parse value as a 2 double values separated by a comma.static Point
Point. valueOf(java.lang.Object value, char sep)
Parse value as a 2 double values separated bysep
.static Point
Point. valueOf(java.lang.String value)
Parse value as a 2 double values separated by a comma.static Point
Point. valueOf(java.lang.String value, char sep)
Parse value as a 2 double values separated bysep
.Methods in com.attivio.sdk.geo that return types with arguments of type Point Modifier and Type Method Description java.util.List<Point>
Polygon. getPoints()
Methods in com.attivio.sdk.geo with parameters of type Point Modifier and Type Method 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 containspoint
.void
AbstractEllipse. setCenter(Point value)
void
Rectangle. setMaximum(Point value)
void
Rectangle. setMinimum(Point value)
Method parameters in com.attivio.sdk.geo with type arguments of type Point Modifier and Type Method Description void
Polygon. setPoints(java.util.List<Point> points)
Constructors in com.attivio.sdk.geo with parameters of type Point Constructor 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 parameters in com.attivio.sdk.geo with type arguments of type Point Constructor Description Polygon(java.util.List<Point> points)
-
Uses of Point in com.attivio.sdk.ingest
Methods in com.attivio.sdk.ingest that return Point Modifier and Type Method Description Point
IngestFieldValue. pointValue()
Gets the value as aPoint
.Methods in com.attivio.sdk.ingest with parameters of type Point Modifier and Type Method Description void
IngestDocument. addValue(java.lang.String name, Point value)
Add aPoint
value tofield
.void
IngestField. addValue(Point value)
Add aPoint
value to thisIngestField
.void
IngestDocument. addValues(java.lang.String field, Point... values)
void
IngestField. addValues(Point... values)
void
IngestDocument. setField(java.lang.String field, Point... values)
Set thevalues
for afield
.void
IngestFieldValue. setValue(Point value)
Set aPoint
value.Constructors in com.attivio.sdk.ingest with parameters of type Point Constructor Description IngestFieldValue(Point value)
Construct a new IngestFieldValue with aPoint
value. -
Uses of Point in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return Point Modifier and Type Method Description Point
QueryRequest. getGeoLocation()
Get the default center point for geo distance calculations.Point
SearchFieldValue. pointValue()
Gets the value as aPoint
.Methods in com.attivio.sdk.search with parameters of type Point Modifier and Type Method Description void
SearchDocument. addValue(java.lang.String field, Point value)
Add aPoint
value tofield
.void
SearchField. addValue(Point value)
Add aPoint
value to thisSearchField
.void
SearchDocument. addValues(java.lang.String field, Point... values)
void
SearchField. addValues(Point... values)
void
SearchFieldValue. setValue(Point value)
Set aPoint
value.Constructors in com.attivio.sdk.search with parameters of type Point Constructor Description SearchFieldValue(Point value)
Construct a new SearchFieldValue with aPoint
value. -
Uses of Point in com.attivio.sdk.search.facet
Methods in com.attivio.sdk.search.facet that return Point Modifier and Type Method Description Point
FacetBucket. pointValue()
Gets the value as aPoint
.Methods in com.attivio.sdk.search.facet with parameters of type Point Modifier and Type Method Description void
FacetBucket. setValue(Point value)
Set aPoint
value.Constructors in com.attivio.sdk.search.facet with parameters of type Point Constructor Description FacetBucket(Point value, long count)
-
Uses of Point in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields with parameters of type Point Modifier and Type Method Description void
Constant. setValue(Point value)
Set the value.Constructors in com.attivio.sdk.search.fields with parameters of type Point Constructor Description Constant(Point value)
Construct a new Constant.GeoDistance(java.lang.String fieldName, Point center, DistanceUnits units)
-
Uses of Point in com.attivio.sdk.search.query
Methods in com.attivio.sdk.search.query that return Point Modifier and Type Method Description Point
GeoDistanceQuery. getCenter()
Get the center point to calculate distance from.Methods in com.attivio.sdk.search.query with parameters of type Point Modifier and Type Method Description void
GeoDistanceQuery. setCenter(Point value)
Set the center point to calculate distance from.Constructors in com.attivio.sdk.search.query with parameters of type Point Constructor Description GeoDistanceQuery(java.lang.String field, Point center, double distance)
GeoDistanceQuery(java.lang.String field, Point center, double distance, DistanceUnits distanceUnits)
-
Uses of Point in com.attivio.sdk.server.udf
Methods in com.attivio.sdk.server.udf that return Point Modifier and Type Method Description Point
InputValue. getPoint(int index)
Get the value for this argument as a Point. -
Uses of Point in com.attivio.sdk.util
Methods in com.attivio.sdk.util that return Point Modifier and Type Method Description Point
StringParser. readPoint()
-
Uses of Point in com.attivio.util
Methods in com.attivio.util with parameters of type Point Modifier and Type Method Description Constant
FieldExpressionFactory. constant(Point value)
-
Uses of Point in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return Point Modifier and Type Method Description Point
PointConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
static Point
PointConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Unmarshal a Point.Methods in com.attivio.util.serialization with parameters of type Point Modifier and Type Method Description static void
PointConverter. marshal(Point point, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper)
Marshal a Point (without the containing element).
-