Class OPointShapeBuilder

java.lang.Object
com.orientechnologies.spatial.shape.OShapeBuilder<org.locationtech.spatial4j.shape.Point>
com.orientechnologies.spatial.shape.OPointShapeBuilder

public class OPointShapeBuilder extends OShapeBuilder<org.locationtech.spatial4j.shape.Point>
  • Field Details

  • Constructor Details

    • OPointShapeBuilder

      public OPointShapeBuilder()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>
    • getType

      public OShapeType getType()
      Specified by:
      getType in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>
    • initClazz

      public void initClazz(ODatabaseInternal db)
      Specified by:
      initClazz in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>
    • fromDoc

      public org.locationtech.spatial4j.shape.Point fromDoc(ODocument document)
      Specified by:
      fromDoc in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>
    • toDoc

      public ODocument toDoc(org.locationtech.spatial4j.shape.Point shape)
      Specified by:
      toDoc in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>
    • toDoc

      protected ODocument toDoc(org.locationtech.spatial4j.shape.Point parsed, org.locationtech.jts.geom.Geometry geometry)
      Overrides:
      toDoc in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>
    • asText

      public String asText(ODocument document)
      Overrides:
      asText in class OShapeBuilder<org.locationtech.spatial4j.shape.Point>