public class GeoShapeField extends SchemaField
| Modifier and Type | Class and Description |
|---|---|
static class |
GeoShapeField.CoordinateSystem |
fieldName| Constructor and Description |
|---|
GeoShapeField(FieldName fieldName,
GeoShapeField.CoordinateSystem system) |
GeoShapeField(java.lang.String fieldName,
GeoShapeField.CoordinateSystem system) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
GeoShapeField |
as(java.lang.String attribute) |
static GeoShapeField |
of(java.lang.String fieldName,
GeoShapeField.CoordinateSystem system) |
getFieldName, getNamepublic GeoShapeField(java.lang.String fieldName,
GeoShapeField.CoordinateSystem system)
public GeoShapeField(FieldName fieldName, GeoShapeField.CoordinateSystem system)
public static GeoShapeField of(java.lang.String fieldName, GeoShapeField.CoordinateSystem system)
public GeoShapeField as(java.lang.String attribute)
as in class SchemaFieldpublic void addParams(CommandArguments args)
Copyright © 2023. All rights reserved.