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