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 | Class and Description |
---|---|
protected class |
StructuredQueryBuilder.PointImpl |
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 |
---|
PolygonImpl(StructuredQueryBuilder.Point... points) |
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.