
public class OPointShapeBuilder extends OShapeBuilder<org.locationtech.spatial4j.shape.Point>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
BASE_CLASS, COORDINATES, GEOMETRY_FACTORY, SHAPE_FACTORY, SPATIAL_CONTEXT, wktReader| Constructor and Description |
|---|
OPointShapeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
asText(ODocument document) |
org.locationtech.spatial4j.shape.Point |
fromDoc(ODocument document) |
java.lang.String |
getName() |
OShapeType |
getType() |
void |
initClazz(ODatabaseInternal db) |
ODocument |
toDoc(org.locationtech.spatial4j.shape.Point shape) |
protected ODocument |
toDoc(org.locationtech.spatial4j.shape.Point parsed,
org.locationtech.jts.geom.Geometry geometry) |
asBinary, asGeoJson, asGeoJson, asText, asText, asText, buffer, context, format, fromGeoJson, fromMapGeoJson, fromObject, fromText, getSRID, superClass, toDoc, toShape, validatepublic static final java.lang.String NAME
public java.lang.String getName()
getName in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>public OShapeType getType()
getType in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>public void initClazz(ODatabaseInternal db)
initClazz in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>public org.locationtech.spatial4j.shape.Point fromDoc(ODocument document)
fromDoc in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>public ODocument toDoc(org.locationtech.spatial4j.shape.Point shape)
toDoc in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>protected ODocument toDoc(org.locationtech.spatial4j.shape.Point parsed, org.locationtech.jts.geom.Geometry geometry)
toDoc in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>public java.lang.String asText(ODocument document)
asText in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>Copyright © 2013–2022 OrientDB. All rights reserved.