Interface TPointFactory
-
- All Known Implementing Classes:
TPointFactoryImpl
public interface TPointFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TPoint
create(org.locationtech.jts.geom.Coordinate c)
-
-
-
Method Detail
-
create
TPoint create(org.locationtech.jts.geom.Coordinate c)
-
-