Class ORectangleShapeBuilder

java.lang.Object
com.orientechnologies.spatial.shape.OShapeBuilder<org.locationtech.spatial4j.shape.Rectangle>
com.orientechnologies.spatial.shape.ORectangleShapeBuilder

public class ORectangleShapeBuilder extends OShapeBuilder<org.locationtech.spatial4j.shape.Rectangle>
  • Field Details

  • Constructor Details

    • ORectangleShapeBuilder

      public ORectangleShapeBuilder()
  • Method Details

    • getName

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

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

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

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

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