Class ORectangleLegacyBuilder
java.lang.Object
com.orientechnologies.spatial.shape.legacy.ORectangleLegacyBuilder
- All Implemented Interfaces:
OShapeBuilderLegacy<org.locationtech.spatial4j.shape.Rectangle>
public class ORectangleLegacyBuilder
extends Object
implements OShapeBuilderLegacy<org.locationtech.spatial4j.shape.Rectangle>
Created by Enrico Risa on 23/10/15.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandle(OCompositeKey key) org.locationtech.spatial4j.shape.RectanglemakeShape(OCompositeKey key, org.locationtech.spatial4j.context.SpatialContext ctx)
-
Constructor Details
-
ORectangleLegacyBuilder
public ORectangleLegacyBuilder()
-
-
Method Details
-
makeShape
public org.locationtech.spatial4j.shape.Rectangle makeShape(OCompositeKey key, org.locationtech.spatial4j.context.SpatialContext ctx) - Specified by:
makeShapein interfaceOShapeBuilderLegacy<org.locationtech.spatial4j.shape.Rectangle>
-
canHandle
- Specified by:
canHandlein interfaceOShapeBuilderLegacy<org.locationtech.spatial4j.shape.Rectangle>
-