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