Package | Description |
---|---|
com.marklogic.client.pojo |
The goal of this package (sometimes referred to as "the pojo facade" is to simplify working
with custom Plain Old Java Objects (pojos) without hassling with persistence details.
|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Modifier and Type | Method and Description |
---|---|
StructuredQueryBuilder.Region |
PojoQueryBuilder.circle(StructuredQueryBuilder.Point center,
double radius)
Copied directly from
StructuredQuerybuilder.circle(StructuredQueryBuilder.Point, double) . |
StructuredQueryBuilder.Region |
PojoQueryBuilder.polygon(StructuredQueryBuilder.Point... points)
Copied directly from
StructuredQuerybuilder.polygon . |
Modifier and Type | Method and Description |
---|---|
StructuredQueryBuilder.Point |
StructuredQueryBuilder.point(double latitude,
double longitude)
Specifies a geospatial point.
|
Modifier and Type | Method and Description |
---|---|
StructuredQueryBuilder.Circle |
StructuredQueryBuilder.circle(StructuredQueryBuilder.Point center,
double radius)
Specifies a geospatial region as a circle,
supplying a point for the center.
|
StructuredQueryBuilder.Polygon |
StructuredQueryBuilder.polygon(StructuredQueryBuilder.Point... points)
Specifies a geospatial region as an arbitrary polygon.
|
Constructor and Description |
---|
Polygon(StructuredQueryBuilder.Point... points)
Deprecated.
Use the polygon() builder method of StructuredQueryBuilder
and type the object as an instance of the Region interface.
|
Copyright © 2013-2016 MarkLogic Corporation.